Shades of Royal Heath #BF477C
Tints of Royal Heath #BF477C
RGB
CMYK
RGB Variations
Color information
#BF477C (or 0xBF477C) is known color: Royal Heath. HEX triplet: BF, 47 and 7C. RGB value is (191,71,124). Sum of RGB (Red+Green+Blue) = 191+71+124=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 71 (28.12% from 255 or 18.39% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BF477C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF477C is #40B883. Grayscale: #707070. Windows color (decimal): -4241540 or 8144831. OLE color: 8144831.
HSL color Cylindrical-coordinate representation of color #BF477C: hue angle of 333.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF477C is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 71 | 124 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.25 |
| HSL | 333.5º | 0.48% | 0.51% | - |
| HSV(B) | 333.5º | 0.63% | 0.75% | - |
| XYZ | 27.38 | 17.04 | 20.91 | - |
| YUV | 112.92 | 134.26 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 71 | 124 | 0 | 0.63 | 0.35 | 0.25 | 333.5 | 0.48 | 0.51 |
| Hex | BF | 47 | 7C | 0 | 3F | 23 | 19 | 14E | 30 | 33 |
| Octal | 277 | 107 | 174 | 0 | 77 | 43 | 31 | 516 | 60 | 63 |
| Binary | 10111111 | 1000111 | 1111100 | 0 | 111111 | 100011 | 11001 | 101001110 | 110000 | 110011 |
Color Harmonies of #BF477C
Complementary color
Monochromatic Colors of #BF477C
Black with #BF477C
Text Example
Text Example
White with #BF477C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF477C; }
p { color: rgb(191,71,124); }
H1.HeaderClassName
{
color: #BF477C;
}
.AnyTagClassName
{
color: #BF477C;
}
</style>
background-color css
<style>
a { background-color: #BF477C; }
a { background-color: rgb(191,71,124); }
div.DivClassName
{
background-color: #BF477C;
}
.BgClassName
{
background-color: #BF477C;
}
</style>
border-color css
<style>
span { border-color: #BF477C; }
span { border-color: rgb(191,71,124); }
td.TdClassName
{
border-color: #BF477C;
}
.TagClassName
{
border-color: #BF477C;
}
</style>