Shades of Royal Heath #BF4174
Tints of Royal Heath #BF4174
RGB
CMYK
RGB Variations
Color information
#BF4174 (or 0xBF4174) is known color: Royal Heath. HEX triplet: BF, 41 and 74. RGB value is (191,65,116). Sum of RGB (Red+Green+Blue) = 191+65+116=372 (49% of max value = 765). Red value is 191 (75% from 255 or 51.34% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4174 is #40BE8B. Grayscale: #6C6C6C. Windows color (decimal): -4243084 or 7619007. OLE color: 7619007.
HSL color Cylindrical-coordinate representation of color #BF4174: hue angle of 335.71º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF4174 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 116 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.25 |
| HSL | 335.71º | 0.5% | 0.5% | - |
| HSV(B) | 335.71º | 0.66% | 0.75% | - |
| XYZ | 26.53 | 16.12 | 18.24 | - |
| YUV | 108.49 | 132.24 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 116 | 0 | 0.66 | 0.39 | 0.25 | 335.71 | 0.5 | 0.5 |
| Hex | BF | 41 | 74 | 0 | 42 | 27 | 19 | 150 | 32 | 32 |
| Octal | 277 | 101 | 164 | 0 | 102 | 47 | 31 | 520 | 62 | 62 |
| Binary | 10111111 | 1000001 | 1110100 | 0 | 1000010 | 100111 | 11001 | 101010000 | 110010 | 110010 |
Color Harmonies of #BF4174
Complementary color
Monochromatic Colors of #BF4174
Black with #BF4174
Text Example
Text Example
White with #BF4174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4174; }
p { color: rgb(191,65,116); }
H1.HeaderClassName
{
color: #BF4174;
}
.AnyTagClassName
{
color: #BF4174;
}
</style>
background-color css
<style>
a { background-color: #BF4174; }
a { background-color: rgb(191,65,116); }
div.DivClassName
{
background-color: #BF4174;
}
.BgClassName
{
background-color: #BF4174;
}
</style>
border-color css
<style>
span { border-color: #BF4174; }
span { border-color: rgb(191,65,116); }
td.TdClassName
{
border-color: #BF4174;
}
.TagClassName
{
border-color: #BF4174;
}
</style>