#BB869E

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

Shades of Viola #BB869E

Tints of Viola #BB869E

Color information

#BB869E (or 0xBB869E) is unknown color: approx Viola. HEX triplet: BB, 86 and 9E. RGB value is (187,134,158). Sum of RGB (Red+Green+Blue) = 187+134+158=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 158 (62.11% from 255 or 32.99% from 479); Max value from RGB is 187 - color contains mainly: red. Hex color #BB869E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB869E is #447961. Grayscale: #989898. Windows color (decimal): -4487522 or 10389179. OLE color: 10389179.

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

Color convert

RGB187134158-
CMYK00.280.160.27
HSL332.83º28.04%62.94%-
HSV(B)332.83º28.34%73.33%-
XYZ35.1930.0836.3-
YUV152.58131.06152.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.04%
GREEN value IS 134 (52.73% from 255) = 27.97%
BLUE value IS 158 (62.11% from 255) = 32.99%
R=39.04%
G=27.97%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713415800.280.160.27332.8328.0462.94
HexBB869E01C101B14d1c3f
Octal27320623603420335153477
Binary101110111000011010011110011100100001101110100110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB869E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB869E; }

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

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

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

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

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

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

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

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