Html Css Color HEX #B590BF East Side

📋 copy color: '#B590BF'

red 181 ◦ green 144 ◦ blue 191

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

Shades of East Side #B590BF

Tints of East Side #B590BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.02%

R = 35.08%
G = 27.91%
B = 37.02%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B590BF (or 0xB590BF) is known color: East Side. HEX triplet: B5, 90 and BF. RGB value is (181,144,191). Sum of RGB (Red+Green+Blue) = 181+144+191=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 144 (56.64% from 255 or 27.91% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 191 - color contains mainly: blue. Hex color #B590BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B590BF is #4A6F40. Grayscale: #A0A0A0. Windows color (decimal): -4878145 or 12554421. OLE color: 12554421.

HSL color Cylindrical-coordinate representation of color #B590BF: hue angle of 287.23º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B590BF is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 144 191 -
CMYK 0.05 0.25 0 0.25
HSL 287.23º 0.27% 0.66% -
HSV(B) 287.23º 0.25% 0.75% -
XYZ 38.43 33.53 53.74 -
YUV 160.42 145.26 142.68 -
System Red Green Blue C M Y K H S L
Decimal 181 144 191 0.05 0.25 0 0.25 287.23 0.27 0.66
Hex B5 90 BF 5 19 0 19 11F 1B 42
Octal 265 220 277 5 31 0 31 437 33 102
Binary 10110101 10010000 10111111 101 11001 0 11001 100011111 11011 1000010

Color Harmonies of #B590BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B590BF

Black with #B590BF

Text Example


Text Example

White with #B590BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B590BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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