Shades of London Hue #B681AF
Tints of London Hue #B681AF
RGB
CMYK
RGB Variations
Color information
#B681AF (or 0xB681AF) is known color: London Hue. HEX triplet: B6, 81 and AF. RGB value is (182,129,175). Sum of RGB (Red+Green+Blue) = 182+129+175=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 129 (50.78% from 255 or 26.54% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 182 - color contains mainly: red. Hex color #B681AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B681AF is #497E50. Grayscale: #959595. Windows color (decimal): -4816465 or 11502006. OLE color: 11502006.
HSL color Cylindrical-coordinate representation of color #B681AF: hue angle of 307.92º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B681AF is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 129 | 175 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.29 |
| HSL | 307.92º | 0.27% | 0.61% | - |
| HSV(B) | 307.92º | 0.29% | 0.71% | - |
| XYZ | 34.88 | 28.74 | 44.27 | - |
| YUV | 150.09 | 142.06 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 129 | 175 | 0 | 0.29 | 0.04 | 0.29 | 307.92 | 0.27 | 0.61 |
| Hex | B6 | 81 | AF | 0 | 1D | 4 | 1D | 134 | 1B | 3D |
| Octal | 266 | 201 | 257 | 0 | 35 | 4 | 35 | 464 | 33 | 75 |
| Binary | 10110110 | 10000001 | 10101111 | 0 | 11101 | 100 | 11101 | 100110100 | 11011 | 111101 |
Color Harmonies of #B681AF
Complementary color
Monochromatic Colors of #B681AF
Black with #B681AF
Text Example
Text Example
White with #B681AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B681AF; }
p { color: rgb(182,129,175); }
H1.HeaderClassName
{
color: #B681AF;
}
.AnyTagClassName
{
color: #B681AF;
}
</style>
background-color css
<style>
a { background-color: #B681AF; }
a { background-color: rgb(182,129,175); }
div.DivClassName
{
background-color: #B681AF;
}
.BgClassName
{
background-color: #B681AF;
}
</style>
border-color css
<style>
span { border-color: #B681AF; }
span { border-color: rgb(182,129,175); }
td.TdClassName
{
border-color: #B681AF;
}
.TagClassName
{
border-color: #B681AF;
}
</style>