Shades of Royal Heath #BC447D
Tints of Royal Heath #BC447D
RGB
CMYK
RGB Variations
Color information
#BC447D (or 0xBC447D) is known color: Royal Heath. HEX triplet: BC, 44 and 7D. RGB value is (188,68,125). Sum of RGB (Red+Green+Blue) = 188+68+125=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 68 (26.95% from 255 or 17.85% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC447D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC447D is #43BB82. Grayscale: #6E6E6E. Windows color (decimal): -4438915 or 8209596. OLE color: 8209596.
HSL color Cylindrical-coordinate representation of color #BC447D: hue angle of 331.5º 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 #BC447D is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 68 | 125 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.26 |
| HSL | 331.5º | 0.47% | 0.5% | - |
| HSV(B) | 331.5º | 0.64% | 0.74% | - |
| XYZ | 26.51 | 16.31 | 21.15 | - |
| YUV | 110.38 | 136.26 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 68 | 125 | 0 | 0.64 | 0.34 | 0.26 | 331.5 | 0.47 | 0.5 |
| Hex | BC | 44 | 7D | 0 | 40 | 22 | 1A | 14C | 2F | 32 |
| Octal | 274 | 104 | 175 | 0 | 100 | 42 | 32 | 514 | 57 | 62 |
| Binary | 10111100 | 1000100 | 1111101 | 0 | 1000000 | 100010 | 11010 | 101001100 | 101111 | 110010 |
Color Harmonies of #BC447D
Complementary color
Monochromatic Colors of #BC447D
Black with #BC447D
Text Example
Text Example
White with #BC447D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC447D; }
p { color: rgb(188,68,125); }
H1.HeaderClassName
{
color: #BC447D;
}
.AnyTagClassName
{
color: #BC447D;
}
</style>
background-color css
<style>
a { background-color: #BC447D; }
a { background-color: rgb(188,68,125); }
div.DivClassName
{
background-color: #BC447D;
}
.BgClassName
{
background-color: #BC447D;
}
</style>
border-color css
<style>
span { border-color: #BC447D; }
span { border-color: rgb(188,68,125); }
td.TdClassName
{
border-color: #BC447D;
}
.TagClassName
{
border-color: #BC447D;
}
</style>