Html Css Color HEX #B590CE East Side

📋 copy color: '#B590CE'

red 181 ◦ green 144 ◦ blue 206

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

Shades of East Side #B590CE

Tints of East Side #B590CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.79%

R = 34.09%
G = 27.12%
B = 38.79%

CMYK

 C value IS 0.12

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B590CE (or 0xB590CE) is known color: East Side. HEX triplet: B5, 90 and CE. RGB value is (181,144,206). Sum of RGB (Red+Green+Blue) = 181+144+206=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 144 (56.64% from 255 or 27.12% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 206 - color contains mainly: blue. Hex color #B590CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B590CE is #4A6F31. Grayscale: #A1A1A1. Windows color (decimal): -4878130 or 13537461. OLE color: 13537461.

HSL color Cylindrical-coordinate representation of color #B590CE: hue angle of 275.81º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B590CE is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 144 206 -
CMYK 0.12 0.30 0 0.19
HSL 275.81º 0.39% 0.69% -
HSV(B) 275.81º 0.3% 0.81% -
XYZ 40.17 34.23 62.88 -
YUV 162.13 152.76 141.46 -
System Red Green Blue C M Y K H S L
Decimal 181 144 206 0.12 0.30 0 0.19 275.81 0.39 0.69
Hex B5 90 CE C 1E 0 13 114 27 45
Octal 265 220 316 14 36 0 23 424 47 105
Binary 10110101 10010000 11001110 1100 11110 0 10011 100010100 100111 1000101

Color Harmonies of #B590CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B590CE

Black with #B590CE

Text Example


Text Example

White with #B590CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B590CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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