Shades of Royal Heath #BF517E
Tints of Royal Heath #BF517E
RGB
CMYK
RGB Variations
Color information
#BF517E (or 0xBF517E) is known color: Royal Heath. HEX triplet: BF, 51 and 7E. RGB value is (191,81,126). Sum of RGB (Red+Green+Blue) = 191+81+126=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 81 (32.03% from 255 or 20.35% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF517E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF517E is #40AE81. Grayscale: #767676. Windows color (decimal): -4238978 or 8278463. OLE color: 8278463.
HSL color Cylindrical-coordinate representation of color #BF517E: hue angle of 335.45º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF517E is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 81 | 126 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.25 |
| HSL | 335.45º | 0.46% | 0.53% | - |
| HSV(B) | 335.45º | 0.58% | 0.75% | - |
| XYZ | 28.19 | 18.47 | 21.82 | - |
| YUV | 119.02 | 131.94 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 81 | 126 | 0 | 0.58 | 0.34 | 0.25 | 335.45 | 0.46 | 0.53 |
| Hex | BF | 51 | 7E | 0 | 3A | 22 | 19 | 14F | 2E | 35 |
| Octal | 277 | 121 | 176 | 0 | 72 | 42 | 31 | 517 | 56 | 65 |
| Binary | 10111111 | 1010001 | 1111110 | 0 | 111010 | 100010 | 11001 | 101001111 | 101110 | 110101 |
Color Harmonies of #BF517E
Complementary color
Monochromatic Colors of #BF517E
Black with #BF517E
Text Example
Text Example
White with #BF517E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF517E; }
p { color: rgb(191,81,126); }
H1.HeaderClassName
{
color: #BF517E;
}
.AnyTagClassName
{
color: #BF517E;
}
</style>
background-color css
<style>
a { background-color: #BF517E; }
a { background-color: rgb(191,81,126); }
div.DivClassName
{
background-color: #BF517E;
}
.BgClassName
{
background-color: #BF517E;
}
</style>
border-color css
<style>
span { border-color: #BF517E; }
span { border-color: rgb(191,81,126); }
td.TdClassName
{
border-color: #BF517E;
}
.TagClassName
{
border-color: #BF517E;
}
</style>