Shades of London Hue #B983B4
Tints of London Hue #B983B4
RGB
CMYK
RGB Variations
Color information
#B983B4 (or 0xB983B4) is known color: London Hue. HEX triplet: B9, 83 and B4. RGB value is (185,131,180). Sum of RGB (Red+Green+Blue) = 185+131+180=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 131 (51.56% from 255 or 26.41% from 496); Blue value is 180 (70.70% from 255 or 36.29% from 496); Max value from RGB is 185 - color contains mainly: red. Hex color #B983B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B983B4 is #467C4B. Grayscale: #989898. Windows color (decimal): -4619340 or 11830201. OLE color: 11830201.
HSL color Cylindrical-coordinate representation of color #B983B4: hue angle of 305.56º 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 #B983B4 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 131 | 180 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.27 |
| HSL | 305.56º | 0.28% | 0.62% | - |
| HSV(B) | 305.56º | 0.29% | 0.73% | - |
| XYZ | 36.36 | 29.84 | 47.02 | - |
| YUV | 152.73 | 143.39 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 131 | 180 | 0 | 0.29 | 0.03 | 0.27 | 305.56 | 0.28 | 0.62 |
| Hex | B9 | 83 | B4 | 0 | 1D | 3 | 1B | 132 | 1C | 3E |
| Octal | 271 | 203 | 264 | 0 | 35 | 3 | 33 | 462 | 34 | 76 |
| Binary | 10111001 | 10000011 | 10110100 | 0 | 11101 | 11 | 11011 | 100110010 | 11100 | 111110 |
Color Harmonies of #B983B4
Complementary color
Monochromatic Colors of #B983B4
Black with #B983B4
Text Example
Text Example
White with #B983B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B983B4; }
p { color: rgb(185,131,180); }
H1.HeaderClassName
{
color: #B983B4;
}
.AnyTagClassName
{
color: #B983B4;
}
</style>
background-color css
<style>
a { background-color: #B983B4; }
a { background-color: rgb(185,131,180); }
div.DivClassName
{
background-color: #B983B4;
}
.BgClassName
{
background-color: #B983B4;
}
</style>
border-color css
<style>
span { border-color: #B983B4; }
span { border-color: rgb(185,131,180); }
td.TdClassName
{
border-color: #B983B4;
}
.TagClassName
{
border-color: #B983B4;
}
</style>