#BB87CC

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

Shades of East Side #BB87CC

Tints of East Side #BB87CC

Color information

#BB87CC (or 0xBB87CC) is unknown color: approx East Side. HEX triplet: BB, 87 and CC. RGB value is (187,135,204). Sum of RGB (Red+Green+Blue) = 187+135+204=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 135 (53.12% from 255 or 25.67% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB87CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB87CC is #447833. Grayscale: #9E9E9E. Windows color (decimal): -4487220 or 13404091. OLE color: 13404091.

HSL color Cylindrical-coordinate representation of color #BB87CC: hue angle of 285.22º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB87CC is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB187135204-
CMYK0.080.3400.2
HSL285.22º40.35%66.47%-
HSV(B)285.22º33.82%80%-
XYZ40.0632.2561.24-
YUV158.41153.73148.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.55%
GREEN value IS 135 (53.12% from 255) = 25.67%
BLUE value IS 204 (80.08% from 255) = 38.78%
R=35.55%
G=25.67%
B=38.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1871352040.080.3400.2285.2240.3566.47
HexBB87CC82201411d2842
Octal273207314104202443550102
Binary10111011100001111100110010001000100101001000111011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB87CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB87CC; }

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

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

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

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

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

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

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

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