Shades of Royal Heath #BF4E7C
Tints of Royal Heath #BF4E7C
RGB
CMYK
RGB Variations
Color information
#BF4E7C (or 0xBF4E7C) is known color: Royal Heath. HEX triplet: BF, 4E and 7C. RGB value is (191,78,124). Sum of RGB (Red+Green+Blue) = 191+78+124=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 78 (30.86% from 255 or 19.85% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4E7C is #40B183. Grayscale: #747474. Windows color (decimal): -4239748 or 8146623. OLE color: 8146623.
HSL color Cylindrical-coordinate representation of color #BF4E7C: hue angle of 335.58º 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 #BF4E7C is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 78 | 124 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.25 |
| HSL | 335.58º | 0.47% | 0.53% | - |
| HSV(B) | 335.58º | 0.59% | 0.75% | - |
| XYZ | 27.85 | 17.98 | 21.07 | - |
| YUV | 117.03 | 131.94 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 78 | 124 | 0 | 0.59 | 0.35 | 0.25 | 335.58 | 0.47 | 0.53 |
| Hex | BF | 4E | 7C | 0 | 3B | 23 | 19 | 150 | 2F | 35 |
| Octal | 277 | 116 | 174 | 0 | 73 | 43 | 31 | 520 | 57 | 65 |
| Binary | 10111111 | 1001110 | 1111100 | 0 | 111011 | 100011 | 11001 | 101010000 | 101111 | 110101 |
Color Harmonies of #BF4E7C
Complementary color
Monochromatic Colors of #BF4E7C
Black with #BF4E7C
Text Example
Text Example
White with #BF4E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4E7C; }
p { color: rgb(191,78,124); }
H1.HeaderClassName
{
color: #BF4E7C;
}
.AnyTagClassName
{
color: #BF4E7C;
}
</style>
background-color css
<style>
a { background-color: #BF4E7C; }
a { background-color: rgb(191,78,124); }
div.DivClassName
{
background-color: #BF4E7C;
}
.BgClassName
{
background-color: #BF4E7C;
}
</style>
border-color css
<style>
span { border-color: #BF4E7C; }
span { border-color: rgb(191,78,124); }
td.TdClassName
{
border-color: #BF4E7C;
}
.TagClassName
{
border-color: #BF4E7C;
}
</style>