Shades of Royal Heath #BC416F
Tints of Royal Heath #BC416F
RGB
CMYK
RGB Variations
Color information
#BC416F (or 0xBC416F) is known color: Royal Heath. HEX triplet: BC, 41 and 6F. RGB value is (188,65,111). Sum of RGB (Red+Green+Blue) = 188+65+111=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 65 (25.78% from 255 or 17.86% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC416F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC416F is #43BE90. Grayscale: #6A6A6A. Windows color (decimal): -4439697 or 7291324. OLE color: 7291324.
HSL color Cylindrical-coordinate representation of color #BC416F: hue angle of 337.56º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC416F is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 65 | 111 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.26 |
| HSL | 337.56º | 0.49% | 0.5% | - |
| HSV(B) | 337.56º | 0.65% | 0.74% | - |
| XYZ | 25.5 | 15.62 | 16.71 | - |
| YUV | 107.02 | 130.25 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 111 | 0 | 0.65 | 0.41 | 0.26 | 337.56 | 0.49 | 0.5 |
| Hex | BC | 41 | 6F | 0 | 41 | 29 | 1A | 152 | 31 | 32 |
| Octal | 274 | 101 | 157 | 0 | 101 | 51 | 32 | 522 | 61 | 62 |
| Binary | 10111100 | 1000001 | 1101111 | 0 | 1000001 | 101001 | 11010 | 101010010 | 110001 | 110010 |
Color Harmonies of #BC416F
Complementary color
Monochromatic Colors of #BC416F
Black with #BC416F
Text Example
Text Example
White with #BC416F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC416F; }
p { color: rgb(188,65,111); }
H1.HeaderClassName
{
color: #BC416F;
}
.AnyTagClassName
{
color: #BC416F;
}
</style>
background-color css
<style>
a { background-color: #BC416F; }
a { background-color: rgb(188,65,111); }
div.DivClassName
{
background-color: #BC416F;
}
.BgClassName
{
background-color: #BC416F;
}
</style>
border-color css
<style>
span { border-color: #BC416F; }
span { border-color: rgb(188,65,111); }
td.TdClassName
{
border-color: #BC416F;
}
.TagClassName
{
border-color: #BC416F;
}
</style>