Shades of London Hue #B984B4
Tints of London Hue #B984B4
RGB
CMYK
RGB Variations
Color information
#B984B4 (or 0xB984B4) is known color: London Hue. HEX triplet: B9, 84 and B4. RGB value is (185,132,180). Sum of RGB (Red+Green+Blue) = 185+132+180=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 132 (51.95% from 255 or 26.56% from 497); Blue value is 180 (70.70% from 255 or 36.22% from 497); Max value from RGB is 185 - color contains mainly: red. Hex color #B984B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B984B4 is #467B4B. Grayscale: #999999. Windows color (decimal): -4619084 or 11830457. OLE color: 11830457.
HSL color Cylindrical-coordinate representation of color #B984B4: hue angle of 305.66º degrees, saturation: 0.27, 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 #B984B4 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 132 | 180 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.27 |
| HSL | 305.66º | 0.27% | 0.62% | - |
| HSV(B) | 305.66º | 0.29% | 0.73% | - |
| XYZ | 36.5 | 30.11 | 47.07 | - |
| YUV | 153.32 | 143.06 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 132 | 180 | 0 | 0.29 | 0.03 | 0.27 | 305.66 | 0.27 | 0.62 |
| Hex | B9 | 84 | B4 | 0 | 1D | 3 | 1B | 132 | 1B | 3E |
| Octal | 271 | 204 | 264 | 0 | 35 | 3 | 33 | 462 | 33 | 76 |
| Binary | 10111001 | 10000100 | 10110100 | 0 | 11101 | 11 | 11011 | 100110010 | 11011 | 111110 |
Color Harmonies of #B984B4
Complementary color
Monochromatic Colors of #B984B4
Black with #B984B4
Text Example
Text Example
White with #B984B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B984B4; }
p { color: rgb(185,132,180); }
H1.HeaderClassName
{
color: #B984B4;
}
.AnyTagClassName
{
color: #B984B4;
}
</style>
background-color css
<style>
a { background-color: #B984B4; }
a { background-color: rgb(185,132,180); }
div.DivClassName
{
background-color: #B984B4;
}
.BgClassName
{
background-color: #B984B4;
}
</style>
border-color css
<style>
span { border-color: #B984B4; }
span { border-color: rgb(185,132,180); }
td.TdClassName
{
border-color: #B984B4;
}
.TagClassName
{
border-color: #B984B4;
}
</style>