#B57AD4

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

Shades of East Side #B57AD4

Tints of East Side #B57AD4

Color information

#B57AD4 (or 0xB57AD4) is unknown color: approx East Side. HEX triplet: B5, 7A and D4. RGB value is (181,122,212). Sum of RGB (Red+Green+Blue) = 181+122+212=515 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.15% from 515); Green value is 122 (48.05% from 255 or 23.69% from 515); Blue value is 212 (83.20% from 255 or 41.17% from 515); Max value from RGB is 212 - color contains mainly: blue. Hex color #B57AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57AD4 is #4A852B. Grayscale: #959595. Windows color (decimal): -4883756 or 13925045. OLE color: 13925045.

HSL color Cylindrical-coordinate representation of color #B57AD4: hue angle of 279.33º degrees, saturation: 0.51, 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 #B57AD4 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB181122212-
CMYK0.150.4200.17
HSL279.33º51.14%65.49%-
HSV(B)279.33º42.45%83.14%-
XYZ37.928.565.79-
YUV149.9163.05150.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.15%
GREEN value IS 122 (48.05% from 255) = 23.69%
BLUE value IS 212 (83.20% from 255) = 41.17%
R=35.15%
G=23.69%
B=41.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1811222120.150.4200.17279.3351.1465.49
HexB57AD4F2A0111173341
Octal265172324175202142763101
Binary1011010111110101101010011111010100100011000101111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57AD4; }

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

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

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

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

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

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

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

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