Shades of Royal Heath #BF4471
Tints of Royal Heath #BF4471
RGB
CMYK
RGB Variations
Color information
#BF4471 (or 0xBF4471) is known color: Royal Heath. HEX triplet: BF, 44 and 71. RGB value is (191,68,113). Sum of RGB (Red+Green+Blue) = 191+68+113=372 (49% of max value = 765). Red value is 191 (75% from 255 or 51.34% from 372); Green value is 68 (26.95% from 255 or 18.28% from 372); Blue value is 113 (44.53% from 255 or 30.38% from 372); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4471 is #40BB8E. Grayscale: #6D6D6D. Windows color (decimal): -4242319 or 7423167. OLE color: 7423167.
HSL color Cylindrical-coordinate representation of color #BF4471: hue angle of 338.05º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF4471 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 68 | 113 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.25 |
| HSL | 338.05º | 0.49% | 0.51% | - |
| HSV(B) | 338.05º | 0.64% | 0.75% | - |
| XYZ | 26.53 | 16.4 | 17.39 | - |
| YUV | 109.91 | 129.75 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 68 | 113 | 0 | 0.64 | 0.41 | 0.25 | 338.05 | 0.49 | 0.51 |
| Hex | BF | 44 | 71 | 0 | 40 | 29 | 19 | 152 | 31 | 33 |
| Octal | 277 | 104 | 161 | 0 | 100 | 51 | 31 | 522 | 61 | 63 |
| Binary | 10111111 | 1000100 | 1110001 | 0 | 1000000 | 101001 | 11001 | 101010010 | 110001 | 110011 |
Color Harmonies of #BF4471
Complementary color
Monochromatic Colors of #BF4471
Black with #BF4471
Text Example
Text Example
White with #BF4471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4471; }
p { color: rgb(191,68,113); }
H1.HeaderClassName
{
color: #BF4471;
}
.AnyTagClassName
{
color: #BF4471;
}
</style>
background-color css
<style>
a { background-color: #BF4471; }
a { background-color: rgb(191,68,113); }
div.DivClassName
{
background-color: #BF4471;
}
.BgClassName
{
background-color: #BF4471;
}
</style>
border-color css
<style>
span { border-color: #BF4471; }
span { border-color: rgb(191,68,113); }
td.TdClassName
{
border-color: #BF4471;
}
.TagClassName
{
border-color: #BF4471;
}
</style>