#BD7DCD

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

Shades of East Side #BD7DCD

Tints of East Side #BD7DCD

Color information

#BD7DCD (or 0xBD7DCD) is unknown color: approx East Side. HEX triplet: BD, 7D and CD. RGB value is (189,125,205). Sum of RGB (Red+Green+Blue) = 189+125+205=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 125 (49.22% from 255 or 24.08% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD7DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7DCD is #428232. Grayscale: #999999. Windows color (decimal): -4358707 or 13467069. OLE color: 13467069.

HSL color Cylindrical-coordinate representation of color #BD7DCD: hue angle of 288º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD7DCD is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB189125205-
CMYK0.080.3900.20
HSL288º44.44%64.71%-
HSV(B)288º39.02%80.39%-
XYZ39.3429.8961.45-
YUV153.26157.2153.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.42%
GREEN value IS 125 (49.22% from 255) = 24.08%
BLUE value IS 205 (80.47% from 255) = 39.50%
R=36.42%
G=24.08%
B=39.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1891252050.080.3900.2028844.4464.71
HexBD7DCD8270141202c41
Octal275175315104702444054101
Binary1011110111111011100110110001001110101001001000001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7DCD; }

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

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

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

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

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

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

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

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