#BB809B

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

Shades of Viola #BB809B

Tints of Viola #BB809B

Color information

#BB809B (or 0xBB809B) is unknown color: approx Viola. HEX triplet: BB, 80 and 9B. RGB value is (187,128,155). Sum of RGB (Red+Green+Blue) = 187+128+155=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 155 (60.94% from 255 or 32.98% from 470); Max value from RGB is 187 - color contains mainly: red. Hex color #BB809B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB809B is #447F64. Grayscale: #949494. Windows color (decimal): -4489061 or 10191035. OLE color: 10191035.

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

Color convert

RGB187128155-
CMYK00.320.170.27
HSL332.54º30.26%61.76%-
HSV(B)332.54º31.55%73.33%-
XYZ34.1328.3734.69-
YUV148.72131.55155.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.79%
GREEN value IS 128 (50.39% from 255) = 27.23%
BLUE value IS 155 (60.94% from 255) = 32.98%
R=39.79%
G=27.23%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712815500.320.170.27332.5430.2661.76
HexBB809B020111B14d1e3e
Octal27320023304021335153676
Binary1011101110000000100110110100000100011101110100110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB809B; }

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

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

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

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

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

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

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

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