Shades of Royal Heath #B83871
Tints of Royal Heath #B83871
RGB
CMYK
RGB Variations
Color information
#B83871 (or 0xB83871) is known color: Royal Heath. HEX triplet: B8, 38 and 71. RGB value is (184,56,113). Sum of RGB (Red+Green+Blue) = 184+56+113=353 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.12% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 184 - color contains mainly: red. Hex color #B83871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83871 is #47C78E. Grayscale: #646464. Windows color (decimal): -4704143 or 7420088. OLE color: 7420088.
HSL color Cylindrical-coordinate representation of color #B83871: hue angle of 333.28º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B83871 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 56 | 113 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.28 |
| HSL | 333.28º | 0.53% | 0.47% | - |
| HSV(B) | 333.28º | 0.7% | 0.72% | - |
| XYZ | 24.16 | 14.21 | 17.09 | - |
| YUV | 100.77 | 134.91 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 56 | 113 | 0 | 0.70 | 0.39 | 0.28 | 333.28 | 0.53 | 0.47 |
| Hex | B8 | 38 | 71 | 0 | 46 | 27 | 1C | 14D | 35 | 2F |
| Octal | 270 | 70 | 161 | 0 | 106 | 47 | 34 | 515 | 65 | 57 |
| Binary | 10111000 | 111000 | 1110001 | 0 | 1000110 | 100111 | 11100 | 101001101 | 110101 | 101111 |
Color Harmonies of #B83871
Complementary color
Monochromatic Colors of #B83871
Black with #B83871
Text Example
Text Example
White with #B83871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83871; }
p { color: rgb(184,56,113); }
H1.HeaderClassName
{
color: #B83871;
}
.AnyTagClassName
{
color: #B83871;
}
</style>
background-color css
<style>
a { background-color: #B83871; }
a { background-color: rgb(184,56,113); }
div.DivClassName
{
background-color: #B83871;
}
.BgClassName
{
background-color: #B83871;
}
</style>
border-color css
<style>
span { border-color: #B83871; }
span { border-color: rgb(184,56,113); }
td.TdClassName
{
border-color: #B83871;
}
.TagClassName
{
border-color: #B83871;
}
</style>