#BB819C

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

Shades of Viola #BB819C

Tints of Viola #BB819C

Color information

#BB819C (or 0xBB819C) is unknown color: approx Viola. HEX triplet: BB, 81 and 9C. RGB value is (187,129,156). Sum of RGB (Red+Green+Blue) = 187+129+156=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 156 (61.33% from 255 or 33.05% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BB819C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB819C is #447E63. Grayscale: #959595. Windows color (decimal): -4488804 or 10256827. OLE color: 10256827.

HSL color Cylindrical-coordinate representation of color #BB819C: hue angle of 332.07º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BB819C is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB187129156-
CMYK00.310.170.27
HSL332.07º29.9%61.96%-
HSV(B)332.07º31.02%73.33%-
XYZ34.3428.6735.18-
YUV149.42131.72154.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.62%
GREEN value IS 129 (50.78% from 255) = 27.33%
BLUE value IS 156 (61.33% from 255) = 33.05%
R=39.62%
G=27.33%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712915600.310.170.27332.0729.961.96
HexBB819C01F111B14c1e3e
Octal27320123403721335143676
Binary101110111000000110011100011111100011101110100110011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB819C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB819C; }

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

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

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

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

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

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

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

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