Shades of Royal Heath #BC3F6D
Tints of Royal Heath #BC3F6D
RGB
CMYK
RGB Variations
Color information
#BC3F6D (or 0xBC3F6D) is known color: Royal Heath. HEX triplet: BC, 3F and 6D. RGB value is (188,63,109). Sum of RGB (Red+Green+Blue) = 188+63+109=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 63 (25% from 255 or 17.5% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3F6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3F6D is #43C092. Grayscale: #696969. Windows color (decimal): -4440211 or 7159740. OLE color: 7159740.
HSL color Cylindrical-coordinate representation of color #BC3F6D: hue angle of 337.92º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC3F6D is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 63 | 109 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.26 |
| HSL | 337.92º | 0.5% | 0.49% | - |
| HSV(B) | 337.92º | 0.66% | 0.74% | - |
| XYZ | 25.28 | 15.35 | 16.1 | - |
| YUV | 105.62 | 129.91 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 63 | 109 | 0 | 0.66 | 0.42 | 0.26 | 337.92 | 0.5 | 0.49 |
| Hex | BC | 3F | 6D | 0 | 42 | 2A | 1A | 152 | 32 | 31 |
| Octal | 274 | 77 | 155 | 0 | 102 | 52 | 32 | 522 | 62 | 61 |
| Binary | 10111100 | 111111 | 1101101 | 0 | 1000010 | 101010 | 11010 | 101010010 | 110010 | 110001 |
Color Harmonies of #BC3F6D
Complementary color
Monochromatic Colors of #BC3F6D
Black with #BC3F6D
Text Example
Text Example
White with #BC3F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3F6D; }
p { color: rgb(188,63,109); }
H1.HeaderClassName
{
color: #BC3F6D;
}
.AnyTagClassName
{
color: #BC3F6D;
}
</style>
background-color css
<style>
a { background-color: #BC3F6D; }
a { background-color: rgb(188,63,109); }
div.DivClassName
{
background-color: #BC3F6D;
}
.BgClassName
{
background-color: #BC3F6D;
}
</style>
border-color css
<style>
span { border-color: #BC3F6D; }
span { border-color: rgb(188,63,109); }
td.TdClassName
{
border-color: #BC3F6D;
}
.TagClassName
{
border-color: #BC3F6D;
}
</style>