Shades of Royal Heath #BF316D
Tints of Royal Heath #BF316D
RGB
CMYK
RGB Variations
Color information
#BF316D (or 0xBF316D) is known color: Royal Heath. HEX triplet: BF, 31 and 6D. RGB value is (191,49,109). Sum of RGB (Red+Green+Blue) = 191+49+109=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 49 (19.53% from 255 or 14.04% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF316D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF316D is #40CE92. Grayscale: #626262. Windows color (decimal): -4247187 or 7156159. OLE color: 7156159.
HSL color Cylindrical-coordinate representation of color #BF316D: hue angle of 334.65º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF316D is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 49 | 109 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.25 |
| HSL | 334.65º | 0.59% | 0.47% | - |
| HSV(B) | 334.65º | 0.74% | 0.75% | - |
| XYZ | 25.34 | 14.38 | 15.91 | - |
| YUV | 98.3 | 134.04 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 49 | 109 | 0 | 0.74 | 0.43 | 0.25 | 334.65 | 0.59 | 0.47 |
| Hex | BF | 31 | 6D | 0 | 4A | 2B | 19 | 14F | 3B | 2F |
| Octal | 277 | 61 | 155 | 0 | 112 | 53 | 31 | 517 | 73 | 57 |
| Binary | 10111111 | 110001 | 1101101 | 0 | 1001010 | 101011 | 11001 | 101001111 | 111011 | 101111 |
Color Harmonies of #BF316D
Complementary color
Monochromatic Colors of #BF316D
Black with #BF316D
Text Example
Text Example
White with #BF316D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF316D; }
p { color: rgb(191,49,109); }
H1.HeaderClassName
{
color: #BF316D;
}
.AnyTagClassName
{
color: #BF316D;
}
</style>
background-color css
<style>
a { background-color: #BF316D; }
a { background-color: rgb(191,49,109); }
div.DivClassName
{
background-color: #BF316D;
}
.BgClassName
{
background-color: #BF316D;
}
</style>
border-color css
<style>
span { border-color: #BF316D; }
span { border-color: rgb(191,49,109); }
td.TdClassName
{
border-color: #BF316D;
}
.TagClassName
{
border-color: #BF316D;
}
</style>