#BB849D

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

Shades of Viola #BB849D

Tints of Viola #BB849D

Color information

#BB849D (or 0xBB849D) is unknown color: approx Viola. HEX triplet: BB, 84 and 9D. RGB value is (187,132,157). Sum of RGB (Red+Green+Blue) = 187+132+157=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 132 (51.95% from 255 or 27.73% from 476); Blue value is 157 (61.72% from 255 or 32.98% from 476); Max value from RGB is 187 - color contains mainly: red. Hex color #BB849D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB849D is #447B62. Grayscale: #979797. Windows color (decimal): -4488035 or 10323131. OLE color: 10323131.

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

Color convert

RGB187132157-
CMYK00.290.160.27
HSL332.73º28.8%62.55%-
HSV(B)332.73º29.41%73.33%-
XYZ34.8329.535.76-
YUV151.29131.22153.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.29%
GREEN value IS 132 (51.95% from 255) = 27.73%
BLUE value IS 157 (61.72% from 255) = 32.98%
R=39.29%
G=27.73%
B=32.98%

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
Decimal18713215700.290.160.27332.7328.862.55
HexBB849D01D101B14d1d3f
Octal27320423503520335153577
Binary101110111000010010011101011101100001101110100110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB849D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB849D; }

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

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

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

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

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

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

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

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