Shades of Royal Heath #B45982
Tints of Royal Heath #B45982
RGB
CMYK
RGB Variations
Color information
#B45982 (or 0xB45982) is known color: Royal Heath. HEX triplet: B4, 59 and 82. RGB value is (180,89,130). Sum of RGB (Red+Green+Blue) = 180+89+130=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B45982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45982 is #4BA67D. Grayscale: #787878. Windows color (decimal): -4957822 or 8542644. OLE color: 8542644.
HSL color Cylindrical-coordinate representation of color #B45982: hue angle of 332.97º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B45982 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 89 | 130 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.29 |
| HSL | 332.97º | 0.38% | 0.53% | - |
| HSV(B) | 332.97º | 0.51% | 0.71% | - |
| XYZ | 26.42 | 18.46 | 23.29 | - |
| YUV | 120.88 | 133.15 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 89 | 130 | 0 | 0.51 | 0.28 | 0.29 | 332.97 | 0.38 | 0.53 |
| Hex | B4 | 59 | 82 | 0 | 33 | 1C | 1D | 14D | 26 | 35 |
| Octal | 264 | 131 | 202 | 0 | 63 | 34 | 35 | 515 | 46 | 65 |
| Binary | 10110100 | 1011001 | 10000010 | 0 | 110011 | 11100 | 11101 | 101001101 | 100110 | 110101 |
Color Harmonies of #B45982
Complementary color
Monochromatic Colors of #B45982
Black with #B45982
Text Example
Text Example
White with #B45982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45982; }
p { color: rgb(180,89,130); }
H1.HeaderClassName
{
color: #B45982;
}
.AnyTagClassName
{
color: #B45982;
}
</style>
background-color css
<style>
a { background-color: #B45982; }
a { background-color: rgb(180,89,130); }
div.DivClassName
{
background-color: #B45982;
}
.BgClassName
{
background-color: #B45982;
}
</style>
border-color css
<style>
span { border-color: #B45982; }
span { border-color: rgb(180,89,130); }
td.TdClassName
{
border-color: #B45982;
}
.TagClassName
{
border-color: #B45982;
}
</style>