Shades of London Hue #B393AD
Tints of London Hue #B393AD
RGB
CMYK
RGB Variations
Color information
#B393AD (or 0xB393AD) is known color: London Hue. HEX triplet: B3, 93 and AD. RGB value is (179,147,173). Sum of RGB (Red+Green+Blue) = 179+147+173=499 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.87% from 499); Green value is 147 (57.81% from 255 or 29.46% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 179 - color contains mainly: red. Hex color #B393AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B393AD is #4C6C52. Grayscale: #9F9F9F. Windows color (decimal): -5008467 or 11375539. OLE color: 11375539.
HSL color Cylindrical-coordinate representation of color #B393AD: hue angle of 311.25º 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 #B393AD is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 147 | 173 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.30 |
| HSL | 311.25º | 0.17% | 0.64% | - |
| HSV(B) | 311.25º | 0.18% | 0.7% | - |
| XYZ | 36.57 | 33.47 | 44.07 | - |
| YUV | 159.53 | 135.6 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 147 | 173 | 0 | 0.18 | 0.03 | 0.30 | 311.25 | 0.17 | 0.64 |
| Hex | B3 | 93 | AD | 0 | 12 | 3 | 1E | 137 | 11 | 40 |
| Octal | 263 | 223 | 255 | 0 | 22 | 3 | 36 | 467 | 21 | 100 |
| Binary | 10110011 | 10010011 | 10101101 | 0 | 10010 | 11 | 11110 | 100110111 | 10001 | 1000000 |
Color Harmonies of #B393AD
Complementary color
Monochromatic Colors of #B393AD
Black with #B393AD
Text Example
Text Example
White with #B393AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B393AD; }
p { color: rgb(179,147,173); }
H1.HeaderClassName
{
color: #B393AD;
}
.AnyTagClassName
{
color: #B393AD;
}
</style>
background-color css
<style>
a { background-color: #B393AD; }
a { background-color: rgb(179,147,173); }
div.DivClassName
{
background-color: #B393AD;
}
.BgClassName
{
background-color: #B393AD;
}
</style>
border-color css
<style>
span { border-color: #B393AD; }
span { border-color: rgb(179,147,173); }
td.TdClassName
{
border-color: #B393AD;
}
.TagClassName
{
border-color: #B393AD;
}
</style>