#B591BA

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

Shades of East Side #B591BA

Tints of East Side #B591BA

Color information

#B591BA (or 0xB591BA) is unknown color: approx East Side. HEX triplet: B5, 91 and BA. RGB value is (181,145,186). Sum of RGB (Red+Green+Blue) = 181+145+186=512 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.35% from 512); Green value is 145 (57.03% from 255 or 28.32% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 186 - color contains mainly: blue. Hex color #B591BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B591BA is #4A6E45. Grayscale: #A0A0A0. Windows color (decimal): -4877894 or 12226997. OLE color: 12226997.

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

Color convert

RGB181145186-
CMYK0.030.2200.27
HSL292.68º22.91%64.9%-
HSV(B)292.68º22.04%72.94%-
XYZ38.0433.6250.94-
YUV160.44142.43142.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.35%
GREEN value IS 145 (57.03% from 255) = 28.32%
BLUE value IS 186 (73.05% from 255) = 36.33%
R=35.35%
G=28.32%
B=36.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811451860.030.2200.27292.6822.9164.9
HexB591BA31601B1251741
Octal26522127232603344527101
Binary1011010110010001101110101110110011011100100101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B591BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B591BA; }

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

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

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

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

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

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

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

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