#B57ACD

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

Shades of East Side #B57ACD

Tints of East Side #B57ACD

Color information

#B57ACD (or 0xB57ACD) is unknown color: approx East Side. HEX triplet: B5, 7A and CD. RGB value is (181,122,205). Sum of RGB (Red+Green+Blue) = 181+122+205=508 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.63% from 508); Green value is 122 (48.05% from 255 or 24.02% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #B57ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57ACD is #4A8532. Grayscale: #949494. Windows color (decimal): -4883763 or 13466293. OLE color: 13466293.

HSL color Cylindrical-coordinate representation of color #B57ACD: hue angle of 282.65º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B57ACD is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB181122205-
CMYK0.120.4000.20
HSL282.65º45.36%64.12%-
HSV(B)282.65º40.49%80.39%-
XYZ37.0428.1561.24-
YUV149.1159.55150.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.63%
GREEN value IS 122 (48.05% from 255) = 24.02%
BLUE value IS 205 (80.47% from 255) = 40.35%
R=35.63%
G=24.02%
B=40.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811222050.120.4000.20282.6545.3664.12
HexB57ACDC2801411b2d40
Octal265172315145002443355100
Binary1011010111110101100110111001010000101001000110111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57ACD; }

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

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

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

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

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

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

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

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