Shades of Royal Heath #BF417C
Tints of Royal Heath #BF417C
RGB
CMYK
RGB Variations
Color information
#BF417C (or 0xBF417C) is known color: Royal Heath. HEX triplet: BF, 41 and 7C. RGB value is (191,65,124). Sum of RGB (Red+Green+Blue) = 191+65+124=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BF417C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF417C is #40BE83. Grayscale: #6D6D6D. Windows color (decimal): -4243076 or 8143295. OLE color: 8143295.
HSL color Cylindrical-coordinate representation of color #BF417C: hue angle of 331.9º 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 #BF417C is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 124 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.25 |
| HSL | 331.9º | 0.5% | 0.5% | - |
| HSV(B) | 331.9º | 0.66% | 0.75% | - |
| XYZ | 27.01 | 16.31 | 20.79 | - |
| YUV | 109.4 | 136.24 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 124 | 0 | 0.66 | 0.35 | 0.25 | 331.9 | 0.5 | 0.5 |
| Hex | BF | 41 | 7C | 0 | 42 | 23 | 19 | 14C | 32 | 32 |
| Octal | 277 | 101 | 174 | 0 | 102 | 43 | 31 | 514 | 62 | 62 |
| Binary | 10111111 | 1000001 | 1111100 | 0 | 1000010 | 100011 | 11001 | 101001100 | 110010 | 110010 |
Color Harmonies of #BF417C
Complementary color
Monochromatic Colors of #BF417C
Black with #BF417C
Text Example
Text Example
White with #BF417C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF417C; }
p { color: rgb(191,65,124); }
H1.HeaderClassName
{
color: #BF417C;
}
.AnyTagClassName
{
color: #BF417C;
}
</style>
background-color css
<style>
a { background-color: #BF417C; }
a { background-color: rgb(191,65,124); }
div.DivClassName
{
background-color: #BF417C;
}
.BgClassName
{
background-color: #BF417C;
}
</style>
border-color css
<style>
span { border-color: #BF417C; }
span { border-color: rgb(191,65,124); }
td.TdClassName
{
border-color: #BF417C;
}
.TagClassName
{
border-color: #BF417C;
}
</style>