#B594C0

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

Shades of East Side #B594C0

Tints of East Side #B594C0

Color information

#B594C0 (or 0xB594C0) is unknown color: approx East Side. HEX triplet: B5, 94 and C0. RGB value is (181,148,192). Sum of RGB (Red+Green+Blue) = 181+148+192=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 148 (58.20% from 255 or 28.41% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 192 - color contains mainly: blue. Hex color #B594C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B594C0 is #4A6B3F. Grayscale: #A2A2A2. Windows color (decimal): -4877120 or 12620981. OLE color: 12620981.

HSL color Cylindrical-coordinate representation of color #B594C0: hue angle of 285º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B594C0 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB181148192-
CMYK0.060.2300.25
HSL285º25.88%66.67%-
HSV(B)285º22.92%75.29%-
XYZ39.1634.8154.52-
YUV162.88144.43140.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.74%
GREEN value IS 148 (58.20% from 255) = 28.41%
BLUE value IS 192 (75.39% from 255) = 36.85%
R=34.74%
G=28.41%
B=36.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811481920.060.2300.2528525.8866.67
HexB594C061701911d1a43
Octal26522430062703143532103
Binary10110101100101001100000011010111011001100011101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B594C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B594C0; }

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

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

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

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

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

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

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

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