Shades of Royal Heath #BF4271
Tints of Royal Heath #BF4271
RGB
CMYK
RGB Variations
Color information
#BF4271 (or 0xBF4271) is known color: Royal Heath. HEX triplet: BF, 42 and 71. RGB value is (191,66,113). Sum of RGB (Red+Green+Blue) = 191+66+113=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4271 is #40BD8E. Grayscale: #6C6C6C. Windows color (decimal): -4242831 or 7422655. OLE color: 7422655.
HSL color Cylindrical-coordinate representation of color #BF4271: hue angle of 337.44º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF4271 is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 66 | 113 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.25 |
| HSL | 337.44º | 0.49% | 0.5% | - |
| HSV(B) | 337.44º | 0.65% | 0.75% | - |
| XYZ | 26.41 | 16.17 | 17.35 | - |
| YUV | 108.73 | 130.41 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 66 | 113 | 0 | 0.65 | 0.41 | 0.25 | 337.44 | 0.49 | 0.5 |
| Hex | BF | 42 | 71 | 0 | 41 | 29 | 19 | 151 | 31 | 32 |
| Octal | 277 | 102 | 161 | 0 | 101 | 51 | 31 | 521 | 61 | 62 |
| Binary | 10111111 | 1000010 | 1110001 | 0 | 1000001 | 101001 | 11001 | 101010001 | 110001 | 110010 |
Color Harmonies of #BF4271
Complementary color
Monochromatic Colors of #BF4271
Black with #BF4271
Text Example
Text Example
White with #BF4271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4271; }
p { color: rgb(191,66,113); }
H1.HeaderClassName
{
color: #BF4271;
}
.AnyTagClassName
{
color: #BF4271;
}
</style>
background-color css
<style>
a { background-color: #BF4271; }
a { background-color: rgb(191,66,113); }
div.DivClassName
{
background-color: #BF4271;
}
.BgClassName
{
background-color: #BF4271;
}
</style>
border-color css
<style>
span { border-color: #BF4271; }
span { border-color: rgb(191,66,113); }
td.TdClassName
{
border-color: #BF4271;
}
.TagClassName
{
border-color: #BF4271;
}
</style>