Shades of Royal Heath #BF4E78
Tints of Royal Heath #BF4E78
RGB
CMYK
RGB Variations
Color information
#BF4E78 (or 0xBF4E78) is known color: Royal Heath. HEX triplet: BF, 4E and 78. RGB value is (191,78,120). Sum of RGB (Red+Green+Blue) = 191+78+120=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 78 (30.86% from 255 or 20.05% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4E78 is #40B187. Grayscale: #747474. Windows color (decimal): -4239752 or 7884479. OLE color: 7884479.
HSL color Cylindrical-coordinate representation of color #BF4E78: hue angle of 337.7º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF4E78 is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 78 | 120 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.25 |
| HSL | 337.7º | 0.47% | 0.53% | - |
| HSV(B) | 337.7º | 0.59% | 0.75% | - |
| XYZ | 27.6 | 17.88 | 19.77 | - |
| YUV | 116.58 | 129.94 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 78 | 120 | 0 | 0.59 | 0.37 | 0.25 | 337.7 | 0.47 | 0.53 |
| Hex | BF | 4E | 78 | 0 | 3B | 25 | 19 | 152 | 2F | 35 |
| Octal | 277 | 116 | 170 | 0 | 73 | 45 | 31 | 522 | 57 | 65 |
| Binary | 10111111 | 1001110 | 1111000 | 0 | 111011 | 100101 | 11001 | 101010010 | 101111 | 110101 |
Color Harmonies of #BF4E78
Complementary color
Monochromatic Colors of #BF4E78
Black with #BF4E78
Text Example
Text Example
White with #BF4E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4E78; }
p { color: rgb(191,78,120); }
H1.HeaderClassName
{
color: #BF4E78;
}
.AnyTagClassName
{
color: #BF4E78;
}
</style>
background-color css
<style>
a { background-color: #BF4E78; }
a { background-color: rgb(191,78,120); }
div.DivClassName
{
background-color: #BF4E78;
}
.BgClassName
{
background-color: #BF4E78;
}
</style>
border-color css
<style>
span { border-color: #BF4E78; }
span { border-color: rgb(191,78,120); }
td.TdClassName
{
border-color: #BF4E78;
}
.TagClassName
{
border-color: #BF4E78;
}
</style>