Shades of Royal Heath #BC426F
Tints of Royal Heath #BC426F
RGB
CMYK
RGB Variations
Color information
#BC426F (or 0xBC426F) is known color: Royal Heath. HEX triplet: BC, 42 and 6F. RGB value is (188,66,111). Sum of RGB (Red+Green+Blue) = 188+66+111=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC426F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC426F is #43BD90. Grayscale: #6B6B6B. Windows color (decimal): -4439441 or 7291580. OLE color: 7291580.
HSL color Cylindrical-coordinate representation of color #BC426F: hue angle of 337.87º degrees, saturation: 0.48, 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 #BC426F is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 66 | 111 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.26 |
| HSL | 337.87º | 0.48% | 0.5% | - |
| HSV(B) | 337.87º | 0.65% | 0.74% | - |
| XYZ | 25.56 | 15.74 | 16.73 | - |
| YUV | 107.61 | 129.92 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 111 | 0 | 0.65 | 0.41 | 0.26 | 337.87 | 0.48 | 0.5 |
| Hex | BC | 42 | 6F | 0 | 41 | 29 | 1A | 152 | 30 | 32 |
| Octal | 274 | 102 | 157 | 0 | 101 | 51 | 32 | 522 | 60 | 62 |
| Binary | 10111100 | 1000010 | 1101111 | 0 | 1000001 | 101001 | 11010 | 101010010 | 110000 | 110010 |
Color Harmonies of #BC426F
Complementary color
Monochromatic Colors of #BC426F
Black with #BC426F
Text Example
Text Example
White with #BC426F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC426F; }
p { color: rgb(188,66,111); }
H1.HeaderClassName
{
color: #BC426F;
}
.AnyTagClassName
{
color: #BC426F;
}
</style>
background-color css
<style>
a { background-color: #BC426F; }
a { background-color: rgb(188,66,111); }
div.DivClassName
{
background-color: #BC426F;
}
.BgClassName
{
background-color: #BC426F;
}
</style>
border-color css
<style>
span { border-color: #BC426F; }
span { border-color: rgb(188,66,111); }
td.TdClassName
{
border-color: #BC426F;
}
.TagClassName
{
border-color: #BC426F;
}
</style>