Shades of Royal Heath #BC4073
Tints of Royal Heath #BC4073
RGB
CMYK
RGB Variations
Color information
#BC4073 (or 0xBC4073) is known color: Royal Heath. HEX triplet: BC, 40 and 73. RGB value is (188,64,115). Sum of RGB (Red+Green+Blue) = 188+64+115=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4073 is #43BF8C. Grayscale: #6A6A6A. Windows color (decimal): -4439949 or 7553212. OLE color: 7553212.
HSL color Cylindrical-coordinate representation of color #BC4073: hue angle of 335.32º 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 #BC4073 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 115 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.26 |
| HSL | 335.32º | 0.49% | 0.49% | - |
| HSV(B) | 335.32º | 0.66% | 0.74% | - |
| XYZ | 25.67 | 15.6 | 17.88 | - |
| YUV | 106.89 | 132.58 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 115 | 0 | 0.66 | 0.39 | 0.26 | 335.32 | 0.49 | 0.49 |
| Hex | BC | 40 | 73 | 0 | 42 | 27 | 1A | 14F | 31 | 31 |
| Octal | 274 | 100 | 163 | 0 | 102 | 47 | 32 | 517 | 61 | 61 |
| Binary | 10111100 | 1000000 | 1110011 | 0 | 1000010 | 100111 | 11010 | 101001111 | 110001 | 110001 |
Color Harmonies of #BC4073
Complementary color
Monochromatic Colors of #BC4073
Black with #BC4073
Text Example
Text Example
White with #BC4073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4073; }
p { color: rgb(188,64,115); }
H1.HeaderClassName
{
color: #BC4073;
}
.AnyTagClassName
{
color: #BC4073;
}
</style>
background-color css
<style>
a { background-color: #BC4073; }
a { background-color: rgb(188,64,115); }
div.DivClassName
{
background-color: #BC4073;
}
.BgClassName
{
background-color: #BC4073;
}
</style>
border-color css
<style>
span { border-color: #BC4073; }
span { border-color: rgb(188,64,115); }
td.TdClassName
{
border-color: #BC4073;
}
.TagClassName
{
border-color: #BC4073;
}
</style>