#BB87CD

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

Shades of East Side #BB87CD

Tints of East Side #BB87CD

Color information

#BB87CD (or 0xBB87CD) is unknown color: approx East Side. HEX triplet: BB, 87 and CD. RGB value is (187,135,205). Sum of RGB (Red+Green+Blue) = 187+135+205=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 135 (53.12% from 255 or 25.62% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB87CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB87CD is #447832. Grayscale: #9E9E9E. Windows color (decimal): -4487219 or 13469627. OLE color: 13469627.

HSL color Cylindrical-coordinate representation of color #BB87CD: hue angle of 284.57º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB87CD is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB187135205-
CMYK0.090.3400.20
HSL284.57º41.18%66.67%-
HSV(B)284.57º34.15%80.39%-
XYZ40.1832.361.87-
YUV158.53154.23148.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.48%
GREEN value IS 135 (53.12% from 255) = 25.62%
BLUE value IS 205 (80.47% from 255) = 38.90%
R=35.48%
G=25.62%
B=38.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871352050.090.3400.20284.5741.1866.67
HexBB87CD92201411d2943
Octal273207315114202443551103
Binary10111011100001111100110110011000100101001000111011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB87CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB87CD; }

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

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

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

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

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

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

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

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