#B492B4

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

Shades of London Hue #B492B4

Tints of London Hue #B492B4

Color information

#B492B4 (or 0xB492B4) is unknown color: approx London Hue. HEX triplet: B4, 92 and B4. RGB value is (180,146,180). Sum of RGB (Red+Green+Blue) = 180+146+180=506 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.57% from 506); Green value is 146 (57.42% from 255 or 28.85% from 506); Blue value is 180 (70.70% from 255 or 35.57% from 506); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B492B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B492B4 is #4B6D4B. Grayscale: #9F9F9F. Windows color (decimal): -4943180 or 11834036. OLE color: 11834036.

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

Color convert

RGB180146180-
CMYK00.1900.29
HSL300º18.48%63.92%-
HSV(B)300º18.89%70.59%-
XYZ37.3433.5647.69-
YUV160.04139.26142.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.57%
GREEN value IS 146 (57.42% from 255) = 28.85%
BLUE value IS 180 (70.70% from 255) = 35.57%
R=35.57%
G=28.85%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014618000.1900.2930018.4863.92
HexB492B401301D12c1240
Octal26422226402303545422100
Binary101101001001001010110100010011011101100101100100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B492B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B492B4; }

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

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

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

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

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

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

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

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