#BB78D6

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

Shades of Medium Orchid #BB78D6

Tints of Medium Orchid #BB78D6

Color information

#BB78D6 (or 0xBB78D6) is unknown color: approx Medium Orchid. HEX triplet: BB, 78 and D6. RGB value is (187,120,214). Sum of RGB (Red+Green+Blue) = 187+120+214=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 120 (47.27% from 255 or 23.03% from 521); Blue value is 214 (83.98% from 255 or 41.07% from 521); Max value from RGB is 214 - color contains mainly: blue. Hex color #BB78D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB78D6 is #448729. Grayscale: #969696. Windows color (decimal): -4491050 or 14055611. OLE color: 14055611.

HSL color Cylindrical-coordinate representation of color #BB78D6: hue angle of 282.77º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB78D6 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB187120214-
CMYK0.130.4400.16
HSL282.77º53.41%65.49%-
HSV(B)282.77º43.93%83.92%-
XYZ39.3528.8567.11-
YUV150.75163.7153.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.89%
GREEN value IS 120 (47.27% from 255) = 23.03%
BLUE value IS 214 (83.98% from 255) = 41.07%
R=35.89%
G=23.03%
B=41.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1871202140.130.4400.16282.7753.4165.49
HexBB78D6D2C01011b3541
Octal273170326155402043365101
Binary1011101111110001101011011011011000100001000110111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB78D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB78D6; }

 p { color: rgb(187,120,214); }

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

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

 a { background-color: rgb(187,120,214); }

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

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

 span { border-color: rgb(187,120,214); }

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