#BB849E

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

Shades of Viola #BB849E

Tints of Viola #BB849E

Color information

#BB849E (or 0xBB849E) is unknown color: approx Viola. HEX triplet: BB, 84 and 9E. RGB value is (187,132,158). Sum of RGB (Red+Green+Blue) = 187+132+158=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 158 (62.11% from 255 or 33.12% from 477); Max value from RGB is 187 - color contains mainly: red. Hex color #BB849E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB849E is #447B61. Grayscale: #979797. Windows color (decimal): -4488034 or 10388667. OLE color: 10388667.

HSL color Cylindrical-coordinate representation of color #BB849E: hue angle of 331.64º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BB849E is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB187132158-
CMYK00.290.160.27
HSL331.64º28.8%62.55%-
HSV(B)331.64º29.41%73.33%-
XYZ34.9229.5436.21-
YUV151.41131.72153.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.20%
GREEN value IS 132 (51.95% from 255) = 27.67%
BLUE value IS 158 (62.11% from 255) = 33.12%
R=39.20%
G=27.67%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713215800.290.160.27331.6428.862.55
HexBB849E01D101B14c1d3f
Octal27320423603520335143577
Binary101110111000010010011110011101100001101110100110011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB849E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB849E; }

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

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

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

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

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

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

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

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