#BB869A

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

Shades of Viola #BB869A

Tints of Viola #BB869A

Color information

#BB869A (or 0xBB869A) is unknown color: approx Viola. HEX triplet: BB, 86 and 9A. RGB value is (187,134,154). Sum of RGB (Red+Green+Blue) = 187+134+154=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 134 (52.73% from 255 or 28.21% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 187 - color contains mainly: red. Hex color #BB869A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB869A is #447965. Grayscale: #989898. Windows color (decimal): -4487526 or 10127035. OLE color: 10127035.

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

Color convert

RGB187134154-
CMYK00.280.180.27
HSL337.36º28.04%62.94%-
HSV(B)337.36º28.34%73.33%-
XYZ34.8529.9534.52-
YUV152.13129.06152.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.37%
GREEN value IS 134 (52.73% from 255) = 28.21%
BLUE value IS 154 (60.55% from 255) = 32.42%
R=39.37%
G=28.21%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713415400.280.180.27337.3628.0462.94
HexBB869A01C121B1511c3f
Octal27320623203422335213477
Binary101110111000011010011010011100100101101110101000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB869A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB869A; }

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

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

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

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

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

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

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

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