Shades of Royal Heath #BC407C
Tints of Royal Heath #BC407C
RGB
CMYK
RGB Variations
Color information
#BC407C (or 0xBC407C) is known color: Royal Heath. HEX triplet: BC, 40 and 7C. RGB value is (188,64,124). Sum of RGB (Red+Green+Blue) = 188+64+124=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 64 (25.39% from 255 or 17.02% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC407C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC407C is #43BF83. Grayscale: #6B6B6B. Windows color (decimal): -4439940 or 8143036. OLE color: 8143036.
HSL color Cylindrical-coordinate representation of color #BC407C: hue angle of 330.97º degrees, saturation: 0.49, 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 #BC407C is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 124 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.26 |
| HSL | 330.97º | 0.49% | 0.49% | - |
| HSV(B) | 330.97º | 0.66% | 0.74% | - |
| XYZ | 26.21 | 15.81 | 20.74 | - |
| YUV | 107.92 | 137.08 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 124 | 0 | 0.66 | 0.34 | 0.26 | 330.97 | 0.49 | 0.49 |
| Hex | BC | 40 | 7C | 0 | 42 | 22 | 1A | 14B | 31 | 31 |
| Octal | 274 | 100 | 174 | 0 | 102 | 42 | 32 | 513 | 61 | 61 |
| Binary | 10111100 | 1000000 | 1111100 | 0 | 1000010 | 100010 | 11010 | 101001011 | 110001 | 110001 |
Color Harmonies of #BC407C
Complementary color
Monochromatic Colors of #BC407C
Black with #BC407C
Text Example
Text Example
White with #BC407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC407C; }
p { color: rgb(188,64,124); }
H1.HeaderClassName
{
color: #BC407C;
}
.AnyTagClassName
{
color: #BC407C;
}
</style>
background-color css
<style>
a { background-color: #BC407C; }
a { background-color: rgb(188,64,124); }
div.DivClassName
{
background-color: #BC407C;
}
.BgClassName
{
background-color: #BC407C;
}
</style>
border-color css
<style>
span { border-color: #BC407C; }
span { border-color: rgb(188,64,124); }
td.TdClassName
{
border-color: #BC407C;
}
.TagClassName
{
border-color: #BC407C;
}
</style>