Shades of Royal Heath #BF467D
Tints of Royal Heath #BF467D
RGB
CMYK
RGB Variations
Color information
#BF467D (or 0xBF467D) is known color: Royal Heath. HEX triplet: BF, 46 and 7D. RGB value is (191,70,125). Sum of RGB (Red+Green+Blue) = 191+70+125=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 70 (27.73% from 255 or 18.13% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BF467D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF467D is #40B982. Grayscale: #707070. Windows color (decimal): -4241795 or 8210111. OLE color: 8210111.
HSL color Cylindrical-coordinate representation of color #BF467D: hue angle of 332.73º degrees, saturation: 0.49, 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 #BF467D is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 70 | 125 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.25 |
| HSL | 332.73º | 0.49% | 0.51% | - |
| HSV(B) | 332.73º | 0.63% | 0.75% | - |
| XYZ | 27.38 | 16.94 | 21.23 | - |
| YUV | 112.45 | 135.09 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 70 | 125 | 0 | 0.63 | 0.35 | 0.25 | 332.73 | 0.49 | 0.51 |
| Hex | BF | 46 | 7D | 0 | 3F | 23 | 19 | 14D | 31 | 33 |
| Octal | 277 | 106 | 175 | 0 | 77 | 43 | 31 | 515 | 61 | 63 |
| Binary | 10111111 | 1000110 | 1111101 | 0 | 111111 | 100011 | 11001 | 101001101 | 110001 | 110011 |
Color Harmonies of #BF467D
Complementary color
Monochromatic Colors of #BF467D
Black with #BF467D
Text Example
Text Example
White with #BF467D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF467D; }
p { color: rgb(191,70,125); }
H1.HeaderClassName
{
color: #BF467D;
}
.AnyTagClassName
{
color: #BF467D;
}
</style>
background-color css
<style>
a { background-color: #BF467D; }
a { background-color: rgb(191,70,125); }
div.DivClassName
{
background-color: #BF467D;
}
.BgClassName
{
background-color: #BF467D;
}
</style>
border-color css
<style>
span { border-color: #BF467D; }
span { border-color: rgb(191,70,125); }
td.TdClassName
{
border-color: #BF467D;
}
.TagClassName
{
border-color: #BF467D;
}
</style>