#B57DCB

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

Shades of East Side #B57DCB

Tints of East Side #B57DCB

Color information

#B57DCB (or 0xB57DCB) is unknown color: approx East Side. HEX triplet: B5, 7D and CB. RGB value is (181,125,203). Sum of RGB (Red+Green+Blue) = 181+125+203=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #B57DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57DCB is #4A8234. Grayscale: #969696. Windows color (decimal): -4882997 or 13335989. OLE color: 13335989.

HSL color Cylindrical-coordinate representation of color #B57DCB: hue angle of 283.08º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B57DCB is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB181125203-
CMYK0.110.3800.20
HSL283.08º42.86%64.31%-
HSV(B)283.08º38.42%79.61%-
XYZ37.1728.860.1-
YUV150.64157.55149.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.56%
GREEN value IS 125 (49.22% from 255) = 24.56%
BLUE value IS 203 (79.69% from 255) = 39.88%
R=35.56%
G=24.56%
B=39.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811252030.110.3800.20283.0842.8664.31
HexB57DCBB2601411b2b40
Octal265175313134602443353100
Binary1011010111111011100101110111001100101001000110111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57DCB; }

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

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

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

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

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

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

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

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