Shades of Royal Heath #BF3C6E
Tints of Royal Heath #BF3C6E
RGB
CMYK
RGB Variations
Color information
#BF3C6E (or 0xBF3C6E) is known color: Royal Heath. HEX triplet: BF, 3C and 6E. RGB value is (191,60,110). Sum of RGB (Red+Green+Blue) = 191+60+110=361 (47% of max value = 765). Red value is 191 (75% from 255 or 52.91% from 361); Green value is 60 (23.83% from 255 or 16.62% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3C6E is #40C391. Grayscale: #686868. Windows color (decimal): -4244370 or 7224511. OLE color: 7224511.
HSL color Cylindrical-coordinate representation of color #BF3C6E: hue angle of 337.1º 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 #BF3C6E is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 60 | 110 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.25 |
| HSL | 337.1º | 0.52% | 0.49% | - |
| HSV(B) | 337.1º | 0.69% | 0.75% | - |
| XYZ | 25.92 | 15.43 | 16.36 | - |
| YUV | 104.87 | 130.9 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 60 | 110 | 0 | 0.69 | 0.42 | 0.25 | 337.1 | 0.52 | 0.49 |
| Hex | BF | 3C | 6E | 0 | 45 | 2A | 19 | 151 | 34 | 31 |
| Octal | 277 | 74 | 156 | 0 | 105 | 52 | 31 | 521 | 64 | 61 |
| Binary | 10111111 | 111100 | 1101110 | 0 | 1000101 | 101010 | 11001 | 101010001 | 110100 | 110001 |
Color Harmonies of #BF3C6E
Complementary color
Monochromatic Colors of #BF3C6E
Black with #BF3C6E
Text Example
Text Example
White with #BF3C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3C6E; }
p { color: rgb(191,60,110); }
H1.HeaderClassName
{
color: #BF3C6E;
}
.AnyTagClassName
{
color: #BF3C6E;
}
</style>
background-color css
<style>
a { background-color: #BF3C6E; }
a { background-color: rgb(191,60,110); }
div.DivClassName
{
background-color: #BF3C6E;
}
.BgClassName
{
background-color: #BF3C6E;
}
</style>
border-color css
<style>
span { border-color: #BF3C6E; }
span { border-color: rgb(191,60,110); }
td.TdClassName
{
border-color: #BF3C6E;
}
.TagClassName
{
border-color: #BF3C6E;
}
</style>