#B57AD3

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

Shades of East Side #B57AD3

Tints of East Side #B57AD3

Color information

#B57AD3 (or 0xB57AD3) is unknown color: approx East Side. HEX triplet: B5, 7A and D3. RGB value is (181,122,211). Sum of RGB (Red+Green+Blue) = 181+122+211=514 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.21% from 514); Green value is 122 (48.05% from 255 or 23.74% from 514); Blue value is 211 (82.81% from 255 or 41.05% from 514); Max value from RGB is 211 - color contains mainly: blue. Hex color #B57AD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57AD3 is #4A852C. Grayscale: #959595. Windows color (decimal): -4883757 or 13859509. OLE color: 13859509.

HSL color Cylindrical-coordinate representation of color #B57AD3: hue angle of 279.78º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B57AD3 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB181122211-
CMYK0.140.4200.17
HSL279.78º50.28%65.29%-
HSV(B)279.78º42.18%82.75%-
XYZ37.7728.4565.13-
YUV149.79162.55150.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.21%
GREEN value IS 122 (48.05% from 255) = 23.74%
BLUE value IS 211 (82.81% from 255) = 41.05%
R=35.21%
G=23.74%
B=41.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1811222110.140.4200.17279.7850.2865.29
HexB57AD3E2A0111183241
Octal265172323165202143062101
Binary1011010111110101101001111101010100100011000110001100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57AD3; }

 p { color: rgb(181,122,211); }

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

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

 a { background-color: rgb(181,122,211); }

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

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

 span { border-color: rgb(181,122,211); }

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