#B490B1

Color #B490B1 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #B490B1

Tints of London Hue #B490B1

Color information

#B490B1 (or 0xB490B1) is unknown color: approx London Hue. HEX triplet: B4, 90 and B1. RGB value is (180,144,177). Sum of RGB (Red+Green+Blue) = 180+144+177=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 144 (56.64% from 255 or 28.74% from 501); Blue value is 177 (69.53% from 255 or 35.33% from 501); Max value from RGB is 180 - color contains mainly: red. Hex color #B490B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B490B1 is #4B6F4E. Grayscale: #9E9E9E. Windows color (decimal): -4943695 or 11636916. OLE color: 11636916.

HSL color Cylindrical-coordinate representation of color #B490B1: hue angle of 305º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B490B1 is Cyan = 0, Magento = 0.2, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB180144177-
CMYK00.20.020.29
HSL305º19.35%63.53%-
HSV(B)305º20%70.59%-
XYZ36.7332.8245.99-
YUV158.53138.43143.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.93%
GREEN value IS 144 (56.64% from 255) = 28.74%
BLUE value IS 177 (69.53% from 255) = 35.33%
R=35.93%
G=28.74%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014417700.20.020.2930519.3563.53
HexB490B101421D1311340
Octal26422026102423546123100
Binary1011010010010000101100010101001011101100110001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B490B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B490B1; }

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

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

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

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

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

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

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

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