Shades of London Hue #B883AF
Tints of London Hue #B883AF
RGB
CMYK
RGB Variations
Color information
#B883AF (or 0xB883AF) is known color: London Hue. HEX triplet: B8, 83 and AF. RGB value is (184,131,175). Sum of RGB (Red+Green+Blue) = 184+131+175=490 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.55% from 490); Green value is 131 (51.56% from 255 or 26.73% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 184 - color contains mainly: red. Hex color #B883AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B883AF is #477C50. Grayscale: #979797. Windows color (decimal): -4684881 or 11502520. OLE color: 11502520.
HSL color Cylindrical-coordinate representation of color #B883AF: hue angle of 310.19º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B883AF is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 131 | 175 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.28 |
| HSL | 310.19º | 0.27% | 0.62% | - |
| HSV(B) | 310.19º | 0.29% | 0.72% | - |
| XYZ | 35.62 | 29.52 | 44.38 | - |
| YUV | 151.86 | 141.06 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 131 | 175 | 0 | 0.29 | 0.05 | 0.28 | 310.19 | 0.27 | 0.62 |
| Hex | B8 | 83 | AF | 0 | 1D | 5 | 1C | 136 | 1B | 3E |
| Octal | 270 | 203 | 257 | 0 | 35 | 5 | 34 | 466 | 33 | 76 |
| Binary | 10111000 | 10000011 | 10101111 | 0 | 11101 | 101 | 11100 | 100110110 | 11011 | 111110 |
Color Harmonies of #B883AF
Complementary color
Monochromatic Colors of #B883AF
Black with #B883AF
Text Example
Text Example
White with #B883AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B883AF; }
p { color: rgb(184,131,175); }
H1.HeaderClassName
{
color: #B883AF;
}
.AnyTagClassName
{
color: #B883AF;
}
</style>
background-color css
<style>
a { background-color: #B883AF; }
a { background-color: rgb(184,131,175); }
div.DivClassName
{
background-color: #B883AF;
}
.BgClassName
{
background-color: #B883AF;
}
</style>
border-color css
<style>
span { border-color: #B883AF; }
span { border-color: rgb(184,131,175); }
td.TdClassName
{
border-color: #B883AF;
}
.TagClassName
{
border-color: #B883AF;
}
</style>