#B393B1

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

Shades of London Hue #B393B1

Tints of London Hue #B393B1

Color information

#B393B1 (or 0xB393B1) is unknown color: approx London Hue. HEX triplet: B3, 93 and B1. RGB value is (179,147,177). Sum of RGB (Red+Green+Blue) = 179+147+177=503 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.59% from 503); Green value is 147 (57.81% from 255 or 29.22% from 503); Blue value is 177 (69.53% from 255 or 35.19% from 503); Max value from RGB is 179 - color contains mainly: red. Hex color #B393B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B393B1 is #4C6C4E. Grayscale: #9F9F9F. Windows color (decimal): -5008463 or 11637683. OLE color: 11637683.

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

Color convert

RGB179147177-
CMYK00.180.010.30
HSL303.75º17.39%63.92%-
HSV(B)303.75º17.88%70.2%-
XYZ36.9633.6346.14-
YUV159.99137.6141.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.59%
GREEN value IS 147 (57.81% from 255) = 29.22%
BLUE value IS 177 (69.53% from 255) = 35.19%
R=35.59%
G=29.22%
B=35.19%

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
Decimal17914717700.180.010.30303.7517.3963.92
HexB393B101211E1301140
Octal26322326102213646021100
Binary101100111001001110110001010010111110100110000100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B393B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B393B1; }

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

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

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

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

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

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

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

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