Html Css Color HEX #B593BA East Side

📋 copy color: '#B593BA'

red 181 ◦ green 147 ◦ blue 186

#B593BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #B593BA

Tints of East Side #B593BA

RGB

 RED value IS 181 (71.09% from 255) = 35.21%

 GREEN value IS 147 (57.81% from 255) = 28.6%

 BLUE value IS 186 (73.05% from 255) = 36.19%

R = 35.21%
G = 28.6%
B = 36.19%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B593BA (or 0xB593BA) is known color: East Side. HEX triplet: B5, 93 and BA. RGB value is (181,147,186). Sum of RGB (Red+Green+Blue) = 181+147+186=514 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.21% from 514); Green value is 147 (57.81% from 255 or 28.60% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 186 - color contains mainly: blue. Hex color #B593BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B593BA is #4A6C45. Grayscale: #A1A1A1. Windows color (decimal): -4877382 or 12227509. OLE color: 12227509.

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

Color convert

RGB 181 147 186 -
CMYK 0.03 0.21 0 0.27
HSL 292.31º 0.22% 0.65% -
HSV(B) 292.31º 0.21% 0.73% -
XYZ 38.35 34.24 51.04 -
YUV 161.61 141.76 141.83 -
System Red Green Blue C M Y K H S L
Decimal 181 147 186 0.03 0.21 0 0.27 292.31 0.22 0.65
Hex B5 93 BA 3 15 0 1B 124 16 41
Octal 265 223 272 3 25 0 33 444 26 101
Binary 10110101 10010011 10111010 11 10101 0 11011 100100100 10110 1000001

Color Harmonies of #B593BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B593BA

Black with #B593BA

Text Example


Text Example

White with #B593BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B593BA; }

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

 H1.HeaderClassName
 {
   color: #B593BA;
 }
 .AnyTagClassName
 {
   color: #B593BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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