Shades of Royal Heath #BF567F
Tints of Royal Heath #BF567F
RGB
CMYK
RGB Variations
Color information
#BF567F (or 0xBF567F) is known color: Royal Heath. HEX triplet: BF, 56 and 7F. RGB value is (191,86,127). Sum of RGB (Red+Green+Blue) = 191+86+127=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 86 (33.98% from 255 or 21.29% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BF567F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF567F is #40A980. Grayscale: #7A7A7A. Windows color (decimal): -4237697 or 8345279. OLE color: 8345279.
HSL color Cylindrical-coordinate representation of color #BF567F: hue angle of 336.57º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF567F is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 86 | 127 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.25 |
| HSL | 336.57º | 0.45% | 0.54% | - |
| HSV(B) | 336.57º | 0.55% | 0.75% | - |
| XYZ | 28.64 | 19.26 | 22.29 | - |
| YUV | 122.07 | 130.79 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 86 | 127 | 0 | 0.55 | 0.34 | 0.25 | 336.57 | 0.45 | 0.54 |
| Hex | BF | 56 | 7F | 0 | 37 | 22 | 19 | 151 | 2D | 36 |
| Octal | 277 | 126 | 177 | 0 | 67 | 42 | 31 | 521 | 55 | 66 |
| Binary | 10111111 | 1010110 | 1111111 | 0 | 110111 | 100010 | 11001 | 101010001 | 101101 | 110110 |
Color Harmonies of #BF567F
Complementary color
Monochromatic Colors of #BF567F
Black with #BF567F
Text Example
Text Example
White with #BF567F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF567F; }
p { color: rgb(191,86,127); }
H1.HeaderClassName
{
color: #BF567F;
}
.AnyTagClassName
{
color: #BF567F;
}
</style>
background-color css
<style>
a { background-color: #BF567F; }
a { background-color: rgb(191,86,127); }
div.DivClassName
{
background-color: #BF567F;
}
.BgClassName
{
background-color: #BF567F;
}
</style>
border-color css
<style>
span { border-color: #BF567F; }
span { border-color: rgb(191,86,127); }
td.TdClassName
{
border-color: #BF567F;
}
.TagClassName
{
border-color: #BF567F;
}
</style>