Html Css Color HEX #B590BA East Side

📋 copy color: '#B590BA'

red 181 ◦ green 144 ◦ blue 186

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

Shades of East Side #B590BA

Tints of East Side #B590BA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.18%

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

R = 35.42%
G = 28.18%
B = 36.4%

CMYK

 C value IS 0.03

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B590BA (or 0xB590BA) is known color: East Side. HEX triplet: B5, 90 and BA. RGB value is (181,144,186). Sum of RGB (Red+Green+Blue) = 181+144+186=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 144 (56.64% from 255 or 28.18% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 186 - color contains mainly: blue. Hex color #B590BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B590BA is #4A6F45. Grayscale: #9F9F9F. Windows color (decimal): -4878150 or 12226741. OLE color: 12226741.

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

Color convert

RGB 181 144 186 -
CMYK 0.03 0.23 0 0.27
HSL 292.86º 0.23% 0.65% -
HSV(B) 292.86º 0.23% 0.73% -
XYZ 37.89 33.32 50.89 -
YUV 159.85 142.76 143.08 -
System Red Green Blue C M Y K H S L
Decimal 181 144 186 0.03 0.23 0 0.27 292.86 0.23 0.65
Hex B5 90 BA 3 17 0 1B 125 17 41
Octal 265 220 272 3 27 0 33 445 27 101
Binary 10110101 10010000 10111010 11 10111 0 11011 100100101 10111 1000001

Color Harmonies of #B590BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B590BA

Black with #B590BA

Text Example


Text Example

White with #B590BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B590BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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