#BB879F

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

Shades of Viola #BB879F

Tints of Viola #BB879F

Color information

#BB879F (or 0xBB879F) is unknown color: approx Viola. HEX triplet: BB, 87 and 9F. RGB value is (187,135,159). Sum of RGB (Red+Green+Blue) = 187+135+159=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 135 (53.12% from 255 or 28.07% from 481); Blue value is 159 (62.5% from 255 or 33.06% from 481); Max value from RGB is 187 - color contains mainly: red. Hex color #BB879F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB879F is #447860. Grayscale: #999999. Windows color (decimal): -4487265 or 10454971. OLE color: 10454971.

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

Color convert

RGB187135159-
CMYK00.280.150.27
HSL332.31º27.66%63.14%-
HSV(B)332.31º27.81%73.33%-
XYZ35.4230.436.8-
YUV153.28131.23152.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.88%
GREEN value IS 135 (53.12% from 255) = 28.07%
BLUE value IS 159 (62.5% from 255) = 33.06%
R=38.88%
G=28.07%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713515900.280.150.27332.3127.6663.14
HexBB879F01CF1B14c1c3f
Octal27320723703417335143477
Binary10111011100001111001111101110011111101110100110011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB879F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB879F; }

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

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

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

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

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

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

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

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