Shades of London Hue #B875AF
Tints of London Hue #B875AF
RGB
CMYK
RGB Variations
Color information
#B875AF (or 0xB875AF) is known color: London Hue. HEX triplet: B8, 75 and AF. RGB value is (184,117,175). Sum of RGB (Red+Green+Blue) = 184+117+175=476 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.66% from 476); Green value is 117 (46.09% from 255 or 24.58% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 184 - color contains mainly: red. Hex color #B875AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B875AF is #478A50. Grayscale: #8F8F8F. Windows color (decimal): -4688465 or 11498936. OLE color: 11498936.
HSL color Cylindrical-coordinate representation of color #B875AF: hue angle of 308.06º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B875AF is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 117 | 175 | - |
| CMYK | 0 | 0.36 | 0.05 | 0.28 |
| HSL | 308.06º | 0.32% | 0.59% | - |
| HSV(B) | 308.06º | 0.36% | 0.72% | - |
| XYZ | 33.87 | 26.01 | 43.79 | - |
| YUV | 143.65 | 145.7 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 117 | 175 | 0 | 0.36 | 0.05 | 0.28 | 308.06 | 0.32 | 0.59 |
| Hex | B8 | 75 | AF | 0 | 24 | 5 | 1C | 134 | 20 | 3B |
| Octal | 270 | 165 | 257 | 0 | 44 | 5 | 34 | 464 | 40 | 73 |
| Binary | 10111000 | 1110101 | 10101111 | 0 | 100100 | 101 | 11100 | 100110100 | 100000 | 111011 |
Color Harmonies of #B875AF
Complementary color
Monochromatic Colors of #B875AF
Black with #B875AF
Text Example
Text Example
White with #B875AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B875AF; }
p { color: rgb(184,117,175); }
H1.HeaderClassName
{
color: #B875AF;
}
.AnyTagClassName
{
color: #B875AF;
}
</style>
background-color css
<style>
a { background-color: #B875AF; }
a { background-color: rgb(184,117,175); }
div.DivClassName
{
background-color: #B875AF;
}
.BgClassName
{
background-color: #B875AF;
}
</style>
border-color css
<style>
span { border-color: #B875AF; }
span { border-color: rgb(184,117,175); }
td.TdClassName
{
border-color: #B875AF;
}
.TagClassName
{
border-color: #B875AF;
}
</style>