#B57BBA

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

Shades of East Side #B57BBA

Tints of East Side #B57BBA

Color information

#B57BBA (or 0xB57BBA) is unknown color: approx East Side. HEX triplet: B5, 7B and BA. RGB value is (181,123,186). Sum of RGB (Red+Green+Blue) = 181+123+186=490 (64% of max value = 765). Red value is 181 (71.09% from 255 or 36.94% from 490); Green value is 123 (48.44% from 255 or 25.10% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 186 - color contains mainly: blue. Hex color #B57BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57BBA is #4A8445. Grayscale: #939393. Windows color (decimal): -4883526 or 12221365. OLE color: 12221365.

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

Color convert

RGB181123186-
CMYK0.030.3400.27
HSL295.24º31.34%60.59%-
HSV(B)295.24º33.87%72.94%-
XYZ3527.5349.92-
YUV147.52149.72151.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.94%
GREEN value IS 123 (48.44% from 255) = 25.10%
BLUE value IS 186 (73.05% from 255) = 37.96%
R=36.94%
G=25.10%
B=37.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811231860.030.3400.27295.2431.3460.59
HexB57BBA32201B1271f3d
Octal2651732723420334473775
Binary101101011111011101110101110001001101110010011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57BBA; }

 p { color: rgb(181,123,186); }

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

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

 a { background-color: rgb(181,123,186); }

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

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

 span { border-color: rgb(181,123,186); }

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