Shades of Royal Heath #B55282
Tints of Royal Heath #B55282
RGB
CMYK
RGB Variations
Color information
#B55282 (or 0xB55282) is known color: Royal Heath. HEX triplet: B5, 52 and 82. RGB value is (181,82,130). Sum of RGB (Red+Green+Blue) = 181+82+130=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B55282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55282 is #4AAD7D. Grayscale: #747474. Windows color (decimal): -4894078 or 8540853. OLE color: 8540853.
HSL color Cylindrical-coordinate representation of color #B55282: hue angle of 330.91º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B55282 is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 82 | 130 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.29 |
| HSL | 330.91º | 0.4% | 0.52% | - |
| HSV(B) | 330.91º | 0.55% | 0.71% | - |
| XYZ | 26.1 | 17.47 | 23.12 | - |
| YUV | 117.07 | 135.3 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 82 | 130 | 0 | 0.55 | 0.28 | 0.29 | 330.91 | 0.4 | 0.52 |
| Hex | B5 | 52 | 82 | 0 | 37 | 1C | 1D | 14B | 28 | 34 |
| Octal | 265 | 122 | 202 | 0 | 67 | 34 | 35 | 513 | 50 | 64 |
| Binary | 10110101 | 1010010 | 10000010 | 0 | 110111 | 11100 | 11101 | 101001011 | 101000 | 110100 |
Color Harmonies of #B55282
Complementary color
Monochromatic Colors of #B55282
Black with #B55282
Text Example
Text Example
White with #B55282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55282; }
p { color: rgb(181,82,130); }
H1.HeaderClassName
{
color: #B55282;
}
.AnyTagClassName
{
color: #B55282;
}
</style>
background-color css
<style>
a { background-color: #B55282; }
a { background-color: rgb(181,82,130); }
div.DivClassName
{
background-color: #B55282;
}
.BgClassName
{
background-color: #B55282;
}
</style>
border-color css
<style>
span { border-color: #B55282; }
span { border-color: rgb(181,82,130); }
td.TdClassName
{
border-color: #B55282;
}
.TagClassName
{
border-color: #B55282;
}
</style>