Shades of Royal Heath #BF4875
Tints of Royal Heath #BF4875
RGB
CMYK
RGB Variations
Color information
#BF4875 (or 0xBF4875) is known color: Royal Heath. HEX triplet: BF, 48 and 75. RGB value is (191,72,117). Sum of RGB (Red+Green+Blue) = 191+72+117=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 72 (28.52% from 255 or 18.95% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4875 is #40B78A. Grayscale: #707070. Windows color (decimal): -4241291 or 7686335. OLE color: 7686335.
HSL color Cylindrical-coordinate representation of color #BF4875: hue angle of 337.31º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF4875 is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 72 | 117 | - |
| CMYK | 0 | 0.62 | 0.39 | 0.25 |
| HSL | 337.31º | 0.48% | 0.52% | - |
| HSV(B) | 337.31º | 0.62% | 0.75% | - |
| XYZ | 27.01 | 17 | 18.69 | - |
| YUV | 112.71 | 130.42 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 72 | 117 | 0 | 0.62 | 0.39 | 0.25 | 337.31 | 0.48 | 0.52 |
| Hex | BF | 48 | 75 | 0 | 3E | 27 | 19 | 151 | 30 | 34 |
| Octal | 277 | 110 | 165 | 0 | 76 | 47 | 31 | 521 | 60 | 64 |
| Binary | 10111111 | 1001000 | 1110101 | 0 | 111110 | 100111 | 11001 | 101010001 | 110000 | 110100 |
Color Harmonies of #BF4875
Complementary color
Monochromatic Colors of #BF4875
Black with #BF4875
Text Example
Text Example
White with #BF4875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4875; }
p { color: rgb(191,72,117); }
H1.HeaderClassName
{
color: #BF4875;
}
.AnyTagClassName
{
color: #BF4875;
}
</style>
background-color css
<style>
a { background-color: #BF4875; }
a { background-color: rgb(191,72,117); }
div.DivClassName
{
background-color: #BF4875;
}
.BgClassName
{
background-color: #BF4875;
}
</style>
border-color css
<style>
span { border-color: #BF4875; }
span { border-color: rgb(191,72,117); }
td.TdClassName
{
border-color: #BF4875;
}
.TagClassName
{
border-color: #BF4875;
}
</style>