Shades of London Hue #B393AF
Tints of London Hue #B393AF
RGB
CMYK
RGB Variations
Color information
#B393AF (or 0xB393AF) is known color: London Hue. HEX triplet: B3, 93 and AF. RGB value is (179,147,175). Sum of RGB (Red+Green+Blue) = 179+147+175=501 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.73% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 179 - color contains mainly: red. Hex color #B393AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B393AF is #4C6C50. Grayscale: #9F9F9F. Windows color (decimal): -5008465 or 11506611. OLE color: 11506611.
HSL color Cylindrical-coordinate representation of color #B393AF: hue angle of 307.5º 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 #B393AF is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 147 | 175 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.30 |
| HSL | 307.5º | 0.17% | 0.64% | - |
| HSV(B) | 307.5º | 0.18% | 0.7% | - |
| XYZ | 36.76 | 33.55 | 45.09 | - |
| YUV | 159.76 | 136.6 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 147 | 175 | 0 | 0.18 | 0.02 | 0.30 | 307.5 | 0.17 | 0.64 |
| Hex | B3 | 93 | AF | 0 | 12 | 2 | 1E | 134 | 11 | 40 |
| Octal | 263 | 223 | 257 | 0 | 22 | 2 | 36 | 464 | 21 | 100 |
| Binary | 10110011 | 10010011 | 10101111 | 0 | 10010 | 10 | 11110 | 100110100 | 10001 | 1000000 |
Color Harmonies of #B393AF
Complementary color
Monochromatic Colors of #B393AF
Black with #B393AF
Text Example
Text Example
White with #B393AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B393AF; }
p { color: rgb(179,147,175); }
H1.HeaderClassName
{
color: #B393AF;
}
.AnyTagClassName
{
color: #B393AF;
}
</style>
background-color css
<style>
a { background-color: #B393AF; }
a { background-color: rgb(179,147,175); }
div.DivClassName
{
background-color: #B393AF;
}
.BgClassName
{
background-color: #B393AF;
}
</style>
border-color css
<style>
span { border-color: #B393AF; }
span { border-color: rgb(179,147,175); }
td.TdClassName
{
border-color: #B393AF;
}
.TagClassName
{
border-color: #B393AF;
}
</style>