Shades of Royal Heath #BC5580
Tints of Royal Heath #BC5580
RGB
CMYK
RGB Variations
Color information
#BC5580 (or 0xBC5580) is known color: Royal Heath. HEX triplet: BC, 55 and 80. RGB value is (188,85,128). Sum of RGB (Red+Green+Blue) = 188+85+128=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5580 is #43AA7F. Grayscale: #787878. Windows color (decimal): -4434560 or 8410556. OLE color: 8410556.
HSL color Cylindrical-coordinate representation of color #BC5580: hue angle of 334.95º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC5580 is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 85 | 128 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.26 |
| HSL | 334.95º | 0.43% | 0.54% | - |
| HSV(B) | 334.95º | 0.55% | 0.74% | - |
| XYZ | 27.88 | 18.75 | 22.57 | - |
| YUV | 120.7 | 132.12 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 128 | 0 | 0.55 | 0.32 | 0.26 | 334.95 | 0.43 | 0.54 |
| Hex | BC | 55 | 80 | 0 | 37 | 20 | 1A | 14F | 2B | 36 |
| Octal | 274 | 125 | 200 | 0 | 67 | 40 | 32 | 517 | 53 | 66 |
| Binary | 10111100 | 1010101 | 10000000 | 0 | 110111 | 100000 | 11010 | 101001111 | 101011 | 110110 |
Color Harmonies of #BC5580
Complementary color
Monochromatic Colors of #BC5580
Black with #BC5580
Text Example
Text Example
White with #BC5580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5580; }
p { color: rgb(188,85,128); }
H1.HeaderClassName
{
color: #BC5580;
}
.AnyTagClassName
{
color: #BC5580;
}
</style>
background-color css
<style>
a { background-color: #BC5580; }
a { background-color: rgb(188,85,128); }
div.DivClassName
{
background-color: #BC5580;
}
.BgClassName
{
background-color: #BC5580;
}
</style>
border-color css
<style>
span { border-color: #BC5580; }
span { border-color: rgb(188,85,128); }
td.TdClassName
{
border-color: #BC5580;
}
.TagClassName
{
border-color: #BC5580;
}
</style>