#BD7EC4

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

Shades of East Side #BD7EC4

Tints of East Side #BD7EC4

Color information

#BD7EC4 (or 0xBD7EC4) is unknown color: approx East Side. HEX triplet: BD, 7E and C4. RGB value is (189,126,196). Sum of RGB (Red+Green+Blue) = 189+126+196=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 126 (49.61% from 255 or 24.66% from 511); Blue value is 196 (76.95% from 255 or 38.36% from 511); Max value from RGB is 196 - color contains mainly: blue. Hex color #BD7EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7EC4 is #42813B. Grayscale: #989898. Windows color (decimal): -4358460 or 12877501. OLE color: 12877501.

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

Color convert

RGB189126196-
CMYK0.040.3600.23
HSL294º37.23%63.14%-
HSV(B)294º35.71%76.86%-
XYZ38.4129.7355.94-
YUV152.82152.37153.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.99%
GREEN value IS 126 (49.61% from 255) = 24.66%
BLUE value IS 196 (76.95% from 255) = 38.36%
R=36.99%
G=24.66%
B=38.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891261960.040.3600.2329437.2363.14
HexBD7EC4424017126253f
Octal2751763044440274464577
Binary10111101111111011000100100100100010111100100110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7EC4; }

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

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

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

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

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

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

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

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