#B594BC

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

Shades of East Side #B594BC

Tints of East Side #B594BC

Color information

#B594BC (or 0xB594BC) is unknown color: approx East Side. HEX triplet: B5, 94 and BC. RGB value is (181,148,188). Sum of RGB (Red+Green+Blue) = 181+148+188=517 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.01% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 188 - color contains mainly: blue. Hex color #B594BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B594BC is #4A6B43. Grayscale: #A2A2A2. Windows color (decimal): -4877124 or 12358837. OLE color: 12358837.

HSL color Cylindrical-coordinate representation of color #B594BC: hue angle of 289.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B594BC is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB181148188-
CMYK0.040.2100.26
HSL289.5º22.99%65.88%-
HSV(B)289.5º21.28%73.73%-
XYZ38.7234.6352.22-
YUV162.43142.43141.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.01%
GREEN value IS 148 (58.20% from 255) = 28.63%
BLUE value IS 188 (73.83% from 255) = 36.36%
R=35.01%
G=28.63%
B=36.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811481880.040.2100.26289.522.9965.88
HexB594BC41501A1221742
Octal26522427442503244227102
Binary10110101100101001011110010010101011010100100010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B594BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B594BC; }

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

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

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

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

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

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

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

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