Shades of Royal Heath #BF5780
Tints of Royal Heath #BF5780
RGB
CMYK
RGB Variations
Color information
#BF5780 (or 0xBF5780) is known color: Royal Heath. HEX triplet: BF, 57 and 80. RGB value is (191,87,128). Sum of RGB (Red+Green+Blue) = 191+87+128=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 87 (34.38% from 255 or 21.43% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5780 is #40A87F. Grayscale: #7A7A7A. Windows color (decimal): -4237440 or 8411071. OLE color: 8411071.
HSL color Cylindrical-coordinate representation of color #BF5780: hue angle of 336.35º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF5780 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 87 | 128 | - |
| CMYK | 0 | 0.54 | 0.33 | 0.25 |
| HSL | 336.35º | 0.45% | 0.55% | - |
| HSV(B) | 336.35º | 0.54% | 0.75% | - |
| XYZ | 28.79 | 19.45 | 22.66 | - |
| YUV | 122.77 | 130.96 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 87 | 128 | 0 | 0.54 | 0.33 | 0.25 | 336.35 | 0.45 | 0.55 |
| Hex | BF | 57 | 80 | 0 | 36 | 21 | 19 | 150 | 2D | 37 |
| Octal | 277 | 127 | 200 | 0 | 66 | 41 | 31 | 520 | 55 | 67 |
| Binary | 10111111 | 1010111 | 10000000 | 0 | 110110 | 100001 | 11001 | 101010000 | 101101 | 110111 |
Color Harmonies of #BF5780
Complementary color
Monochromatic Colors of #BF5780
Black with #BF5780
Text Example
Text Example
White with #BF5780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5780; }
p { color: rgb(191,87,128); }
H1.HeaderClassName
{
color: #BF5780;
}
.AnyTagClassName
{
color: #BF5780;
}
</style>
background-color css
<style>
a { background-color: #BF5780; }
a { background-color: rgb(191,87,128); }
div.DivClassName
{
background-color: #BF5780;
}
.BgClassName
{
background-color: #BF5780;
}
</style>
border-color css
<style>
span { border-color: #BF5780; }
span { border-color: rgb(191,87,128); }
td.TdClassName
{
border-color: #BF5780;
}
.TagClassName
{
border-color: #BF5780;
}
</style>