#BB87A0

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

Shades of Viola #BB87A0

Tints of Viola #BB87A0

Color information

#BB87A0 (or 0xBB87A0) is unknown color: approx Viola. HEX triplet: BB, 87 and A0. RGB value is (187,135,160). Sum of RGB (Red+Green+Blue) = 187+135+160=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 135 (53.12% from 255 or 28.01% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 187 - color contains mainly: red. Hex color #BB87A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB87A0 is #44785F. Grayscale: #999999. Windows color (decimal): -4487264 or 10520507. OLE color: 10520507.

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

Color convert

RGB187135160-
CMYK00.280.140.27
HSL331.15º27.66%63.14%-
HSV(B)331.15º27.81%73.33%-
XYZ35.530.4337.26-
YUV153.4131.73151.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.80%
GREEN value IS 135 (53.12% from 255) = 28.01%
BLUE value IS 160 (62.89% from 255) = 33.20%
R=38.80%
G=28.01%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713516000.280.140.27331.1527.6663.14
HexBB87A001CE1B14b1c3f
Octal27320724003416335133477
Binary10111011100001111010000001110011101101110100101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB87A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB87A0; }

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

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

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

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

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

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

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

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