Shades of Royal Heath #BF4978
Tints of Royal Heath #BF4978
RGB
CMYK
RGB Variations
Color information
#BF4978 (or 0xBF4978) is known color: Royal Heath. HEX triplet: BF, 49 and 78. RGB value is (191,73,120). Sum of RGB (Red+Green+Blue) = 191+73+120=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 73 (28.91% from 255 or 19.01% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4978 is #40B687. Grayscale: #717171. Windows color (decimal): -4241032 or 7883199. OLE color: 7883199.
HSL color Cylindrical-coordinate representation of color #BF4978: hue angle of 336.1º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF4978 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 73 | 120 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.25 |
| HSL | 336.1º | 0.48% | 0.52% | - |
| HSV(B) | 336.1º | 0.62% | 0.75% | - |
| XYZ | 27.26 | 17.2 | 19.65 | - |
| YUV | 113.64 | 131.59 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 73 | 120 | 0 | 0.62 | 0.37 | 0.25 | 336.1 | 0.48 | 0.52 |
| Hex | BF | 49 | 78 | 0 | 3E | 25 | 19 | 150 | 30 | 34 |
| Octal | 277 | 111 | 170 | 0 | 76 | 45 | 31 | 520 | 60 | 64 |
| Binary | 10111111 | 1001001 | 1111000 | 0 | 111110 | 100101 | 11001 | 101010000 | 110000 | 110100 |
Color Harmonies of #BF4978
Complementary color
Monochromatic Colors of #BF4978
Black with #BF4978
Text Example
Text Example
White with #BF4978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4978; }
p { color: rgb(191,73,120); }
H1.HeaderClassName
{
color: #BF4978;
}
.AnyTagClassName
{
color: #BF4978;
}
</style>
background-color css
<style>
a { background-color: #BF4978; }
a { background-color: rgb(191,73,120); }
div.DivClassName
{
background-color: #BF4978;
}
.BgClassName
{
background-color: #BF4978;
}
</style>
border-color css
<style>
span { border-color: #BF4978; }
span { border-color: rgb(191,73,120); }
td.TdClassName
{
border-color: #BF4978;
}
.TagClassName
{
border-color: #BF4978;
}
</style>