#B393B4

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

Shades of London Hue #B393B4

Tints of London Hue #B393B4

Color information

#B393B4 (or 0xB393B4) is unknown color: approx London Hue. HEX triplet: B3, 93 and B4. RGB value is (179,147,180). Sum of RGB (Red+Green+Blue) = 179+147+180=506 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.38% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 180 (70.70% from 255 or 35.57% from 506); Max value from RGB is 180 - color contains mainly: blue. Hex color #B393B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B393B4 is #4C6C4B. Grayscale: #A0A0A0. Windows color (decimal): -5008460 or 11834291. OLE color: 11834291.

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

Color convert

RGB179147180-
CMYK0.010.1800.29
HSL298.18º18.03%64.12%-
HSV(B)298.18º18.33%70.59%-
XYZ37.2633.7547.73-
YUV160.33139.1141.32-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.38%
GREEN value IS 147 (57.81% from 255) = 29.05%
BLUE value IS 180 (70.70% from 255) = 35.57%
R=35.38%
G=29.05%
B=35.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791471800.010.1800.29298.1818.0364.12
HexB393B411201D12a1240
Octal26322326412203545222100
Binary101100111001001110110100110010011101100101010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B393B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B393B4; }

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

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

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

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

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

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

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

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