Shades of Royal Heath #BF3E73
Tints of Royal Heath #BF3E73
RGB
CMYK
RGB Variations
Color information
#BF3E73 (or 0xBF3E73) is known color: Royal Heath. HEX triplet: BF, 3E and 73. RGB value is (191,62,115). Sum of RGB (Red+Green+Blue) = 191+62+115=368 (48% of max value = 765). Red value is 191 (75% from 255 or 51.90% from 368); Green value is 62 (24.61% from 255 or 16.85% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3E73 is #40C18C. Grayscale: #6A6A6A. Windows color (decimal): -4243853 or 7552703. OLE color: 7552703.
HSL color Cylindrical-coordinate representation of color #BF3E73: hue angle of 335.35º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF3E73 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 62 | 115 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.25 |
| HSL | 335.35º | 0.51% | 0.5% | - |
| HSV(B) | 335.35º | 0.68% | 0.75% | - |
| XYZ | 26.3 | 15.76 | 17.88 | - |
| YUV | 106.61 | 132.74 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 62 | 115 | 0 | 0.68 | 0.40 | 0.25 | 335.35 | 0.51 | 0.5 |
| Hex | BF | 3E | 73 | 0 | 44 | 28 | 19 | 14F | 33 | 32 |
| Octal | 277 | 76 | 163 | 0 | 104 | 50 | 31 | 517 | 63 | 62 |
| Binary | 10111111 | 111110 | 1110011 | 0 | 1000100 | 101000 | 11001 | 101001111 | 110011 | 110010 |
Color Harmonies of #BF3E73
Complementary color
Monochromatic Colors of #BF3E73
Black with #BF3E73
Text Example
Text Example
White with #BF3E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3E73; }
p { color: rgb(191,62,115); }
H1.HeaderClassName
{
color: #BF3E73;
}
.AnyTagClassName
{
color: #BF3E73;
}
</style>
background-color css
<style>
a { background-color: #BF3E73; }
a { background-color: rgb(191,62,115); }
div.DivClassName
{
background-color: #BF3E73;
}
.BgClassName
{
background-color: #BF3E73;
}
</style>
border-color css
<style>
span { border-color: #BF3E73; }
span { border-color: rgb(191,62,115); }
td.TdClassName
{
border-color: #BF3E73;
}
.TagClassName
{
border-color: #BF3E73;
}
</style>