Shades of Royal Heath #BF4473
Tints of Royal Heath #BF4473
RGB
CMYK
RGB Variations
Color information
#BF4473 (or 0xBF4473) is known color: Royal Heath. HEX triplet: BF, 44 and 73. RGB value is (191,68,115). Sum of RGB (Red+Green+Blue) = 191+68+115=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 68 (26.95% from 255 or 18.18% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4473 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4473 is #40BB8C. Grayscale: #6E6E6E. Windows color (decimal): -4242317 or 7554239. OLE color: 7554239.
HSL color Cylindrical-coordinate representation of color #BF4473: hue angle of 337.07º 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 #BF4473 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 68 | 115 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.25 |
| HSL | 337.07º | 0.49% | 0.51% | - |
| HSV(B) | 337.07º | 0.64% | 0.75% | - |
| XYZ | 26.65 | 16.45 | 17.99 | - |
| YUV | 110.14 | 130.75 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 68 | 115 | 0 | 0.64 | 0.40 | 0.25 | 337.07 | 0.49 | 0.51 |
| Hex | BF | 44 | 73 | 0 | 40 | 28 | 19 | 151 | 31 | 33 |
| Octal | 277 | 104 | 163 | 0 | 100 | 50 | 31 | 521 | 61 | 63 |
| Binary | 10111111 | 1000100 | 1110011 | 0 | 1000000 | 101000 | 11001 | 101010001 | 110001 | 110011 |
Color Harmonies of #BF4473
Complementary color
Monochromatic Colors of #BF4473
Black with #BF4473
Text Example
Text Example
White with #BF4473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4473; }
p { color: rgb(191,68,115); }
H1.HeaderClassName
{
color: #BF4473;
}
.AnyTagClassName
{
color: #BF4473;
}
</style>
background-color css
<style>
a { background-color: #BF4473; }
a { background-color: rgb(191,68,115); }
div.DivClassName
{
background-color: #BF4473;
}
.BgClassName
{
background-color: #BF4473;
}
</style>
border-color css
<style>
span { border-color: #BF4473; }
span { border-color: rgb(191,68,115); }
td.TdClassName
{
border-color: #BF4473;
}
.TagClassName
{
border-color: #BF4473;
}
</style>