#B57AD5

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

Shades of East Side #B57AD5

Tints of East Side #B57AD5

Color information

#B57AD5 (or 0xB57AD5) is unknown color: approx East Side. HEX triplet: B5, 7A and D5. RGB value is (181,122,213). Sum of RGB (Red+Green+Blue) = 181+122+213=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 122 (48.05% from 255 or 23.64% from 516); Blue value is 213 (83.59% from 255 or 41.28% from 516); Max value from RGB is 213 - color contains mainly: blue. Hex color #B57AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57AD5 is #4A852A. Grayscale: #959595. Windows color (decimal): -4883755 or 13990581. OLE color: 13990581.

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

Color convert

RGB181122213-
CMYK0.150.4300.16
HSL278.9º52%65.69%-
HSV(B)278.9º42.72%83.53%-
XYZ38.0328.5566.46-
YUV150.01163.55150.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.08%
GREEN value IS 122 (48.05% from 255) = 23.64%
BLUE value IS 213 (83.59% from 255) = 41.28%
R=35.08%
G=23.64%
B=41.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1811222130.150.4300.16278.95265.69
HexB57AD5F2B0101173442
Octal265172325175302042764102
Binary1011010111110101101010111111010110100001000101111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57AD5; }

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

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

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

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

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

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

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

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