#B490C6

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

Shades of East Side #B490C6

Tints of East Side #B490C6

Color information

#B490C6 (or 0xB490C6) is unknown color: approx East Side. HEX triplet: B4, 90 and C6. RGB value is (180,144,198). Sum of RGB (Red+Green+Blue) = 180+144+198=522 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.48% from 522); Green value is 144 (56.64% from 255 or 27.59% from 522); Blue value is 198 (77.73% from 255 or 37.93% from 522); Max value from RGB is 198 - color contains mainly: blue. Hex color #B490C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B490C6 is #4B6F39. Grayscale: #A0A0A0. Windows color (decimal): -4943674 or 13013172. OLE color: 13013172.

HSL color Cylindrical-coordinate representation of color #B490C6: hue angle of 280º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B490C6 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB180144198-
CMYK0.090.2700.22
HSL280º32.14%67.06%-
HSV(B)280º27.27%77.65%-
XYZ38.9933.7357.88-
YUV160.92148.93141.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.48%
GREEN value IS 144 (56.64% from 255) = 27.59%
BLUE value IS 198 (77.73% from 255) = 37.93%
R=34.48%
G=27.59%
B=37.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1801441980.090.2700.2228032.1467.06
HexB490C691B0161182043
Octal264220306113302643040103
Binary1011010010010000110001101001110110101101000110001000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B490C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B490C6; }

 p { color: rgb(180,144,198); }

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

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

 a { background-color: rgb(180,144,198); }

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

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

 span { border-color: rgb(180,144,198); }

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