Shades of Royal Heath #BF3C75
Tints of Royal Heath #BF3C75
RGB
CMYK
RGB Variations
Color information
#BF3C75 (or 0xBF3C75) is known color: Royal Heath. HEX triplet: BF, 3C and 75. RGB value is (191,60,117). Sum of RGB (Red+Green+Blue) = 191+60+117=368 (48% of max value = 765). Red value is 191 (75% from 255 or 51.90% from 368); Green value is 60 (23.83% from 255 or 16.30% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3C75 is #40C38A. Grayscale: #696969. Windows color (decimal): -4244363 or 7683263. OLE color: 7683263.
HSL color Cylindrical-coordinate representation of color #BF3C75: hue angle of 333.89º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF3C75 is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 60 | 117 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.25 |
| HSL | 333.89º | 0.52% | 0.49% | - |
| HSV(B) | 333.89º | 0.69% | 0.75% | - |
| XYZ | 26.31 | 15.59 | 18.45 | - |
| YUV | 105.67 | 134.4 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 60 | 117 | 0 | 0.69 | 0.39 | 0.25 | 333.89 | 0.52 | 0.49 |
| Hex | BF | 3C | 75 | 0 | 45 | 27 | 19 | 14E | 34 | 31 |
| Octal | 277 | 74 | 165 | 0 | 105 | 47 | 31 | 516 | 64 | 61 |
| Binary | 10111111 | 111100 | 1110101 | 0 | 1000101 | 100111 | 11001 | 101001110 | 110100 | 110001 |
Color Harmonies of #BF3C75
Complementary color
Monochromatic Colors of #BF3C75
Black with #BF3C75
Text Example
Text Example
White with #BF3C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3C75; }
p { color: rgb(191,60,117); }
H1.HeaderClassName
{
color: #BF3C75;
}
.AnyTagClassName
{
color: #BF3C75;
}
</style>
background-color css
<style>
a { background-color: #BF3C75; }
a { background-color: rgb(191,60,117); }
div.DivClassName
{
background-color: #BF3C75;
}
.BgClassName
{
background-color: #BF3C75;
}
</style>
border-color css
<style>
span { border-color: #BF3C75; }
span { border-color: rgb(191,60,117); }
td.TdClassName
{
border-color: #BF3C75;
}
.TagClassName
{
border-color: #BF3C75;
}
</style>