#BC87C7

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

Shades of East Side #BC87C7

Tints of East Side #BC87C7

Color information

#BC87C7 (or 0xBC87C7) is unknown color: approx East Side. HEX triplet: BC, 87 and C7. RGB value is (188,135,199). Sum of RGB (Red+Green+Blue) = 188+135+199=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 135 (53.12% from 255 or 25.86% from 522); Blue value is 199 (78.12% from 255 or 38.12% from 522); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC87C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC87C7 is #437838. Grayscale: #9D9D9D. Windows color (decimal): -4421689 or 13076412. OLE color: 13076412.

HSL color Cylindrical-coordinate representation of color #BC87C7: hue angle of 289.69º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC87C7 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB188135199-
CMYK0.060.3200.22
HSL289.69º36.36%65.49%-
HSV(B)289.69º32.16%78.04%-
XYZ39.7132.1458.14-
YUV158.14151.06149.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.02%
GREEN value IS 135 (53.12% from 255) = 25.86%
BLUE value IS 199 (78.12% from 255) = 38.12%
R=36.02%
G=25.86%
B=38.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881351990.060.3200.22289.6936.3665.49
HexBC87C76200161222441
Octal27420730764002644244101
Binary1011110010000111110001111101000000101101001000101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC87C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC87C7; }

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

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

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

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

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

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

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

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