Shades of London Hue #B381AF
Tints of London Hue #B381AF
RGB
CMYK
RGB Variations
Color information
#B381AF (or 0xB381AF) is known color: London Hue. HEX triplet: B3, 81 and AF. RGB value is (179,129,175). Sum of RGB (Red+Green+Blue) = 179+129+175=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 179 - color contains mainly: red. Hex color #B381AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B381AF is #4C7E50. Grayscale: #959595. Windows color (decimal): -5013073 or 11502003. OLE color: 11502003.
HSL color Cylindrical-coordinate representation of color #B381AF: hue angle of 304.8º degrees, saturation: 0.25, 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 #B381AF is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 129 | 175 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.30 |
| HSL | 304.8º | 0.25% | 0.6% | - |
| HSV(B) | 304.8º | 0.28% | 0.7% | - |
| XYZ | 34.18 | 28.38 | 44.23 | - |
| YUV | 149.19 | 142.57 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 129 | 175 | 0 | 0.28 | 0.02 | 0.30 | 304.8 | 0.25 | 0.6 |
| Hex | B3 | 81 | AF | 0 | 1C | 2 | 1E | 131 | 19 | 3C |
| Octal | 263 | 201 | 257 | 0 | 34 | 2 | 36 | 461 | 31 | 74 |
| Binary | 10110011 | 10000001 | 10101111 | 0 | 11100 | 10 | 11110 | 100110001 | 11001 | 111100 |
Color Harmonies of #B381AF
Complementary color
Monochromatic Colors of #B381AF
Black with #B381AF
Text Example
Text Example
White with #B381AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B381AF; }
p { color: rgb(179,129,175); }
H1.HeaderClassName
{
color: #B381AF;
}
.AnyTagClassName
{
color: #B381AF;
}
</style>
background-color css
<style>
a { background-color: #B381AF; }
a { background-color: rgb(179,129,175); }
div.DivClassName
{
background-color: #B381AF;
}
.BgClassName
{
background-color: #B381AF;
}
</style>
border-color css
<style>
span { border-color: #B381AF; }
span { border-color: rgb(179,129,175); }
td.TdClassName
{
border-color: #B381AF;
}
.TagClassName
{
border-color: #B381AF;
}
</style>