#BC87CD

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

Shades of East Side #BC87CD

Tints of East Side #BC87CD

Color information

#BC87CD (or 0xBC87CD) is unknown color: approx East Side. HEX triplet: BC, 87 and CD. RGB value is (188,135,205). Sum of RGB (Red+Green+Blue) = 188+135+205=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 135 (53.12% from 255 or 25.57% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC87CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC87CD is #437832. Grayscale: #9E9E9E. Windows color (decimal): -4421683 or 13469628. OLE color: 13469628.

HSL color Cylindrical-coordinate representation of color #BC87CD: hue angle of 285.43º 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 #BC87CD is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB188135205-
CMYK0.080.3400.20
HSL285.43º41.18%66.67%-
HSV(B)285.43º34.15%80.39%-
XYZ40.4232.4361.89-
YUV158.83154.06148.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.61%
GREEN value IS 135 (53.12% from 255) = 25.57%
BLUE value IS 205 (80.47% from 255) = 38.83%
R=35.61%
G=25.57%
B=38.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881352050.080.3400.20285.4341.1866.67
HexBC87CD82201411d2943
Octal274207315104202443551103
Binary10111100100001111100110110001000100101001000111011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC87CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC87CD; }

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

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

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

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

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

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

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

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