#B492B6

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

Shades of London Hue #B492B6

Tints of London Hue #B492B6

Color information

#B492B6 (or 0xB492B6) is unknown color: approx London Hue. HEX triplet: B4, 92 and B6. RGB value is (180,146,182). Sum of RGB (Red+Green+Blue) = 180+146+182=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 146 (57.42% from 255 or 28.74% from 508); Blue value is 182 (71.48% from 255 or 35.83% from 508); Max value from RGB is 182 - color contains mainly: blue. Hex color #B492B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B492B6 is #4B6D49. Grayscale: #A0A0A0. Windows color (decimal): -4943178 or 11965108. OLE color: 11965108.

HSL color Cylindrical-coordinate representation of color #B492B6: hue angle of 296.67º degrees, saturation: 0.2, 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 #B492B6 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB180146182-
CMYK0.010.2000.29
HSL296.67º19.78%64.31%-
HSV(B)296.67º19.78%71.37%-
XYZ37.5433.6448.77-
YUV160.27140.26142.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.43%
GREEN value IS 146 (57.42% from 255) = 28.74%
BLUE value IS 182 (71.48% from 255) = 35.83%
R=35.43%
G=28.74%
B=35.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801461820.010.2000.29296.6719.7864.31
HexB492B611401D1291440
Octal26422226612403545124100
Binary101101001001001010110110110100011101100101001101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B492B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B492B6; }

 p { color: rgb(180,146,182); }

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

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

 a { background-color: rgb(180,146,182); }

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

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

 span { border-color: rgb(180,146,182); }

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