Shades of London Hue #B983B0
Tints of London Hue #B983B0
RGB
CMYK
RGB Variations
Color information
#B983B0 (or 0xB983B0) is known color: London Hue. HEX triplet: B9, 83 and B0. RGB value is (185,131,176). Sum of RGB (Red+Green+Blue) = 185+131+176=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 131 (51.56% from 255 or 26.63% from 492); Blue value is 176 (69.14% from 255 or 35.77% from 492); Max value from RGB is 185 - color contains mainly: red. Hex color #B983B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B983B0 is #467C4F. Grayscale: #989898. Windows color (decimal): -4619344 or 11568057. OLE color: 11568057.
HSL color Cylindrical-coordinate representation of color #B983B0: hue angle of 310º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B983B0 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 131 | 176 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.27 |
| HSL | 310º | 0.28% | 0.62% | - |
| HSV(B) | 310º | 0.29% | 0.73% | - |
| XYZ | 35.96 | 29.68 | 44.91 | - |
| YUV | 152.28 | 141.39 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 131 | 176 | 0 | 0.29 | 0.05 | 0.27 | 310 | 0.28 | 0.62 |
| Hex | B9 | 83 | B0 | 0 | 1D | 5 | 1B | 136 | 1C | 3E |
| Octal | 271 | 203 | 260 | 0 | 35 | 5 | 33 | 466 | 34 | 76 |
| Binary | 10111001 | 10000011 | 10110000 | 0 | 11101 | 101 | 11011 | 100110110 | 11100 | 111110 |
Color Harmonies of #B983B0
Complementary color
Monochromatic Colors of #B983B0
Black with #B983B0
Text Example
Text Example
White with #B983B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B983B0; }
p { color: rgb(185,131,176); }
H1.HeaderClassName
{
color: #B983B0;
}
.AnyTagClassName
{
color: #B983B0;
}
</style>
background-color css
<style>
a { background-color: #B983B0; }
a { background-color: rgb(185,131,176); }
div.DivClassName
{
background-color: #B983B0;
}
.BgClassName
{
background-color: #B983B0;
}
</style>
border-color css
<style>
span { border-color: #B983B0; }
span { border-color: rgb(185,131,176); }
td.TdClassName
{
border-color: #B983B0;
}
.TagClassName
{
border-color: #B983B0;
}
</style>