#b758d9

Color #B758D9 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B758D9

Tints of Medium Orchid #B758D9

Color information

#B758D9 (or 0xB758D9) is unknown color: approx Medium Orchid. HEX triplet: B7, 58 and D9. RGB value is (183,88,217). Sum of RGB (Red+Green+Blue) = 183+88+217=488 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.5% from 488); Green value is 88 (34.77% from 255 or 18.03% from 488); Blue value is 217 (85.16% from 255 or 44.47% from 488); Max value from RGB is 217 - color contains mainly: blue. Hex color #B758D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B758D9 is #48A726. Grayscale: #828282. Windows color (decimal): -4761383 or 14244023. OLE color: 14244023.

HSL color Cylindrical-coordinate representation of color #B758D9: hue angle of 284.19º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B758D9 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18388217-
CMYK0.160.5900.15
HSL284.19º62.93%59.8%-
HSV(B)284.19º59.45%85.1%-
XYZ35.5422.0668.03-
YUV131.11176.47165.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 37.5%
GREEN value IS 88 (34.77% from 255) = 18.03%
BLUE value IS 217 (85.16% from 255) = 44.47%
R=37.5%
G=18.03%
B=44.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal183882170.160.5900.15284.1962.9359.8
HexB758D9103B0F11c3f3c
Octal26713033120730174347774
Binary101101111011000110110011000011101101111100011100111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b758d9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b758d9; }

 p { color: rgb(183,88,217); }

 H1.HeaderClassName
 {
   color: #b758d9;
 }
 .AnyTagClassName
 {
   color: #b758d9;
 }
</style>
background-color css

<style>
 a { background-color: #b758d9; }

 a { background-color: rgb(183,88,217); }

 div.DivClassName
 {
   background-color: #b758d9;
 }
 .BgClassName
 {
   background-color: #b758d9;
 }
</style>
border-color css

<style>
 span { border-color: #b758d9; }

 span { border-color: rgb(183,88,217); }

 td.TdClassName
 {
   border-color: #b758d9;
 }
 .TagClassName
 {
   border-color: #b758d9;
 }
</style>