#B57ACC

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

Shades of East Side #B57ACC

Tints of East Side #B57ACC

Color information

#B57ACC (or 0xB57ACC) is unknown color: approx East Side. HEX triplet: B5, 7A and CC. RGB value is (181,122,204). Sum of RGB (Red+Green+Blue) = 181+122+204=507 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.70% from 507); Green value is 122 (48.05% from 255 or 24.06% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #B57ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57ACC is #4A8533. Grayscale: #949494. Windows color (decimal): -4883764 or 13400757. OLE color: 13400757.

HSL color Cylindrical-coordinate representation of color #B57ACC: hue angle of 283.17º 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 #B57ACC is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB181122204-
CMYK0.110.4000.2
HSL283.17º44.57%63.92%-
HSV(B)283.17º40.2%80%-
XYZ36.9128.160.61-
YUV148.99159.05150.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.70%
GREEN value IS 122 (48.05% from 255) = 24.06%
BLUE value IS 204 (80.08% from 255) = 40.24%
R=35.70%
G=24.06%
B=40.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1811222040.110.4000.2283.1744.5763.92
HexB57ACCB2801411b2d40
Octal265172314135002443355100
Binary1011010111110101100110010111010000101001000110111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57ACC; }

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

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

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

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

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

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

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

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