Shades of Royal Heath #B84F7D
Tints of Royal Heath #B84F7D
RGB
CMYK
RGB Variations
Color information
#B84F7D (or 0xB84F7D) is known color: Royal Heath. HEX triplet: B8, 4F and 7D. RGB value is (184,79,125). Sum of RGB (Red+Green+Blue) = 184+79+125=388 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.42% from 388); Green value is 79 (31.25% from 255 or 20.36% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 184 - color contains mainly: red. Hex color #B84F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B84F7D is #47B082. Grayscale: #737373. Windows color (decimal): -4698243 or 8212408. OLE color: 8212408.
HSL color Cylindrical-coordinate representation of color #B84F7D: hue angle of 333.71º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B84F7D is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 79 | 125 | - |
| CMYK | 0 | 0.57 | 0.32 | 0.28 |
| HSL | 333.71º | 0.43% | 0.52% | - |
| HSV(B) | 333.71º | 0.57% | 0.72% | - |
| XYZ | 26.26 | 17.26 | 21.35 | - |
| YUV | 115.64 | 133.29 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 79 | 125 | 0 | 0.57 | 0.32 | 0.28 | 333.71 | 0.43 | 0.52 |
| Hex | B8 | 4F | 7D | 0 | 39 | 20 | 1C | 14E | 2B | 34 |
| Octal | 270 | 117 | 175 | 0 | 71 | 40 | 34 | 516 | 53 | 64 |
| Binary | 10111000 | 1001111 | 1111101 | 0 | 111001 | 100000 | 11100 | 101001110 | 101011 | 110100 |
Color Harmonies of #B84F7D
Complementary color
Monochromatic Colors of #B84F7D
Black with #B84F7D
Text Example
Text Example
White with #B84F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84F7D; }
p { color: rgb(184,79,125); }
H1.HeaderClassName
{
color: #B84F7D;
}
.AnyTagClassName
{
color: #B84F7D;
}
</style>
background-color css
<style>
a { background-color: #B84F7D; }
a { background-color: rgb(184,79,125); }
div.DivClassName
{
background-color: #B84F7D;
}
.BgClassName
{
background-color: #B84F7D;
}
</style>
border-color css
<style>
span { border-color: #B84F7D; }
span { border-color: rgb(184,79,125); }
td.TdClassName
{
border-color: #B84F7D;
}
.TagClassName
{
border-color: #B84F7D;
}
</style>