#B492B5

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

Shades of London Hue #B492B5

Tints of London Hue #B492B5

Color information

#B492B5 (or 0xB492B5) is unknown color: approx London Hue. HEX triplet: B4, 92 and B5. RGB value is (180,146,181). Sum of RGB (Red+Green+Blue) = 180+146+181=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 181 (71.09% from 255 or 35.70% from 507); Max value from RGB is 181 - color contains mainly: blue. Hex color #B492B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B492B5 is #4B6D4A. Grayscale: #A0A0A0. Windows color (decimal): -4943179 or 11899572. OLE color: 11899572.

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

Color convert

RGB180146181-
CMYK0.010.1900.29
HSL298.29º19.13%64.12%-
HSV(B)298.29º19.34%70.98%-
XYZ37.4433.648.23-
YUV160.16139.76142.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.50%
GREEN value IS 146 (57.42% from 255) = 28.80%
BLUE value IS 181 (71.09% from 255) = 35.70%
R=35.50%
G=28.80%
B=35.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801461810.010.1900.29298.2919.1364.12
HexB492B511301D12a1340
Octal26422226512303545223100
Binary101101001001001010110101110011011101100101010100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B492B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B492B5; }

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

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

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

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

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

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

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

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