Shades of London Hue #B393B1
Tints of London Hue #B393B1
RGB
CMYK
RGB Variations
Color information
#B393B1 (or 0xB393B1) is known color: 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
| RGB | 179 | 147 | 177 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.30 |
| HSL | 303.75º | 0.17% | 0.64% | - |
| HSV(B) | 303.75º | 0.18% | 0.7% | - |
| XYZ | 36.96 | 33.63 | 46.14 | - |
| YUV | 159.99 | 137.6 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 147 | 177 | 0 | 0.18 | 0.01 | 0.30 | 303.75 | 0.17 | 0.64 |
| Hex | B3 | 93 | B1 | 0 | 12 | 1 | 1E | 130 | 11 | 40 |
| Octal | 263 | 223 | 261 | 0 | 22 | 1 | 36 | 460 | 21 | 100 |
| Binary | 10110011 | 10010011 | 10110001 | 0 | 10010 | 1 | 11110 | 100110000 | 10001 | 1000000 |
Color Harmonies of #B393B1
Complementary color
Monochromatic Colors of #B393B1
Black with #B393B1
Text Example
Text Example
White with #B393B1
Text Example
Text Example
HTML Codes & Css Web 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>