#BC87D1

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

Shades of East Side #BC87D1

Tints of East Side #BC87D1

Color information

#BC87D1 (or 0xBC87D1) is unknown color: approx East Side. HEX triplet: BC, 87 and D1. RGB value is (188,135,209). Sum of RGB (Red+Green+Blue) = 188+135+209=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 135 (53.12% from 255 or 25.38% from 532); Blue value is 209 (82.03% from 255 or 39.29% from 532); Max value from RGB is 209 - color contains mainly: blue. Hex color #BC87D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC87D1 is #43782E. Grayscale: #9F9F9F. Windows color (decimal): -4421679 or 13731772. OLE color: 13731772.

HSL color Cylindrical-coordinate representation of color #BC87D1: hue angle of 282.97º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC87D1 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB188135209-
CMYK0.100.3500.18
HSL282.97º44.58%67.45%-
HSV(B)282.97º35.41%81.96%-
XYZ40.9132.6264.46-
YUV159.28156.06148.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.34%
GREEN value IS 135 (53.12% from 255) = 25.38%
BLUE value IS 209 (82.03% from 255) = 39.29%
R=35.34%
G=25.38%
B=39.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1881352090.100.3500.18282.9744.5867.45
HexBC87D1A2301211b2d43
Octal274207321124302243355103
Binary10111100100001111101000110101000110100101000110111011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC87D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC87D1; }

 p { color: rgb(188,135,209); }

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

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

 a { background-color: rgb(188,135,209); }

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

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

 span { border-color: rgb(188,135,209); }

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