#BB76D9

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

Shades of Medium Orchid #BB76D9

Tints of Medium Orchid #BB76D9

Color information

#BB76D9 (or 0xBB76D9) is unknown color: approx Medium Orchid. HEX triplet: BB, 76 and D9. RGB value is (187,118,217). Sum of RGB (Red+Green+Blue) = 187+118+217=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 118 (46.48% from 255 or 22.61% from 522); Blue value is 217 (85.16% from 255 or 41.57% from 522); Max value from RGB is 217 - color contains mainly: blue. Hex color #BB76D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB76D9 is #448926. Grayscale: #959595. Windows color (decimal): -4491559 or 14251707. OLE color: 14251707.

HSL color Cylindrical-coordinate representation of color #BB76D9: hue angle of 281.82º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB76D9 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB187118217-
CMYK0.140.4600.15
HSL281.82º56.57%65.69%-
HSV(B)281.82º45.62%85.1%-
XYZ39.528.5369.07-
YUV149.92165.86154.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.82%
GREEN value IS 118 (46.48% from 255) = 22.61%
BLUE value IS 217 (85.16% from 255) = 41.57%
R=35.82%
G=22.61%
B=41.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871182170.140.4600.15281.8256.5765.69
HexBB76D9E2E0F11a3942
Octal273166331165601743271102
Binary101110111110110110110011110101110011111000110101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB76D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB76D9; }

 p { color: rgb(187,118,217); }

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

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

 a { background-color: rgb(187,118,217); }

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

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

 span { border-color: rgb(187,118,217); }

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