#BB878E

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

Shades of Viola #BB878E

Tints of Viola #BB878E

Color information

#BB878E (or 0xBB878E) is unknown color: approx Viola. HEX triplet: BB, 87 and 8E. RGB value is (187,135,142). Sum of RGB (Red+Green+Blue) = 187+135+142=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 135 (53.12% from 255 or 29.09% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 187 - color contains mainly: red. Hex color #BB878E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB878E is #447871. Grayscale: #979797. Windows color (decimal): -4487282 or 9340859. OLE color: 9340859.

HSL color Cylindrical-coordinate representation of color #BB878E: hue angle of 351.92º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BB878E is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB187135142-
CMYK00.280.240.27
HSL351.92º27.66%63.14%-
HSV(B)351.92º27.81%73.33%-
XYZ34.0429.8529.56-
YUV151.35122.73153.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.30%
GREEN value IS 135 (53.12% from 255) = 29.09%
BLUE value IS 142 (55.86% from 255) = 30.60%
R=40.30%
G=29.09%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713514200.280.240.27351.9227.6663.14
HexBB878E01C181B1601c3f
Octal27320721603430335403477
Binary101110111000011110001110011100110001101110110000011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB878E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB878E; }

 p { color: rgb(187,135,142); }

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

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

 a { background-color: rgb(187,135,142); }

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

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

 span { border-color: rgb(187,135,142); }

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