Shades of Royal Heath #BC4D7C
Tints of Royal Heath #BC4D7C
RGB
CMYK
RGB Variations
Color information
#BC4D7C (or 0xBC4D7C) is known color: Royal Heath. HEX triplet: BC, 4D and 7C. RGB value is (188,77,124). Sum of RGB (Red+Green+Blue) = 188+77+124=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 77 (30.47% from 255 or 19.79% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC4D7C is #43B283. Grayscale: #737373. Windows color (decimal): -4436612 or 8146364. OLE color: 8146364.
HSL color Cylindrical-coordinate representation of color #BC4D7C: hue angle of 334.59º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC4D7C is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 77 | 124 | - |
| CMYK | 0 | 0.59 | 0.34 | 0.26 |
| HSL | 334.59º | 0.45% | 0.52% | - |
| HSV(B) | 334.59º | 0.59% | 0.74% | - |
| XYZ | 27.03 | 17.45 | 21.01 | - |
| YUV | 115.55 | 132.77 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 124 | 0 | 0.59 | 0.34 | 0.26 | 334.59 | 0.45 | 0.52 |
| Hex | BC | 4D | 7C | 0 | 3B | 22 | 1A | 14F | 2D | 34 |
| Octal | 274 | 115 | 174 | 0 | 73 | 42 | 32 | 517 | 55 | 64 |
| Binary | 10111100 | 1001101 | 1111100 | 0 | 111011 | 100010 | 11010 | 101001111 | 101101 | 110100 |
Color Harmonies of #BC4D7C
Complementary color
Monochromatic Colors of #BC4D7C
Black with #BC4D7C
Text Example
Text Example
White with #BC4D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4D7C; }
p { color: rgb(188,77,124); }
H1.HeaderClassName
{
color: #BC4D7C;
}
.AnyTagClassName
{
color: #BC4D7C;
}
</style>
background-color css
<style>
a { background-color: #BC4D7C; }
a { background-color: rgb(188,77,124); }
div.DivClassName
{
background-color: #BC4D7C;
}
.BgClassName
{
background-color: #BC4D7C;
}
</style>
border-color css
<style>
span { border-color: #BC4D7C; }
span { border-color: rgb(188,77,124); }
td.TdClassName
{
border-color: #BC4D7C;
}
.TagClassName
{
border-color: #BC4D7C;
}
</style>