#BB878F

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

Shades of Viola #BB878F

Tints of Viola #BB878F

Color information

#BB878F (or 0xBB878F) is unknown color: approx Viola. HEX triplet: BB, 87 and 8F. RGB value is (187,135,143). Sum of RGB (Red+Green+Blue) = 187+135+143=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 135 (53.12% from 255 or 29.03% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 187 - color contains mainly: red. Hex color #BB878F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB878F is #447870. Grayscale: #979797. Windows color (decimal): -4487281 or 9406395. OLE color: 9406395.

HSL color Cylindrical-coordinate representation of color #BB878F: hue angle of 350.77º 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 #BB878F is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB187135143-
CMYK00.280.240.27
HSL350.77º27.66%63.14%-
HSV(B)350.77º27.81%73.33%-
XYZ34.1229.8829.96-
YUV151.46123.23153.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.22%
GREEN value IS 135 (53.12% from 255) = 29.03%
BLUE value IS 143 (56.25% from 255) = 30.75%
R=40.22%
G=29.03%
B=30.75%

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
Decimal18713514300.280.240.27350.7727.6663.14
HexBB878F01C181B15f1c3f
Octal27320721703430335373477
Binary101110111000011110001111011100110001101110101111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB878F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB878F; }

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

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

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

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

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

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

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

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