#B392A8

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

Shades of London Hue #B392A8

Tints of London Hue #B392A8

Color information

#B392A8 (or 0xB392A8) is unknown color: approx London Hue. HEX triplet: B3, 92 and A8. RGB value is (179,146,168). Sum of RGB (Red+Green+Blue) = 179+146+168=493 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.31% from 493); Green value is 146 (57.42% from 255 or 29.61% from 493); Blue value is 168 (66.02% from 255 or 34.08% from 493); Max value from RGB is 179 - color contains mainly: red. Hex color #B392A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B392A8 is #4C6D57. Grayscale: #9E9E9E. Windows color (decimal): -5008728 or 11047603. OLE color: 11047603.

HSL color Cylindrical-coordinate representation of color #B392A8: hue angle of 320º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B392A8 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB179146168-
CMYK00.180.060.30
HSL320º17.84%63.73%-
HSV(B)320º18.44%70.2%-
XYZ35.9432.9741.52-
YUV158.38133.43142.71-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.31%
GREEN value IS 146 (57.42% from 255) = 29.61%
BLUE value IS 168 (66.02% from 255) = 34.08%
R=36.31%
G=29.61%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914616800.180.060.3032017.8463.73
HexB392A801261E1401240
Octal26322225002263650022100
Binary10110011100100101010100001001011011110101000000100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B392A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B392A8; }

 p { color: rgb(179,146,168); }

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

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

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

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

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

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

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