#BB869C

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

Shades of Viola #BB869C

Tints of Viola #BB869C

Color information

#BB869C (or 0xBB869C) is unknown color: approx Viola. HEX triplet: BB, 86 and 9C. RGB value is (187,134,156). Sum of RGB (Red+Green+Blue) = 187+134+156=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 156 (61.33% from 255 or 32.70% from 477); Max value from RGB is 187 - color contains mainly: red. Hex color #BB869C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB869C is #447963. Grayscale: #989898. Windows color (decimal): -4487524 or 10258107. OLE color: 10258107.

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

Color convert

RGB187134156-
CMYK00.280.170.27
HSL335.09º28.04%62.94%-
HSV(B)335.09º28.34%73.33%-
XYZ35.0230.0235.4-
YUV152.35130.06152.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.20%
GREEN value IS 134 (52.73% from 255) = 28.09%
BLUE value IS 156 (61.33% from 255) = 32.70%
R=39.20%
G=28.09%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713415600.280.170.27335.0928.0462.94
HexBB869C01C111B14f1c3f
Octal27320623403421335173477
Binary101110111000011010011100011100100011101110100111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB869C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB869C; }

 p { color: rgb(187,134,156); }

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

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

 a { background-color: rgb(187,134,156); }

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

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

 span { border-color: rgb(187,134,156); }

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