#B57ABB

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

Shades of East Side #B57ABB

Tints of East Side #B57ABB

Color information

#B57ABB (or 0xB57ABB) is unknown color: approx East Side. HEX triplet: B5, 7A and BB. RGB value is (181,122,187). Sum of RGB (Red+Green+Blue) = 181+122+187=490 (64% of max value = 765). Red value is 181 (71.09% from 255 or 36.94% from 490); Green value is 122 (48.05% from 255 or 24.90% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 187 - color contains mainly: blue. Hex color #B57ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57ABB is #4A8544. Grayscale: #929292. Windows color (decimal): -4883781 or 12286645. OLE color: 12286645.

HSL color Cylindrical-coordinate representation of color #B57ABB: hue angle of 294.46º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B57ABB is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB181122187-
CMYK0.030.3500.27
HSL294.46º32.34%60.59%-
HSV(B)294.46º34.76%73.33%-
XYZ34.9927.3350.45-
YUV147.05150.55152.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.94%
GREEN value IS 122 (48.05% from 255) = 24.90%
BLUE value IS 187 (73.44% from 255) = 38.16%
R=36.94%
G=24.90%
B=38.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811221870.030.3500.27294.4632.3460.59
HexB57ABB32301B126203d
Octal2651722733430334464075
Binary1011010111110101011101111100011011011100100110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57ABB; }

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

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

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

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

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

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

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

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