#BB95A0

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

Shades of Viola #BB95A0

Tints of Viola #BB95A0

Color information

#BB95A0 (or 0xBB95A0) is unknown color: approx Viola. HEX triplet: BB, 95 and A0. RGB value is (187,149,160). Sum of RGB (Red+Green+Blue) = 187+149+160=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 160 (62.89% from 255 or 32.26% from 496); Max value from RGB is 187 - color contains mainly: red. Hex color #BB95A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB95A0 is #446A5F. Grayscale: #A1A1A1. Windows color (decimal): -4483680 or 10524091. OLE color: 10524091.

HSL color Cylindrical-coordinate representation of color #BB95A0: hue angle of 342.63º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BB95A0 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB187149160-
CMYK00.200.140.27
HSL342.63º21.84%65.88%-
HSV(B)342.63º20.32%73.33%-
XYZ37.5934.637.95-
YUV161.62127.09146.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.70%
GREEN value IS 149 (58.59% from 255) = 30.04%
BLUE value IS 160 (62.89% from 255) = 32.26%
R=37.70%
G=30.04%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714916000.200.140.27342.6321.8465.88
HexBB95A0014E1B1571642
Octal273225240024163352726102
Binary101110111001010110100000010100111011011101010111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB95A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB95A0; }

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

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

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

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

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

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

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

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