Shades of Royal Heath #BF3E78
Tints of Royal Heath #BF3E78
RGB
CMYK
RGB Variations
Color information
#BF3E78 (or 0xBF3E78) is known color: Royal Heath. HEX triplet: BF, 3E and 78. RGB value is (191,62,120). Sum of RGB (Red+Green+Blue) = 191+62+120=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 62 (24.61% from 255 or 16.62% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3E78 is #40C187. Grayscale: #6B6B6B. Windows color (decimal): -4243848 or 7880383. OLE color: 7880383.
HSL color Cylindrical-coordinate representation of color #BF3E78: hue angle of 333.02º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF3E78 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 62 | 120 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.25 |
| HSL | 333.02º | 0.51% | 0.5% | - |
| HSV(B) | 333.02º | 0.68% | 0.75% | - |
| XYZ | 26.6 | 15.88 | 19.43 | - |
| YUV | 107.18 | 135.24 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 62 | 120 | 0 | 0.68 | 0.37 | 0.25 | 333.02 | 0.51 | 0.5 |
| Hex | BF | 3E | 78 | 0 | 44 | 25 | 19 | 14D | 33 | 32 |
| Octal | 277 | 76 | 170 | 0 | 104 | 45 | 31 | 515 | 63 | 62 |
| Binary | 10111111 | 111110 | 1111000 | 0 | 1000100 | 100101 | 11001 | 101001101 | 110011 | 110010 |
Color Harmonies of #BF3E78
Complementary color
Monochromatic Colors of #BF3E78
Black with #BF3E78
Text Example
Text Example
White with #BF3E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3E78; }
p { color: rgb(191,62,120); }
H1.HeaderClassName
{
color: #BF3E78;
}
.AnyTagClassName
{
color: #BF3E78;
}
</style>
background-color css
<style>
a { background-color: #BF3E78; }
a { background-color: rgb(191,62,120); }
div.DivClassName
{
background-color: #BF3E78;
}
.BgClassName
{
background-color: #BF3E78;
}
</style>
border-color css
<style>
span { border-color: #BF3E78; }
span { border-color: rgb(191,62,120); }
td.TdClassName
{
border-color: #BF3E78;
}
.TagClassName
{
border-color: #BF3E78;
}
</style>