Shades of Royal Heath #B84A7D
Tints of Royal Heath #B84A7D
RGB
CMYK
RGB Variations
Color information
#B84A7D (or 0xB84A7D) is known color: Royal Heath. HEX triplet: B8, 4A and 7D. RGB value is (184,74,125). Sum of RGB (Red+Green+Blue) = 184+74+125=383 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.04% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84A7D is #47B582. Grayscale: #707070. Windows color (decimal): -4699523 or 8211128. OLE color: 8211128.
HSL color Cylindrical-coordinate representation of color #B84A7D: hue angle of 332.18º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B84A7D is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 74 | 125 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.28 |
| HSL | 332.18º | 0.44% | 0.51% | - |
| HSV(B) | 332.18º | 0.6% | 0.72% | - |
| XYZ | 25.92 | 16.57 | 21.23 | - |
| YUV | 112.7 | 134.94 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 74 | 125 | 0 | 0.60 | 0.32 | 0.28 | 332.18 | 0.44 | 0.51 |
| Hex | B8 | 4A | 7D | 0 | 3C | 20 | 1C | 14C | 2C | 33 |
| Octal | 270 | 112 | 175 | 0 | 74 | 40 | 34 | 514 | 54 | 63 |
| Binary | 10111000 | 1001010 | 1111101 | 0 | 111100 | 100000 | 11100 | 101001100 | 101100 | 110011 |
Color Harmonies of #B84A7D
Complementary color
Monochromatic Colors of #B84A7D
Black with #B84A7D
Text Example
Text Example
White with #B84A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84A7D; }
p { color: rgb(184,74,125); }
H1.HeaderClassName
{
color: #B84A7D;
}
.AnyTagClassName
{
color: #B84A7D;
}
</style>
background-color css
<style>
a { background-color: #B84A7D; }
a { background-color: rgb(184,74,125); }
div.DivClassName
{
background-color: #B84A7D;
}
.BgClassName
{
background-color: #B84A7D;
}
</style>
border-color css
<style>
span { border-color: #B84A7D; }
span { border-color: rgb(184,74,125); }
td.TdClassName
{
border-color: #B84A7D;
}
.TagClassName
{
border-color: #B84A7D;
}
</style>