#BB91A5

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

Shades of Viola #BB91A5

Tints of Viola #BB91A5

Color information

#BB91A5 (or 0xBB91A5) is unknown color: approx Viola. HEX triplet: BB, 91 and A5. RGB value is (187,145,165). Sum of RGB (Red+Green+Blue) = 187+145+165=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 145 (57.03% from 255 or 29.18% from 497); Blue value is 165 (64.84% from 255 or 33.20% from 497); Max value from RGB is 187 - color contains mainly: red. Hex color #BB91A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB91A5 is #446E5A. Grayscale: #9F9F9F. Windows color (decimal): -4484699 or 10850747. OLE color: 10850747.

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

Color convert

RGB187145165-
CMYK00.220.120.27
HSL331.43º23.6%65.1%-
HSV(B)331.43º22.46%73.33%-
XYZ37.4133.5340.1-
YUV159.84130.91147.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.63%
GREEN value IS 145 (57.03% from 255) = 29.18%
BLUE value IS 165 (64.84% from 255) = 33.20%
R=37.63%
G=29.18%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714516500.220.120.27331.4323.665.1
HexBB91A5016C1B14b1841
Octal273221245026143351330101
Binary101110111001000110100101010110110011011101001011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB91A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB91A5; }

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

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

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

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

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

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

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

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