#BB87BF

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

Shades of East Side #BB87BF

Tints of East Side #BB87BF

Color information

#BB87BF (or 0xBB87BF) is unknown color: approx East Side. HEX triplet: BB, 87 and BF. RGB value is (187,135,191). Sum of RGB (Red+Green+Blue) = 187+135+191=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 135 (53.12% from 255 or 26.32% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB87BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB87BF is #447840. Grayscale: #9C9C9C. Windows color (decimal): -4487233 or 12552123. OLE color: 12552123.

HSL color Cylindrical-coordinate representation of color #BB87BF: hue angle of 295.71º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BB87BF is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB187135191-
CMYK0.020.2900.25
HSL295.71º30.43%63.92%-
HSV(B)295.71º29.32%74.9%-
XYZ38.5631.6553.37-
YUV156.93147.23149.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.45%
GREEN value IS 135 (53.12% from 255) = 26.32%
BLUE value IS 191 (75% from 255) = 37.23%
R=36.45%
G=26.32%
B=37.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871351910.020.2900.25295.7130.4363.92
HexBB87BF21D0191281e40
Octal27320727723503145036100
Binary1011101110000111101111111011101011001100101000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB87BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB87BF; }

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

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

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

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

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

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

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

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