#B594BE

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

Shades of East Side #B594BE

Tints of East Side #B594BE

Color information

#B594BE (or 0xB594BE) is unknown color: approx East Side. HEX triplet: B5, 94 and BE. RGB value is (181,148,190). Sum of RGB (Red+Green+Blue) = 181+148+190=519 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.87% from 519); Green value is 148 (58.20% from 255 or 28.52% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 190 - color contains mainly: blue. Hex color #B594BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B594BE is #4A6B41. Grayscale: #A2A2A2. Windows color (decimal): -4877122 or 12489909. OLE color: 12489909.

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

Color convert

RGB181148190-
CMYK0.050.2200.25
HSL287.14º24.42%66.27%-
HSV(B)287.14º22.11%74.51%-
XYZ38.9434.7253.36-
YUV162.66143.43141.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.87%
GREEN value IS 148 (58.20% from 255) = 28.52%
BLUE value IS 190 (74.61% from 255) = 36.61%
R=34.87%
G=28.52%
B=36.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811481900.050.2200.25287.1424.4266.27
HexB594BE51601911f1842
Octal26522427652603143730102
Binary10110101100101001011111010110110011001100011111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B594BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B594BE; }

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

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

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

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

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

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

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

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