#B57DD9

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

Shades of East Side #B57DD9

Tints of East Side #B57DD9

Color information

#B57DD9 (or 0xB57DD9) is unknown color: approx East Side. HEX triplet: B5, 7D and D9. RGB value is (181,125,217). Sum of RGB (Red+Green+Blue) = 181+125+217=523 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.61% from 523); Green value is 125 (49.22% from 255 or 23.90% from 523); Blue value is 217 (85.16% from 255 or 41.49% from 523); Max value from RGB is 217 - color contains mainly: blue. Hex color #B57DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57DD9 is #4A8226. Grayscale: #979797. Windows color (decimal): -4882983 or 14253493. OLE color: 14253493.

HSL color Cylindrical-coordinate representation of color #B57DD9: hue angle of 276.52º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B57DD9 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB181125217-
CMYK0.170.4200.15
HSL276.52º54.76%67.06%-
HSV(B)276.52º42.4%85.1%-
XYZ38.9129.569.29-
YUV152.23164.55148.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.61%
GREEN value IS 125 (49.22% from 255) = 23.90%
BLUE value IS 217 (85.16% from 255) = 41.49%
R=34.61%
G=23.90%
B=41.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1811252170.170.4200.15276.5254.7667.06
HexB57DD9112A0F1153743
Octal265175331215201742567103
Binary1011010111111011101100110001101010011111000101011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57DD9; }

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

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

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

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

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

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

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

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