#B393B2

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

Shades of London Hue #B393B2

Tints of London Hue #B393B2

Color information

#B393B2 (or 0xB393B2) is unknown color: approx London Hue. HEX triplet: B3, 93 and B2. RGB value is (179,147,178). Sum of RGB (Red+Green+Blue) = 179+147+178=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 147 (57.81% from 255 or 29.17% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 179 - color contains mainly: red. Hex color #B393B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B393B2 is #4C6C4D. Grayscale: #A0A0A0. Windows color (decimal): -5008462 or 11703219. OLE color: 11703219.

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

Color convert

RGB179147178-
CMYK00.180.010.30
HSL301.88º17.39%63.92%-
HSV(B)301.88º17.88%70.2%-
XYZ37.0633.6746.66-
YUV160.1138.1141.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.52%
GREEN value IS 147 (57.81% from 255) = 29.17%
BLUE value IS 178 (69.92% from 255) = 35.32%
R=35.52%
G=29.17%
B=35.32%

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
Decimal17914717800.180.010.30301.8817.3963.92
HexB393B201211E12e1140
Octal26322326202213645621100
Binary101100111001001110110010010010111110100101110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B393B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B393B2; }

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

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

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

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

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

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

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

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