#BC87CA

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

Shades of East Side #BC87CA

Tints of East Side #BC87CA

Color information

#BC87CA (or 0xBC87CA) is unknown color: approx East Side. HEX triplet: BC, 87 and CA. RGB value is (188,135,202). Sum of RGB (Red+Green+Blue) = 188+135+202=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 135 (53.12% from 255 or 25.71% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC87CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC87CA is #437835. Grayscale: #9E9E9E. Windows color (decimal): -4421686 or 13273020. OLE color: 13273020.

HSL color Cylindrical-coordinate representation of color #BC87CA: hue angle of 287.46º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BC87CA is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB188135202-
CMYK0.070.3300.21
HSL287.46º38.73%66.08%-
HSV(B)287.46º33.17%79.22%-
XYZ40.0632.2860-
YUV158.48152.56149.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.81%
GREEN value IS 135 (53.12% from 255) = 25.71%
BLUE value IS 202 (79.30% from 255) = 38.48%
R=35.81%
G=25.71%
B=38.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881352020.070.3300.21287.4638.7366.08
HexBC87CA72101511f2742
Octal27420731274102543747102
Binary1011110010000111110010101111000010101011000111111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC87CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC87CA; }

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

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

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

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

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

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

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

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