#B590C1

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

Shades of East Side #B590C1

Tints of East Side #B590C1

Color information

#B590C1 (or 0xB590C1) is unknown color: approx East Side. HEX triplet: B5, 90 and C1. RGB value is (181,144,193). Sum of RGB (Red+Green+Blue) = 181+144+193=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 144 (56.64% from 255 or 27.80% from 518); Blue value is 193 (75.78% from 255 or 37.26% from 518); Max value from RGB is 193 - color contains mainly: blue. Hex color #B590C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B590C1 is #4A6F3E. Grayscale: #A0A0A0. Windows color (decimal): -4878143 or 12685493. OLE color: 12685493.

HSL color Cylindrical-coordinate representation of color #B590C1: hue angle of 285.31º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B590C1 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB181144193-
CMYK0.060.2500.24
HSL285.31º28.32%66.08%-
HSV(B)285.31º25.39%75.69%-
XYZ38.6533.6254.9-
YUV160.65146.26142.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.94%
GREEN value IS 144 (56.64% from 255) = 27.80%
BLUE value IS 193 (75.78% from 255) = 37.26%
R=34.94%
G=27.80%
B=37.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1811441930.060.2500.24285.3128.3266.08
HexB590C161901811d1c42
Octal26522030163103043534102
Binary10110101100100001100000111011001011000100011101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B590C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B590C1; }

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

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

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

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

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

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

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

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