#BD87C4

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

Shades of East Side #BD87C4

Tints of East Side #BD87C4

Color information

#BD87C4 (or 0xBD87C4) is unknown color: approx East Side. HEX triplet: BD, 87 and C4. RGB value is (189,135,196). Sum of RGB (Red+Green+Blue) = 189+135+196=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 135 (53.12% from 255 or 25.96% from 520); Blue value is 196 (76.95% from 255 or 37.69% from 520); Max value from RGB is 196 - color contains mainly: blue. Hex color #BD87C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD87C4 is #42783B. Grayscale: #9D9D9D. Windows color (decimal): -4356156 or 12879805. OLE color: 12879805.

HSL color Cylindrical-coordinate representation of color #BD87C4: hue angle of 293.11º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BD87C4 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB189135196-
CMYK0.040.3100.23
HSL293.11º34.08%64.9%-
HSV(B)293.11º31.12%76.86%-
XYZ39.6132.1356.34-
YUV158.1149.39150.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.35%
GREEN value IS 135 (53.12% from 255) = 25.96%
BLUE value IS 196 (76.95% from 255) = 37.69%
R=36.35%
G=25.96%
B=37.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891351960.040.3100.23293.1134.0864.9
HexBD87C441F0171252241
Octal27520730443702744542101
Binary101111011000011111000100100111110101111001001011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD87C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD87C4; }

 p { color: rgb(189,135,196); }

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

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

 a { background-color: rgb(189,135,196); }

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

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

 span { border-color: rgb(189,135,196); }

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