#B57AD7

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

Shades of East Side #B57AD7

Tints of East Side #B57AD7

Color information

#B57AD7 (or 0xB57AD7) is unknown color: approx East Side. HEX triplet: B5, 7A and D7. RGB value is (181,122,215). Sum of RGB (Red+Green+Blue) = 181+122+215=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 122 (48.05% from 255 or 23.55% from 518); Blue value is 215 (84.38% from 255 or 41.51% from 518); Max value from RGB is 215 - color contains mainly: blue. Hex color #B57AD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57AD7 is #4A8528. Grayscale: #959595. Windows color (decimal): -4883753 or 14121653. OLE color: 14121653.

HSL color Cylindrical-coordinate representation of color #B57AD7: hue angle of 278.06º degrees, saturation: 0.54, 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 #B57AD7 is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB181122215-
CMYK0.160.4300.16
HSL278.06º53.76%66.08%-
HSV(B)278.06º43.26%84.31%-
XYZ38.2828.6567.8-
YUV150.24164.55149.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.94%
GREEN value IS 122 (48.05% from 255) = 23.55%
BLUE value IS 215 (84.38% from 255) = 41.51%
R=34.94%
G=23.55%
B=41.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1811222150.160.4300.16278.0653.7666.08
HexB57AD7102B0101163642
Octal265172327205302042666102
Binary10110101111101011010111100001010110100001000101101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57AD7; }

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

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

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

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

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

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

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

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