Shades of Royal Heath #BC4573
Tints of Royal Heath #BC4573
RGB
CMYK
RGB Variations
Color information
#BC4573 (or 0xBC4573) is known color: Royal Heath. HEX triplet: BC, 45 and 73. RGB value is (188,69,115). Sum of RGB (Red+Green+Blue) = 188+69+115=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 69 (27.34% from 255 or 18.55% from 372); Blue value is 115 (45.31% from 255 or 30.91% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4573 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4573 is #43BA8C. Grayscale: #6D6D6D. Windows color (decimal): -4438669 or 7554492. OLE color: 7554492.
HSL color Cylindrical-coordinate representation of color #BC4573: hue angle of 336.81º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC4573 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 115 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.26 |
| HSL | 336.81º | 0.47% | 0.5% | - |
| HSV(B) | 336.81º | 0.63% | 0.74% | - |
| XYZ | 25.96 | 16.19 | 17.98 | - |
| YUV | 109.83 | 130.92 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 115 | 0 | 0.63 | 0.39 | 0.26 | 336.81 | 0.47 | 0.5 |
| Hex | BC | 45 | 73 | 0 | 3F | 27 | 1A | 151 | 2F | 32 |
| Octal | 274 | 105 | 163 | 0 | 77 | 47 | 32 | 521 | 57 | 62 |
| Binary | 10111100 | 1000101 | 1110011 | 0 | 111111 | 100111 | 11010 | 101010001 | 101111 | 110010 |
Color Harmonies of #BC4573
Complementary color
Monochromatic Colors of #BC4573
Black with #BC4573
Text Example
Text Example
White with #BC4573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4573; }
p { color: rgb(188,69,115); }
H1.HeaderClassName
{
color: #BC4573;
}
.AnyTagClassName
{
color: #BC4573;
}
</style>
background-color css
<style>
a { background-color: #BC4573; }
a { background-color: rgb(188,69,115); }
div.DivClassName
{
background-color: #BC4573;
}
.BgClassName
{
background-color: #BC4573;
}
</style>
border-color css
<style>
span { border-color: #BC4573; }
span { border-color: rgb(188,69,115); }
td.TdClassName
{
border-color: #BC4573;
}
.TagClassName
{
border-color: #BC4573;
}
</style>