#BB87A1

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

Shades of Viola #BB87A1

Tints of Viola #BB87A1

Color information

#BB87A1 (or 0xBB87A1) is unknown color: approx Viola. HEX triplet: BB, 87 and A1. RGB value is (187,135,161). Sum of RGB (Red+Green+Blue) = 187+135+161=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 135 (53.12% from 255 or 27.95% from 483); Blue value is 161 (63.28% from 255 or 33.33% from 483); Max value from RGB is 187 - color contains mainly: red. Hex color #BB87A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB87A1 is #44785E. Grayscale: #999999. Windows color (decimal): -4487263 or 10586043. OLE color: 10586043.

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

Color convert

RGB187135161-
CMYK00.280.140.27
HSL330º27.66%63.14%-
HSV(B)330º27.81%73.33%-
XYZ35.5930.4737.72-
YUV153.51132.23151.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.72%
GREEN value IS 135 (53.12% from 255) = 27.95%
BLUE value IS 161 (63.28% from 255) = 33.33%
R=38.72%
G=27.95%
B=33.33%

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
Decimal18713516100.280.140.2733027.6663.14
HexBB87A101CE1B14a1c3f
Octal27320724103416335123477
Binary10111011100001111010000101110011101101110100101011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB87A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB87A1; }

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

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

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

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

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

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

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

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