Shades of Royal Heath #BF4071
Tints of Royal Heath #BF4071
RGB
CMYK
RGB Variations
Color information
#BF4071 (or 0xBF4071) is known color: Royal Heath. HEX triplet: BF, 40 and 71. RGB value is (191,64,113). Sum of RGB (Red+Green+Blue) = 191+64+113=368 (48% of max value = 765). Red value is 191 (75% from 255 or 51.90% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4071 is #40BF8E. Grayscale: #6B6B6B. Windows color (decimal): -4243343 or 7422143. OLE color: 7422143.
HSL color Cylindrical-coordinate representation of color #BF4071: hue angle of 336.85º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF4071 is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 113 | - |
| CMYK | 0 | 0.66 | 0.41 | 0.25 |
| HSL | 336.85º | 0.5% | 0.5% | - |
| HSV(B) | 336.85º | 0.66% | 0.75% | - |
| XYZ | 26.3 | 15.94 | 17.31 | - |
| YUV | 107.56 | 131.08 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 113 | 0 | 0.66 | 0.41 | 0.25 | 336.85 | 0.5 | 0.5 |
| Hex | BF | 40 | 71 | 0 | 42 | 29 | 19 | 151 | 32 | 32 |
| Octal | 277 | 100 | 161 | 0 | 102 | 51 | 31 | 521 | 62 | 62 |
| Binary | 10111111 | 1000000 | 1110001 | 0 | 1000010 | 101001 | 11001 | 101010001 | 110010 | 110010 |
Color Harmonies of #BF4071
Complementary color
Monochromatic Colors of #BF4071
Black with #BF4071
Text Example
Text Example
White with #BF4071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4071; }
p { color: rgb(191,64,113); }
H1.HeaderClassName
{
color: #BF4071;
}
.AnyTagClassName
{
color: #BF4071;
}
</style>
background-color css
<style>
a { background-color: #BF4071; }
a { background-color: rgb(191,64,113); }
div.DivClassName
{
background-color: #BF4071;
}
.BgClassName
{
background-color: #BF4071;
}
</style>
border-color css
<style>
span { border-color: #BF4071; }
span { border-color: rgb(191,64,113); }
td.TdClassName
{
border-color: #BF4071;
}
.TagClassName
{
border-color: #BF4071;
}
</style>