#BD7ED5

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

Shades of East Side #BD7ED5

Tints of East Side #BD7ED5

Color information

#BD7ED5 (or 0xBD7ED5) is unknown color: approx East Side. HEX triplet: BD, 7E and D5. RGB value is (189,126,213). Sum of RGB (Red+Green+Blue) = 189+126+213=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 126 (49.61% from 255 or 23.86% from 528); Blue value is 213 (83.59% from 255 or 40.34% from 528); Max value from RGB is 213 - color contains mainly: blue. Hex color #BD7ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7ED5 is #42812A. Grayscale: #9A9A9A. Windows color (decimal): -4358443 or 13991613. OLE color: 13991613.

HSL color Cylindrical-coordinate representation of color #BD7ED5: hue angle of 283.45º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD7ED5 is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB189126213-
CMYK0.110.4100.16
HSL283.45º50.88%66.47%-
HSV(B)283.45º40.85%83.53%-
XYZ40.4630.5466.71-
YUV154.76160.87152.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.80%
GREEN value IS 126 (49.61% from 255) = 23.86%
BLUE value IS 213 (83.59% from 255) = 40.34%
R=35.80%
G=23.86%
B=40.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1891262130.110.4100.16283.4550.8866.47
HexBD7ED5B2901011b3342
Octal275176325135102043363102
Binary1011110111111101101010110111010010100001000110111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7ED5; }

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

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

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

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

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

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

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

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