Shades of Royal Heath #B84E7B
Tints of Royal Heath #B84E7B
RGB
CMYK
RGB Variations
Color information
#B84E7B (or 0xB84E7B) is known color: Royal Heath. HEX triplet: B8, 4E and 7B. RGB value is (184,78,123). Sum of RGB (Red+Green+Blue) = 184+78+123=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 78 (30.86% from 255 or 20.26% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B84E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B84E7B is #47B184. Grayscale: #727272. Windows color (decimal): -4698501 or 8081080. OLE color: 8081080.
HSL color Cylindrical-coordinate representation of color #B84E7B: hue angle of 334.53º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B84E7B is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 78 | 123 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.28 |
| HSL | 334.53º | 0.43% | 0.51% | - |
| HSV(B) | 334.53º | 0.58% | 0.72% | - |
| XYZ | 26.07 | 17.07 | 20.66 | - |
| YUV | 114.82 | 132.62 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 78 | 123 | 0 | 0.58 | 0.33 | 0.28 | 334.53 | 0.43 | 0.51 |
| Hex | B8 | 4E | 7B | 0 | 3A | 21 | 1C | 14F | 2B | 33 |
| Octal | 270 | 116 | 173 | 0 | 72 | 41 | 34 | 517 | 53 | 63 |
| Binary | 10111000 | 1001110 | 1111011 | 0 | 111010 | 100001 | 11100 | 101001111 | 101011 | 110011 |
Color Harmonies of #B84E7B
Complementary color
Monochromatic Colors of #B84E7B
Black with #B84E7B
Text Example
Text Example
White with #B84E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84E7B; }
p { color: rgb(184,78,123); }
H1.HeaderClassName
{
color: #B84E7B;
}
.AnyTagClassName
{
color: #B84E7B;
}
</style>
background-color css
<style>
a { background-color: #B84E7B; }
a { background-color: rgb(184,78,123); }
div.DivClassName
{
background-color: #B84E7B;
}
.BgClassName
{
background-color: #B84E7B;
}
</style>
border-color css
<style>
span { border-color: #B84E7B; }
span { border-color: rgb(184,78,123); }
td.TdClassName
{
border-color: #B84E7B;
}
.TagClassName
{
border-color: #B84E7B;
}
</style>