Shades of Royal Heath #BC5078
Tints of Royal Heath #BC5078
RGB
CMYK
RGB Variations
Color information
#BC5078 (or 0xBC5078) is known color: Royal Heath. HEX triplet: BC, 50 and 78. RGB value is (188,80,120). Sum of RGB (Red+Green+Blue) = 188+80+120=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5078 is #43AF87. Grayscale: #747474. Windows color (decimal): -4435848 or 7884988. OLE color: 7884988.
HSL color Cylindrical-coordinate representation of color #BC5078: hue angle of 337.78º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC5078 is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 120 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.26 |
| HSL | 337.78º | 0.45% | 0.53% | - |
| HSV(B) | 337.78º | 0.57% | 0.74% | - |
| XYZ | 27 | 17.78 | 19.78 | - |
| YUV | 116.85 | 129.78 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 120 | 0 | 0.57 | 0.36 | 0.26 | 337.78 | 0.45 | 0.53 |
| Hex | BC | 50 | 78 | 0 | 39 | 24 | 1A | 152 | 2D | 35 |
| Octal | 274 | 120 | 170 | 0 | 71 | 44 | 32 | 522 | 55 | 65 |
| Binary | 10111100 | 1010000 | 1111000 | 0 | 111001 | 100100 | 11010 | 101010010 | 101101 | 110101 |
Color Harmonies of #BC5078
Complementary color
Monochromatic Colors of #BC5078
Black with #BC5078
Text Example
Text Example
White with #BC5078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5078; }
p { color: rgb(188,80,120); }
H1.HeaderClassName
{
color: #BC5078;
}
.AnyTagClassName
{
color: #BC5078;
}
</style>
background-color css
<style>
a { background-color: #BC5078; }
a { background-color: rgb(188,80,120); }
div.DivClassName
{
background-color: #BC5078;
}
.BgClassName
{
background-color: #BC5078;
}
</style>
border-color css
<style>
span { border-color: #BC5078; }
span { border-color: rgb(188,80,120); }
td.TdClassName
{
border-color: #BC5078;
}
.TagClassName
{
border-color: #BC5078;
}
</style>