Shades of Royal Heath #BF4A7D
Tints of Royal Heath #BF4A7D
RGB
CMYK
RGB Variations
Color information
#BF4A7D (or 0xBF4A7D) is known color: Royal Heath. HEX triplet: BF, 4A and 7D. RGB value is (191,74,125). Sum of RGB (Red+Green+Blue) = 191+74+125=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 74 (29.30% from 255 or 18.97% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4A7D is #40B582. Grayscale: #727272. Windows color (decimal): -4240771 or 8211135. OLE color: 8211135.
HSL color Cylindrical-coordinate representation of color #BF4A7D: hue angle of 333.85º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF4A7D is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 74 | 125 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.25 |
| HSL | 333.85º | 0.48% | 0.52% | - |
| HSV(B) | 333.85º | 0.61% | 0.75% | - |
| XYZ | 27.64 | 17.45 | 21.31 | - |
| YUV | 114.8 | 133.76 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 74 | 125 | 0 | 0.61 | 0.35 | 0.25 | 333.85 | 0.48 | 0.52 |
| Hex | BF | 4A | 7D | 0 | 3D | 23 | 19 | 14E | 30 | 34 |
| Octal | 277 | 112 | 175 | 0 | 75 | 43 | 31 | 516 | 60 | 64 |
| Binary | 10111111 | 1001010 | 1111101 | 0 | 111101 | 100011 | 11001 | 101001110 | 110000 | 110100 |
Color Harmonies of #BF4A7D
Complementary color
Monochromatic Colors of #BF4A7D
Black with #BF4A7D
Text Example
Text Example
White with #BF4A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4A7D; }
p { color: rgb(191,74,125); }
H1.HeaderClassName
{
color: #BF4A7D;
}
.AnyTagClassName
{
color: #BF4A7D;
}
</style>
background-color css
<style>
a { background-color: #BF4A7D; }
a { background-color: rgb(191,74,125); }
div.DivClassName
{
background-color: #BF4A7D;
}
.BgClassName
{
background-color: #BF4A7D;
}
</style>
border-color css
<style>
span { border-color: #BF4A7D; }
span { border-color: rgb(191,74,125); }
td.TdClassName
{
border-color: #BF4A7D;
}
.TagClassName
{
border-color: #BF4A7D;
}
</style>