Shades of London Hue #B681B4
Tints of London Hue #B681B4
RGB
CMYK
RGB Variations
Color information
#B681B4 (or 0xB681B4) is known color: London Hue. HEX triplet: B6, 81 and B4. RGB value is (182,129,180). Sum of RGB (Red+Green+Blue) = 182+129+180=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 129 (50.78% from 255 or 26.27% from 491); Blue value is 180 (70.70% from 255 or 36.66% from 491); Max value from RGB is 182 - color contains mainly: red. Hex color #B681B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B681B4 is #497E4B. Grayscale: #969696. Windows color (decimal): -4816460 or 11829686. OLE color: 11829686.
HSL color Cylindrical-coordinate representation of color #B681B4: hue angle of 302.26º 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 #B681B4 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 129 | 180 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.29 |
| HSL | 302.26º | 0.27% | 0.61% | - |
| HSV(B) | 302.26º | 0.29% | 0.71% | - |
| XYZ | 35.38 | 28.94 | 46.9 | - |
| YUV | 150.66 | 144.56 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 129 | 180 | 0 | 0.29 | 0.01 | 0.29 | 302.26 | 0.27 | 0.61 |
| Hex | B6 | 81 | B4 | 0 | 1D | 1 | 1D | 12E | 1B | 3D |
| Octal | 266 | 201 | 264 | 0 | 35 | 1 | 35 | 456 | 33 | 75 |
| Binary | 10110110 | 10000001 | 10110100 | 0 | 11101 | 1 | 11101 | 100101110 | 11011 | 111101 |
Color Harmonies of #B681B4
Complementary color
Monochromatic Colors of #B681B4
Black with #B681B4
Text Example
Text Example
White with #B681B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B681B4; }
p { color: rgb(182,129,180); }
H1.HeaderClassName
{
color: #B681B4;
}
.AnyTagClassName
{
color: #B681B4;
}
</style>
background-color css
<style>
a { background-color: #B681B4; }
a { background-color: rgb(182,129,180); }
div.DivClassName
{
background-color: #B681B4;
}
.BgClassName
{
background-color: #B681B4;
}
</style>
border-color css
<style>
span { border-color: #B681B4; }
span { border-color: rgb(182,129,180); }
td.TdClassName
{
border-color: #B681B4;
}
.TagClassName
{
border-color: #B681B4;
}
</style>