#BD87CD

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

Shades of East Side #BD87CD

Tints of East Side #BD87CD

Color information

#BD87CD (or 0xBD87CD) is unknown color: approx East Side. HEX triplet: BD, 87 and CD. RGB value is (189,135,205). Sum of RGB (Red+Green+Blue) = 189+135+205=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 135 (53.12% from 255 or 25.52% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD87CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD87CD is #427832. Grayscale: #9E9E9E. Windows color (decimal): -4356147 or 13469629. OLE color: 13469629.

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

Color convert

RGB189135205-
CMYK0.080.3400.20
HSL286.29º41.18%66.67%-
HSV(B)286.29º34.15%80.39%-
XYZ40.6732.5561.9-
YUV159.13153.89149.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.73%
GREEN value IS 135 (53.12% from 255) = 25.52%
BLUE value IS 205 (80.47% from 255) = 38.75%
R=35.73%
G=25.52%
B=38.75%

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
Decimal1891352050.080.3400.20286.2941.1866.67
HexBD87CD82201411e2943
Octal275207315104202443651103
Binary10111101100001111100110110001000100101001000111101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD87CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD87CD; }

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

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

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

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

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

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

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

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