Shades of Royal Heath #BC5180
Tints of Royal Heath #BC5180
RGB
CMYK
RGB Variations
Color information
#BC5180 (or 0xBC5180) is known color: Royal Heath. HEX triplet: BC, 51 and 80. RGB value is (188,81,128). Sum of RGB (Red+Green+Blue) = 188+81+128=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5180 is #43AE7F. Grayscale: #767676. Windows color (decimal): -4435584 or 8409532. OLE color: 8409532.
HSL color Cylindrical-coordinate representation of color #BC5180: hue angle of 333.64º 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 #BC5180 is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 81 | 128 | - |
| CMYK | 0 | 0.57 | 0.32 | 0.26 |
| HSL | 333.64º | 0.44% | 0.53% | - |
| HSV(B) | 333.64º | 0.57% | 0.74% | - |
| XYZ | 27.58 | 18.13 | 22.47 | - |
| YUV | 118.35 | 133.45 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 128 | 0 | 0.57 | 0.32 | 0.26 | 333.64 | 0.44 | 0.53 |
| Hex | BC | 51 | 80 | 0 | 39 | 20 | 1A | 14E | 2C | 35 |
| Octal | 274 | 121 | 200 | 0 | 71 | 40 | 32 | 516 | 54 | 65 |
| Binary | 10111100 | 1010001 | 10000000 | 0 | 111001 | 100000 | 11010 | 101001110 | 101100 | 110101 |
Color Harmonies of #BC5180
Complementary color
Monochromatic Colors of #BC5180
Black with #BC5180
Text Example
Text Example
White with #BC5180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5180; }
p { color: rgb(188,81,128); }
H1.HeaderClassName
{
color: #BC5180;
}
.AnyTagClassName
{
color: #BC5180;
}
</style>
background-color css
<style>
a { background-color: #BC5180; }
a { background-color: rgb(188,81,128); }
div.DivClassName
{
background-color: #BC5180;
}
.BgClassName
{
background-color: #BC5180;
}
</style>
border-color css
<style>
span { border-color: #BC5180; }
span { border-color: rgb(188,81,128); }
td.TdClassName
{
border-color: #BC5180;
}
.TagClassName
{
border-color: #BC5180;
}
</style>