#B57DCD

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

Shades of East Side #B57DCD

Tints of East Side #B57DCD

Color information

#B57DCD (or 0xB57DCD) is unknown color: approx East Side. HEX triplet: B5, 7D and CD. RGB value is (181,125,205). Sum of RGB (Red+Green+Blue) = 181+125+205=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 125 (49.22% from 255 or 24.46% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #B57DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57DCD is #4A8232. Grayscale: #969696. Windows color (decimal): -4882995 or 13467061. OLE color: 13467061.

HSL color Cylindrical-coordinate representation of color #B57DCD: hue angle of 282º 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 #B57DCD is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB181125205-
CMYK0.120.3900.20
HSL282º44.44%64.71%-
HSV(B)282º39.02%80.39%-
XYZ37.4128.961.36-
YUV150.86158.55149.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.42%
GREEN value IS 125 (49.22% from 255) = 24.46%
BLUE value IS 205 (80.47% from 255) = 40.12%
R=35.42%
G=24.46%
B=40.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811252050.120.3900.2028244.4464.71
HexB57DCDC2701411a2c41
Octal265175315144702443254101
Binary1011010111111011100110111001001110101001000110101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57DCD; }

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

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

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

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

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

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

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

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