Shades of Royal Heath #BC5880
Tints of Royal Heath #BC5880
RGB
CMYK
RGB Variations
Color information
#BC5880 (or 0xBC5880) is known color: Royal Heath. HEX triplet: BC, 58 and 80. RGB value is (188,88,128). Sum of RGB (Red+Green+Blue) = 188+88+128=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5880 is #43A77F. Grayscale: #7A7A7A. Windows color (decimal): -4433792 or 8411324. OLE color: 8411324.
HSL color Cylindrical-coordinate representation of color #BC5880: hue angle of 336º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC5880 is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 88 | 128 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.26 |
| HSL | 336º | 0.43% | 0.54% | - |
| HSV(B) | 336º | 0.53% | 0.74% | - |
| XYZ | 28.13 | 19.23 | 22.65 | - |
| YUV | 122.46 | 131.13 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 88 | 128 | 0 | 0.53 | 0.32 | 0.26 | 336 | 0.43 | 0.54 |
| Hex | BC | 58 | 80 | 0 | 35 | 20 | 1A | 150 | 2B | 36 |
| Octal | 274 | 130 | 200 | 0 | 65 | 40 | 32 | 520 | 53 | 66 |
| Binary | 10111100 | 1011000 | 10000000 | 0 | 110101 | 100000 | 11010 | 101010000 | 101011 | 110110 |
Color Harmonies of #BC5880
Complementary color
Monochromatic Colors of #BC5880
Black with #BC5880
Text Example
Text Example
White with #BC5880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5880; }
p { color: rgb(188,88,128); }
H1.HeaderClassName
{
color: #BC5880;
}
.AnyTagClassName
{
color: #BC5880;
}
</style>
background-color css
<style>
a { background-color: #BC5880; }
a { background-color: rgb(188,88,128); }
div.DivClassName
{
background-color: #BC5880;
}
.BgClassName
{
background-color: #BC5880;
}
</style>
border-color css
<style>
span { border-color: #BC5880; }
span { border-color: rgb(188,88,128); }
td.TdClassName
{
border-color: #BC5880;
}
.TagClassName
{
border-color: #BC5880;
}
</style>