Shades of Royal Heath #BC5178
Tints of Royal Heath #BC5178
RGB
CMYK
RGB Variations
Color information
#BC5178 (or 0xBC5178) is known color: Royal Heath. HEX triplet: BC, 51 and 78. RGB value is (188,81,120). Sum of RGB (Red+Green+Blue) = 188+81+120=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5178 is #43AE87. Grayscale: #757575. Windows color (decimal): -4435592 or 7885244. OLE color: 7885244.
HSL color Cylindrical-coordinate representation of color #BC5178: hue angle of 338.13º degrees, saturation: 0.44, 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 #BC5178 is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 81 | 120 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.26 |
| HSL | 338.13º | 0.44% | 0.53% | - |
| HSV(B) | 338.13º | 0.57% | 0.74% | - |
| XYZ | 27.07 | 17.93 | 19.8 | - |
| YUV | 117.44 | 129.45 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 120 | 0 | 0.57 | 0.36 | 0.26 | 338.13 | 0.44 | 0.53 |
| Hex | BC | 51 | 78 | 0 | 39 | 24 | 1A | 152 | 2C | 35 |
| Octal | 274 | 121 | 170 | 0 | 71 | 44 | 32 | 522 | 54 | 65 |
| Binary | 10111100 | 1010001 | 1111000 | 0 | 111001 | 100100 | 11010 | 101010010 | 101100 | 110101 |
Color Harmonies of #BC5178
Complementary color
Monochromatic Colors of #BC5178
Black with #BC5178
Text Example
Text Example
White with #BC5178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5178; }
p { color: rgb(188,81,120); }
H1.HeaderClassName
{
color: #BC5178;
}
.AnyTagClassName
{
color: #BC5178;
}
</style>
background-color css
<style>
a { background-color: #BC5178; }
a { background-color: rgb(188,81,120); }
div.DivClassName
{
background-color: #BC5178;
}
.BgClassName
{
background-color: #BC5178;
}
</style>
border-color css
<style>
span { border-color: #BC5178; }
span { border-color: rgb(188,81,120); }
td.TdClassName
{
border-color: #BC5178;
}
.TagClassName
{
border-color: #BC5178;
}
</style>