Shades of Royal Heath #BC4F80
Tints of Royal Heath #BC4F80
RGB
CMYK
RGB Variations
Color information
#BC4F80 (or 0xBC4F80) is known color: Royal Heath. HEX triplet: BC, 4F and 80. RGB value is (188,79,128). Sum of RGB (Red+Green+Blue) = 188+79+128=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 79 (31.25% from 255 or 20% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4F80 is #43B07F. Grayscale: #757575. Windows color (decimal): -4436096 or 8409020. OLE color: 8409020.
HSL color Cylindrical-coordinate representation of color #BC4F80: hue angle of 333.03º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC4F80 is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 79 | 128 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.26 |
| HSL | 333.03º | 0.45% | 0.52% | - |
| HSV(B) | 333.03º | 0.58% | 0.74% | - |
| XYZ | 27.43 | 17.84 | 22.42 | - |
| YUV | 117.18 | 134.11 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 79 | 128 | 0 | 0.58 | 0.32 | 0.26 | 333.03 | 0.45 | 0.52 |
| Hex | BC | 4F | 80 | 0 | 3A | 20 | 1A | 14D | 2D | 34 |
| Octal | 274 | 117 | 200 | 0 | 72 | 40 | 32 | 515 | 55 | 64 |
| Binary | 10111100 | 1001111 | 10000000 | 0 | 111010 | 100000 | 11010 | 101001101 | 101101 | 110100 |
Color Harmonies of #BC4F80
Complementary color
Monochromatic Colors of #BC4F80
Black with #BC4F80
Text Example
Text Example
White with #BC4F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4F80; }
p { color: rgb(188,79,128); }
H1.HeaderClassName
{
color: #BC4F80;
}
.AnyTagClassName
{
color: #BC4F80;
}
</style>
background-color css
<style>
a { background-color: #BC4F80; }
a { background-color: rgb(188,79,128); }
div.DivClassName
{
background-color: #BC4F80;
}
.BgClassName
{
background-color: #BC4F80;
}
</style>
border-color css
<style>
span { border-color: #BC4F80; }
span { border-color: rgb(188,79,128); }
td.TdClassName
{
border-color: #BC4F80;
}
.TagClassName
{
border-color: #BC4F80;
}
</style>