Shades of Royal Heath #BC5080
Tints of Royal Heath #BC5080
RGB
CMYK
RGB Variations
Color information
#BC5080 (or 0xBC5080) is known color: Royal Heath. HEX triplet: BC, 50 and 80. RGB value is (188,80,128). Sum of RGB (Red+Green+Blue) = 188+80+128=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5080 is #43AF7F. Grayscale: #757575. Windows color (decimal): -4435840 or 8409276. OLE color: 8409276.
HSL color Cylindrical-coordinate representation of color #BC5080: hue angle of 333.33º degrees, saturation: 0.45, 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 #BC5080 is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 128 | - |
| CMYK | 0 | 0.57 | 0.32 | 0.26 |
| HSL | 333.33º | 0.45% | 0.53% | - |
| HSV(B) | 333.33º | 0.57% | 0.74% | - |
| XYZ | 27.5 | 17.99 | 22.44 | - |
| YUV | 117.76 | 133.78 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 128 | 0 | 0.57 | 0.32 | 0.26 | 333.33 | 0.45 | 0.53 |
| Hex | BC | 50 | 80 | 0 | 39 | 20 | 1A | 14D | 2D | 35 |
| Octal | 274 | 120 | 200 | 0 | 71 | 40 | 32 | 515 | 55 | 65 |
| Binary | 10111100 | 1010000 | 10000000 | 0 | 111001 | 100000 | 11010 | 101001101 | 101101 | 110101 |
Color Harmonies of #BC5080
Complementary color
Monochromatic Colors of #BC5080
Black with #BC5080
Text Example
Text Example
White with #BC5080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5080; }
p { color: rgb(188,80,128); }
H1.HeaderClassName
{
color: #BC5080;
}
.AnyTagClassName
{
color: #BC5080;
}
</style>
background-color css
<style>
a { background-color: #BC5080; }
a { background-color: rgb(188,80,128); }
div.DivClassName
{
background-color: #BC5080;
}
.BgClassName
{
background-color: #BC5080;
}
</style>
border-color css
<style>
span { border-color: #BC5080; }
span { border-color: rgb(188,80,128); }
td.TdClassName
{
border-color: #BC5080;
}
.TagClassName
{
border-color: #BC5080;
}
</style>