#BD7DC2

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

Shades of East Side #BD7DC2

Tints of East Side #BD7DC2

Color information

#BD7DC2 (or 0xBD7DC2) is unknown color: approx East Side. HEX triplet: BD, 7D and C2. RGB value is (189,125,194). Sum of RGB (Red+Green+Blue) = 189+125+194=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 194 (76.17% from 255 or 38.19% from 508); Max value from RGB is 194 - color contains mainly: blue. Hex color #BD7DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7DC2 is #42823D. Grayscale: #979797. Windows color (decimal): -4358718 or 12746173. OLE color: 12746173.

HSL color Cylindrical-coordinate representation of color #BD7DC2: hue angle of 295.65º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BD7DC2 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB189125194-
CMYK0.030.3600.24
HSL295.65º36.13%62.55%-
HSV(B)295.65º35.57%76.08%-
XYZ38.0629.3854.7-
YUV152151.7154.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.20%
GREEN value IS 125 (49.22% from 255) = 24.61%
BLUE value IS 194 (76.17% from 255) = 38.19%
R=37.20%
G=24.61%
B=38.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891251940.030.3600.24295.6536.1362.55
HexBD7DC2324018128243f
Octal2751753023440304504477
Binary1011110111111011100001011100100011000100101000100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7DC2; }

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

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

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

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

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

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

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

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