#b57ac1

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

Shades of East Side #B57AC1

Tints of East Side #B57AC1

Color information

#B57AC1 (or 0xB57AC1) is unknown color: approx East Side. HEX triplet: B5, 7A and C1. RGB value is (181,122,193). Sum of RGB (Red+Green+Blue) = 181+122+193=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 122 (48.05% from 255 or 24.60% from 496); Blue value is 193 (75.78% from 255 or 38.91% from 496); Max value from RGB is 193 - color contains mainly: blue. Hex color #B57AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57AC1 is #4A853E. Grayscale: #939393. Windows color (decimal): -4883775 or 12679861. OLE color: 12679861.

HSL color Cylindrical-coordinate representation of color #B57AC1: hue angle of 289.86º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B57AC1 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB181122193-
CMYK0.060.3700.24
HSL289.86º36.41%61.76%-
HSV(B)289.86º36.79%75.69%-
XYZ35.6427.5953.9-
YUV147.73153.55151.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.49%
GREEN value IS 122 (48.05% from 255) = 24.60%
BLUE value IS 193 (75.78% from 255) = 38.91%
R=36.49%
G=24.60%
B=38.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1811221930.060.3700.24289.8636.4161.76
HexB57AC1625018122243e
Octal2651723016450304424476
Binary10110101111101011000001110100101011000100100010100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b57ac1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b57ac1; }

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

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

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

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

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

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

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

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