#BB809A

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

Shades of Viola #BB809A

Tints of Viola #BB809A

Color information

#BB809A (or 0xBB809A) is unknown color: approx Viola. HEX triplet: BB, 80 and 9A. RGB value is (187,128,154). Sum of RGB (Red+Green+Blue) = 187+128+154=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 187 - color contains mainly: red. Hex color #BB809A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB809A is #447F65. Grayscale: #949494. Windows color (decimal): -4489062 or 10125499. OLE color: 10125499.

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

Color convert

RGB187128154-
CMYK00.320.180.27
HSL333.56º30.26%61.76%-
HSV(B)333.56º31.55%73.33%-
XYZ34.0528.3434.25-
YUV148.6131.05155.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.87%
GREEN value IS 128 (50.39% from 255) = 27.29%
BLUE value IS 154 (60.55% from 255) = 32.84%
R=39.87%
G=27.29%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712815400.320.180.27333.5630.2661.76
HexBB809A020121B14e1e3e
Octal27320023204022335163676
Binary1011101110000000100110100100000100101101110100111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB809A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB809A; }

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

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

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

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

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

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

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

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