Shades of London Hue #B083AF
Tints of London Hue #B083AF
RGB
CMYK
RGB Variations
Color information
#B083AF (or 0xB083AF) is known color: London Hue. HEX triplet: B0, 83 and AF. RGB value is (176,131,175). Sum of RGB (Red+Green+Blue) = 176+131+175=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 131 (51.56% from 255 or 27.18% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 176 - color contains mainly: red. Hex color #B083AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B083AF is #4F7C50. Grayscale: #959595. Windows color (decimal): -5209169 or 11502512. OLE color: 11502512.
HSL color Cylindrical-coordinate representation of color #B083AF: hue angle of 301.33º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B083AF is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 131 | 175 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.31 |
| HSL | 301.33º | 0.22% | 0.6% | - |
| HSV(B) | 301.33º | 0.26% | 0.69% | - |
| XYZ | 33.76 | 28.56 | 44.29 | - |
| YUV | 149.47 | 142.41 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 131 | 175 | 0 | 0.26 | 0.01 | 0.31 | 301.33 | 0.22 | 0.6 |
| Hex | B0 | 83 | AF | 0 | 1A | 1 | 1F | 12D | 16 | 3C |
| Octal | 260 | 203 | 257 | 0 | 32 | 1 | 37 | 455 | 26 | 74 |
| Binary | 10110000 | 10000011 | 10101111 | 0 | 11010 | 1 | 11111 | 100101101 | 10110 | 111100 |
Color Harmonies of #B083AF
Complementary color
Monochromatic Colors of #B083AF
Black with #B083AF
Text Example
Text Example
White with #B083AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B083AF; }
p { color: rgb(176,131,175); }
H1.HeaderClassName
{
color: #B083AF;
}
.AnyTagClassName
{
color: #B083AF;
}
</style>
background-color css
<style>
a { background-color: #B083AF; }
a { background-color: rgb(176,131,175); }
div.DivClassName
{
background-color: #B083AF;
}
.BgClassName
{
background-color: #B083AF;
}
</style>
border-color css
<style>
span { border-color: #B083AF; }
span { border-color: rgb(176,131,175); }
td.TdClassName
{
border-color: #B083AF;
}
.TagClassName
{
border-color: #B083AF;
}
</style>