Shades of London Hue #B281AF
Tints of London Hue #B281AF
RGB
CMYK
RGB Variations
Color information
#B281AF (or 0xB281AF) is known color: London Hue. HEX triplet: B2, 81 and AF. RGB value is (178,129,175). Sum of RGB (Red+Green+Blue) = 178+129+175=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 178 - color contains mainly: red. Hex color #B281AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B281AF is #4D7E50. Grayscale: #949494. Windows color (decimal): -5078609 or 11502002. OLE color: 11502002.
HSL color Cylindrical-coordinate representation of color #B281AF: hue angle of 303.67º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B281AF is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 129 | 175 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.30 |
| HSL | 303.67º | 0.24% | 0.6% | - |
| HSV(B) | 303.67º | 0.28% | 0.7% | - |
| XYZ | 33.95 | 28.26 | 44.22 | - |
| YUV | 148.9 | 142.73 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 129 | 175 | 0 | 0.28 | 0.02 | 0.30 | 303.67 | 0.24 | 0.6 |
| Hex | B2 | 81 | AF | 0 | 1C | 2 | 1E | 130 | 18 | 3C |
| Octal | 262 | 201 | 257 | 0 | 34 | 2 | 36 | 460 | 30 | 74 |
| Binary | 10110010 | 10000001 | 10101111 | 0 | 11100 | 10 | 11110 | 100110000 | 11000 | 111100 |
Color Harmonies of #B281AF
Complementary color
Monochromatic Colors of #B281AF
Black with #B281AF
Text Example
Text Example
White with #B281AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B281AF; }
p { color: rgb(178,129,175); }
H1.HeaderClassName
{
color: #B281AF;
}
.AnyTagClassName
{
color: #B281AF;
}
</style>
background-color css
<style>
a { background-color: #B281AF; }
a { background-color: rgb(178,129,175); }
div.DivClassName
{
background-color: #B281AF;
}
.BgClassName
{
background-color: #B281AF;
}
</style>
border-color css
<style>
span { border-color: #B281AF; }
span { border-color: rgb(178,129,175); }
td.TdClassName
{
border-color: #B281AF;
}
.TagClassName
{
border-color: #B281AF;
}
</style>