#B593BD

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

Shades of East Side #B593BD

Tints of East Side #B593BD

Color information

#B593BD (or 0xB593BD) is unknown color: approx East Side. HEX triplet: B5, 93 and BD. RGB value is (181,147,189). Sum of RGB (Red+Green+Blue) = 181+147+189=517 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.01% from 517); Green value is 147 (57.81% from 255 or 28.43% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 189 - color contains mainly: blue. Hex color #B593BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B593BD is #4A6C42. Grayscale: #A1A1A1. Windows color (decimal): -4877379 or 12424117. OLE color: 12424117.

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

Color convert

RGB181147189-
CMYK0.040.2200.26
HSL288.57º24.14%65.88%-
HSV(B)288.57º22.22%74.12%-
XYZ38.6834.3752.74-
YUV161.95143.26141.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.01%
GREEN value IS 147 (57.81% from 255) = 28.43%
BLUE value IS 189 (74.22% from 255) = 36.56%
R=35.01%
G=28.43%
B=36.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811471890.040.2200.26288.5724.1465.88
HexB593BD41601A1211842
Octal26522327542603244130102
Binary10110101100100111011110110010110011010100100001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B593BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B593BD; }

 p { color: rgb(181,147,189); }

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

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

 a { background-color: rgb(181,147,189); }

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

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

 span { border-color: rgb(181,147,189); }

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