#B57BBE

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

Shades of East Side #B57BBE

Tints of East Side #B57BBE

Color information

#B57BBE (or 0xB57BBE) is unknown color: approx East Side. HEX triplet: B5, 7B and BE. RGB value is (181,123,190). Sum of RGB (Red+Green+Blue) = 181+123+190=494 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.64% from 494); Green value is 123 (48.44% from 255 or 24.90% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #B57BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57BBE is #4A8441. Grayscale: #939393. Windows color (decimal): -4883522 or 12483509. OLE color: 12483509.

HSL color Cylindrical-coordinate representation of color #B57BBE: hue angle of 291.94º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B57BBE is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB181123190-
CMYK0.050.3500.25
HSL291.94º34.01%61.37%-
HSV(B)291.94º35.26%74.51%-
XYZ35.4327.7152.2-
YUV147.98151.72151.55-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.64%
GREEN value IS 123 (48.44% from 255) = 24.90%
BLUE value IS 190 (74.61% from 255) = 38.46%
R=36.64%
G=24.90%
B=38.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811231900.050.3500.25291.9434.0161.37
HexB57BBE523019124223d
Octal2651732765430314444275
Binary10110101111101110111110101100011011001100100100100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57BBE; }

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

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

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

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

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

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

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

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