Shades of Royal Heath #BC5280
Tints of Royal Heath #BC5280
RGB
CMYK
RGB Variations
Color information
#BC5280 (or 0xBC5280) is known color: Royal Heath. HEX triplet: BC, 52 and 80. RGB value is (188,82,128). Sum of RGB (Red+Green+Blue) = 188+82+128=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5280 is #43AD7F. Grayscale: #767676. Windows color (decimal): -4435328 or 8409788. OLE color: 8409788.
HSL color Cylindrical-coordinate representation of color #BC5280: hue angle of 333.96º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC5280 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 82 | 128 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.26 |
| HSL | 333.96º | 0.44% | 0.53% | - |
| HSV(B) | 333.96º | 0.56% | 0.74% | - |
| XYZ | 27.65 | 18.28 | 22.49 | - |
| YUV | 118.94 | 133.12 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 128 | 0 | 0.56 | 0.32 | 0.26 | 333.96 | 0.44 | 0.53 |
| Hex | BC | 52 | 80 | 0 | 38 | 20 | 1A | 14E | 2C | 35 |
| Octal | 274 | 122 | 200 | 0 | 70 | 40 | 32 | 516 | 54 | 65 |
| Binary | 10111100 | 1010010 | 10000000 | 0 | 111000 | 100000 | 11010 | 101001110 | 101100 | 110101 |
Color Harmonies of #BC5280
Complementary color
Monochromatic Colors of #BC5280
Black with #BC5280
Text Example
Text Example
White with #BC5280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5280; }
p { color: rgb(188,82,128); }
H1.HeaderClassName
{
color: #BC5280;
}
.AnyTagClassName
{
color: #BC5280;
}
</style>
background-color css
<style>
a { background-color: #BC5280; }
a { background-color: rgb(188,82,128); }
div.DivClassName
{
background-color: #BC5280;
}
.BgClassName
{
background-color: #BC5280;
}
</style>
border-color css
<style>
span { border-color: #BC5280; }
span { border-color: rgb(188,82,128); }
td.TdClassName
{
border-color: #BC5280;
}
.TagClassName
{
border-color: #BC5280;
}
</style>