#B57ACA

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

Shades of East Side #B57ACA

Tints of East Side #B57ACA

Color information

#B57ACA (or 0xB57ACA) is unknown color: approx East Side. HEX triplet: B5, 7A and CA. RGB value is (181,122,202). Sum of RGB (Red+Green+Blue) = 181+122+202=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 122 (48.05% from 255 or 24.16% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #B57ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57ACA is #4A8535. Grayscale: #949494. Windows color (decimal): -4883766 or 13269685. OLE color: 13269685.

HSL color Cylindrical-coordinate representation of color #B57ACA: hue angle of 284.25º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B57ACA is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB181122202-
CMYK0.100.4000.21
HSL284.25º43.01%63.53%-
HSV(B)284.25º39.6%79.22%-
XYZ36.6828.0159.35-
YUV148.76158.05151-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.84%
GREEN value IS 122 (48.05% from 255) = 24.16%
BLUE value IS 202 (79.30% from 255) = 40%
R=35.84%
G=24.16%
B=40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1811222020.100.4000.21284.2543.0163.53
HexB57ACAA2801511c2b40
Octal265172312125002543453100
Binary1011010111110101100101010101010000101011000111001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57ACA; }

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

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

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

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

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

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

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

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