#B392B1

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

Shades of London Hue #B392B1

Tints of London Hue #B392B1

Color information

#B392B1 (or 0xB392B1) is unknown color: approx London Hue. HEX triplet: B3, 92 and B1. RGB value is (179,146,177). Sum of RGB (Red+Green+Blue) = 179+146+177=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 146 (57.42% from 255 or 29.08% from 502); Blue value is 177 (69.53% from 255 or 35.26% from 502); Max value from RGB is 179 - color contains mainly: red. Hex color #B392B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B392B1 is #4C6D4E. Grayscale: #9F9F9F. Windows color (decimal): -5008719 or 11637427. OLE color: 11637427.

HSL color Cylindrical-coordinate representation of color #B392B1: hue angle of 303.64º 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 #B392B1 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB179146177-
CMYK00.180.010.30
HSL303.64º17.84%63.73%-
HSV(B)303.64º18.44%70.2%-
XYZ36.8133.3246.09-
YUV159.4137.93141.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.66%
GREEN value IS 146 (57.42% from 255) = 29.08%
BLUE value IS 177 (69.53% from 255) = 35.26%
R=35.66%
G=29.08%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914617700.180.010.30303.6417.8463.73
HexB392B101211E1301240
Octal26322226102213646022100
Binary101100111001001010110001010010111110100110000100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B392B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B392B1; }

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

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

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

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

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

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

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

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