#BD7DCE

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

Shades of East Side #BD7DCE

Tints of East Side #BD7DCE

Color information

#BD7DCE (or 0xBD7DCE) is unknown color: approx East Side. HEX triplet: BD, 7D and CE. RGB value is (189,125,206). Sum of RGB (Red+Green+Blue) = 189+125+206=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 125 (49.22% from 255 or 24.04% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD7DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7DCE is #428231. Grayscale: #999999. Windows color (decimal): -4358706 or 13532605. OLE color: 13532605.

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

Color convert

RGB189125206-
CMYK0.080.3900.19
HSL287.41º45.25%64.9%-
HSV(B)287.41º39.32%80.78%-
XYZ39.4629.9462.09-
YUV153.37157.7153.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.35%
GREEN value IS 125 (49.22% from 255) = 24.04%
BLUE value IS 206 (80.86% from 255) = 39.62%
R=36.35%
G=24.04%
B=39.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1891252060.080.3900.19287.4145.2564.9
HexBD7DCE82701311f2d41
Octal275175316104702343755101
Binary1011110111111011100111010001001110100111000111111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7DCE; }

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

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

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

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

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

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

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

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