Shades of Royal Heath #B45281
Tints of Royal Heath #B45281
RGB
CMYK
RGB Variations
Color information
#B45281 (or 0xB45281) is known color: Royal Heath. HEX triplet: B4, 52 and 81. RGB value is (180,82,129). Sum of RGB (Red+Green+Blue) = 180+82+129=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 82 (32.42% from 255 or 20.97% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 180 - color contains mainly: red. Hex color #B45281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45281 is #4BAD7E. Grayscale: #747474. Windows color (decimal): -4959615 or 8475316. OLE color: 8475316.
HSL color Cylindrical-coordinate representation of color #B45281: hue angle of 331.22º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B45281 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 82 | 129 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.29 |
| HSL | 331.22º | 0.4% | 0.51% | - |
| HSV(B) | 331.22º | 0.54% | 0.71% | - |
| XYZ | 25.8 | 17.32 | 22.75 | - |
| YUV | 116.66 | 134.97 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 82 | 129 | 0 | 0.54 | 0.28 | 0.29 | 331.22 | 0.4 | 0.51 |
| Hex | B4 | 52 | 81 | 0 | 36 | 1C | 1D | 14B | 28 | 33 |
| Octal | 264 | 122 | 201 | 0 | 66 | 34 | 35 | 513 | 50 | 63 |
| Binary | 10110100 | 1010010 | 10000001 | 0 | 110110 | 11100 | 11101 | 101001011 | 101000 | 110011 |
Color Harmonies of #B45281
Complementary color
Monochromatic Colors of #B45281
Black with #B45281
Text Example
Text Example
White with #B45281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45281; }
p { color: rgb(180,82,129); }
H1.HeaderClassName
{
color: #B45281;
}
.AnyTagClassName
{
color: #B45281;
}
</style>
background-color css
<style>
a { background-color: #B45281; }
a { background-color: rgb(180,82,129); }
div.DivClassName
{
background-color: #B45281;
}
.BgClassName
{
background-color: #B45281;
}
</style>
border-color css
<style>
span { border-color: #B45281; }
span { border-color: rgb(180,82,129); }
td.TdClassName
{
border-color: #B45281;
}
.TagClassName
{
border-color: #B45281;
}
</style>