#BB919D

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

Shades of Viola #BB919D

Tints of Viola #BB919D

Color information

#BB919D (or 0xBB919D) is unknown color: approx Viola. HEX triplet: BB, 91 and 9D. RGB value is (187,145,157). Sum of RGB (Red+Green+Blue) = 187+145+157=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 145 (57.03% from 255 or 29.65% from 489); Blue value is 157 (61.72% from 255 or 32.11% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BB919D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB919D is #446E62. Grayscale: #9E9E9E. Windows color (decimal): -4484707 or 10326459. OLE color: 10326459.

HSL color Cylindrical-coordinate representation of color #BB919D: hue angle of 342.86º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BB919D is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB187145157-
CMYK00.220.160.27
HSL342.86º23.6%65.1%-
HSV(B)342.86º22.46%73.33%-
XYZ36.733.2536.38-
YUV158.93126.91148.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.24%
GREEN value IS 145 (57.03% from 255) = 29.65%
BLUE value IS 157 (61.72% from 255) = 32.11%
R=38.24%
G=29.65%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714515700.220.160.27342.8623.665.1
HexBB919D016101B1571841
Octal273221235026203352730101
Binary1011101110010001100111010101101000011011101010111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB919D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB919D; }

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

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

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

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

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

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

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

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