#BB849C

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

Shades of Viola #BB849C

Tints of Viola #BB849C

Color information

#BB849C (or 0xBB849C) is unknown color: approx Viola. HEX triplet: BB, 84 and 9C. RGB value is (187,132,156). Sum of RGB (Red+Green+Blue) = 187+132+156=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 187 - color contains mainly: red. Hex color #BB849C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB849C is #447B63. Grayscale: #979797. Windows color (decimal): -4488036 or 10257595. OLE color: 10257595.

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

Color convert

RGB187132156-
CMYK00.290.170.27
HSL333.82º28.8%62.55%-
HSV(B)333.82º29.41%73.33%-
XYZ34.7529.4735.31-
YUV151.18130.72153.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.37%
GREEN value IS 132 (51.95% from 255) = 27.79%
BLUE value IS 156 (61.33% from 255) = 32.84%
R=39.37%
G=27.79%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713215600.290.170.27333.8228.862.55
HexBB849C01D111B14e1d3f
Octal27320423403521335163577
Binary101110111000010010011100011101100011101110100111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB849C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB849C; }

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

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

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

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

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

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

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

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