Shades of Royal Heath #B84880
Tints of Royal Heath #B84880
RGB
CMYK
RGB Variations
Color information
#B84880 (or 0xB84880) is known color: Royal Heath. HEX triplet: B8, 48 and 80. RGB value is (184,72,128). Sum of RGB (Red+Green+Blue) = 184+72+128=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 72 (28.52% from 255 or 18.75% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 184 - color contains mainly: red. Hex color #B84880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84880 is #47B77F. Grayscale: #6F6F6F. Windows color (decimal): -4700032 or 8407224. OLE color: 8407224.
HSL color Cylindrical-coordinate representation of color #B84880: hue angle of 330º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B84880 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 72 | 128 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.28 |
| HSL | 330º | 0.44% | 0.5% | - |
| HSV(B) | 330º | 0.61% | 0.72% | - |
| XYZ | 25.98 | 16.38 | 22.22 | - |
| YUV | 111.87 | 137.11 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 72 | 128 | 0 | 0.61 | 0.30 | 0.28 | 330 | 0.44 | 0.5 |
| Hex | B8 | 48 | 80 | 0 | 3D | 1E | 1C | 14A | 2C | 32 |
| Octal | 270 | 110 | 200 | 0 | 75 | 36 | 34 | 512 | 54 | 62 |
| Binary | 10111000 | 1001000 | 10000000 | 0 | 111101 | 11110 | 11100 | 101001010 | 101100 | 110010 |
Color Harmonies of #B84880
Complementary color
Monochromatic Colors of #B84880
Black with #B84880
Text Example
Text Example
White with #B84880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84880; }
p { color: rgb(184,72,128); }
H1.HeaderClassName
{
color: #B84880;
}
.AnyTagClassName
{
color: #B84880;
}
</style>
background-color css
<style>
a { background-color: #B84880; }
a { background-color: rgb(184,72,128); }
div.DivClassName
{
background-color: #B84880;
}
.BgClassName
{
background-color: #B84880;
}
</style>
border-color css
<style>
span { border-color: #B84880; }
span { border-color: rgb(184,72,128); }
td.TdClassName
{
border-color: #B84880;
}
.TagClassName
{
border-color: #B84880;
}
</style>