#BB92A0

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

Shades of Viola #BB92A0

Tints of Viola #BB92A0

Color information

#BB92A0 (or 0xBB92A0) is unknown color: approx Viola. HEX triplet: BB, 92 and A0. RGB value is (187,146,160). Sum of RGB (Red+Green+Blue) = 187+146+160=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 146 (57.42% from 255 or 29.61% from 493); Blue value is 160 (62.89% from 255 or 32.45% from 493); Max value from RGB is 187 - color contains mainly: red. Hex color #BB92A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB92A0 is #446D5F. Grayscale: #9F9F9F. Windows color (decimal): -4484448 or 10523323. OLE color: 10523323.

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

Color convert

RGB187146160-
CMYK00.220.140.27
HSL339.51º23.16%65.29%-
HSV(B)339.51º21.93%73.33%-
XYZ37.1233.6637.8-
YUV159.86128.08147.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.93%
GREEN value IS 146 (57.42% from 255) = 29.61%
BLUE value IS 160 (62.89% from 255) = 32.45%
R=37.93%
G=29.61%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714616000.220.140.27339.5123.1665.29
HexBB92A0016E1B1541741
Octal273222240026163352427101
Binary101110111001001010100000010110111011011101010100101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB92A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB92A0; }

 p { color: rgb(187,146,160); }

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

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

 a { background-color: rgb(187,146,160); }

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

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

 span { border-color: rgb(187,146,160); }

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