Shades of London Hue #B390AF
Tints of London Hue #B390AF
RGB
CMYK
RGB Variations
Color information
#B390AF (or 0xB390AF) is known color: London Hue. HEX triplet: B3, 90 and AF. RGB value is (179,144,175). Sum of RGB (Red+Green+Blue) = 179+144+175=498 (65% of max value = 765). Red value is 179 (70.31% from 255 or 35.94% from 498); Green value is 144 (56.64% from 255 or 28.92% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 179 - color contains mainly: red. Hex color #B390AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B390AF is #4C6F50. Grayscale: #9D9D9D. Windows color (decimal): -5009233 or 11505843. OLE color: 11505843.
HSL color Cylindrical-coordinate representation of color #B390AF: hue angle of 306.86º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B390AF is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 144 | 175 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.30 |
| HSL | 306.86º | 0.19% | 0.63% | - |
| HSV(B) | 306.86º | 0.2% | 0.7% | - |
| XYZ | 36.3 | 32.63 | 44.94 | - |
| YUV | 158 | 137.6 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 144 | 175 | 0 | 0.20 | 0.02 | 0.30 | 306.86 | 0.19 | 0.63 |
| Hex | B3 | 90 | AF | 0 | 14 | 2 | 1E | 133 | 13 | 3F |
| Octal | 263 | 220 | 257 | 0 | 24 | 2 | 36 | 463 | 23 | 77 |
| Binary | 10110011 | 10010000 | 10101111 | 0 | 10100 | 10 | 11110 | 100110011 | 10011 | 111111 |
Color Harmonies of #B390AF
Complementary color
Monochromatic Colors of #B390AF
Black with #B390AF
Text Example
Text Example
White with #B390AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B390AF; }
p { color: rgb(179,144,175); }
H1.HeaderClassName
{
color: #B390AF;
}
.AnyTagClassName
{
color: #B390AF;
}
</style>
background-color css
<style>
a { background-color: #B390AF; }
a { background-color: rgb(179,144,175); }
div.DivClassName
{
background-color: #B390AF;
}
.BgClassName
{
background-color: #B390AF;
}
</style>
border-color css
<style>
span { border-color: #B390AF; }
span { border-color: rgb(179,144,175); }
td.TdClassName
{
border-color: #B390AF;
}
.TagClassName
{
border-color: #B390AF;
}
</style>