Shades of Royal Heath #BF5978
Tints of Royal Heath #BF5978
RGB
CMYK
RGB Variations
Color information
#BF5978 (or 0xBF5978) is known color: Royal Heath. HEX triplet: BF, 59 and 78. RGB value is (191,89,120). Sum of RGB (Red+Green+Blue) = 191+89+120=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 89 (35.16% from 255 or 22.25% from 400); Blue value is 120 (47.27% from 255 or 30% from 400); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5978 is #40A687. Grayscale: #7B7B7B. Windows color (decimal): -4236936 or 7887295. OLE color: 7887295.
HSL color Cylindrical-coordinate representation of color #BF5978: hue angle of 341.76º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF5978 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 89 | 120 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.25 |
| HSL | 341.76º | 0.44% | 0.55% | - |
| HSV(B) | 341.76º | 0.53% | 0.75% | - |
| XYZ | 28.45 | 19.58 | 20.05 | - |
| YUV | 123.03 | 126.29 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 89 | 120 | 0 | 0.53 | 0.37 | 0.25 | 341.76 | 0.44 | 0.55 |
| Hex | BF | 59 | 78 | 0 | 35 | 25 | 19 | 156 | 2C | 37 |
| Octal | 277 | 131 | 170 | 0 | 65 | 45 | 31 | 526 | 54 | 67 |
| Binary | 10111111 | 1011001 | 1111000 | 0 | 110101 | 100101 | 11001 | 101010110 | 101100 | 110111 |
Color Harmonies of #BF5978
Complementary color
Monochromatic Colors of #BF5978
Black with #BF5978
Text Example
Text Example
White with #BF5978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5978; }
p { color: rgb(191,89,120); }
H1.HeaderClassName
{
color: #BF5978;
}
.AnyTagClassName
{
color: #BF5978;
}
</style>
background-color css
<style>
a { background-color: #BF5978; }
a { background-color: rgb(191,89,120); }
div.DivClassName
{
background-color: #BF5978;
}
.BgClassName
{
background-color: #BF5978;
}
</style>
border-color css
<style>
span { border-color: #BF5978; }
span { border-color: rgb(191,89,120); }
td.TdClassName
{
border-color: #BF5978;
}
.TagClassName
{
border-color: #BF5978;
}
</style>