Shades of Royal Heath #BC447C
Tints of Royal Heath #BC447C
RGB
CMYK
RGB Variations
Color information
#BC447C (or 0xBC447C) is known color: Royal Heath. HEX triplet: BC, 44 and 7C. RGB value is (188,68,124). Sum of RGB (Red+Green+Blue) = 188+68+124=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 68 (26.95% from 255 or 17.89% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC447C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC447C is #43BB83. Grayscale: #6E6E6E. Windows color (decimal): -4438916 or 8144060. OLE color: 8144060.
HSL color Cylindrical-coordinate representation of color #BC447C: hue angle of 332º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC447C is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 68 | 124 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.26 |
| HSL | 332º | 0.47% | 0.5% | - |
| HSV(B) | 332º | 0.64% | 0.74% | - |
| XYZ | 26.44 | 16.28 | 20.82 | - |
| YUV | 110.26 | 135.76 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 68 | 124 | 0 | 0.64 | 0.34 | 0.26 | 332 | 0.47 | 0.5 |
| Hex | BC | 44 | 7C | 0 | 40 | 22 | 1A | 14C | 2F | 32 |
| Octal | 274 | 104 | 174 | 0 | 100 | 42 | 32 | 514 | 57 | 62 |
| Binary | 10111100 | 1000100 | 1111100 | 0 | 1000000 | 100010 | 11010 | 101001100 | 101111 | 110010 |
Color Harmonies of #BC447C
Complementary color
Monochromatic Colors of #BC447C
Black with #BC447C
Text Example
Text Example
White with #BC447C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC447C; }
p { color: rgb(188,68,124); }
H1.HeaderClassName
{
color: #BC447C;
}
.AnyTagClassName
{
color: #BC447C;
}
</style>
background-color css
<style>
a { background-color: #BC447C; }
a { background-color: rgb(188,68,124); }
div.DivClassName
{
background-color: #BC447C;
}
.BgClassName
{
background-color: #BC447C;
}
</style>
border-color css
<style>
span { border-color: #BC447C; }
span { border-color: rgb(188,68,124); }
td.TdClassName
{
border-color: #BC447C;
}
.TagClassName
{
border-color: #BC447C;
}
</style>