Shades of Royal Heath #BC4778
Tints of Royal Heath #BC4778
RGB
CMYK
RGB Variations
Color information
#BC4778 (or 0xBC4778) is known color: Royal Heath. HEX triplet: BC, 47 and 78. RGB value is (188,71,120). Sum of RGB (Red+Green+Blue) = 188+71+120=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 71 (28.12% from 255 or 18.73% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4778 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4778 is #43B887. Grayscale: #6F6F6F. Windows color (decimal): -4438152 or 7882684. OLE color: 7882684.
HSL color Cylindrical-coordinate representation of color #BC4778: hue angle of 334.87º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC4778 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 71 | 120 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.26 |
| HSL | 334.87º | 0.47% | 0.51% | - |
| HSV(B) | 334.87º | 0.62% | 0.74% | - |
| XYZ | 26.38 | 16.55 | 19.57 | - |
| YUV | 111.57 | 132.76 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 71 | 120 | 0 | 0.62 | 0.36 | 0.26 | 334.87 | 0.47 | 0.51 |
| Hex | BC | 47 | 78 | 0 | 3E | 24 | 1A | 14F | 2F | 33 |
| Octal | 274 | 107 | 170 | 0 | 76 | 44 | 32 | 517 | 57 | 63 |
| Binary | 10111100 | 1000111 | 1111000 | 0 | 111110 | 100100 | 11010 | 101001111 | 101111 | 110011 |
Color Harmonies of #BC4778
Complementary color
Monochromatic Colors of #BC4778
Black with #BC4778
Text Example
Text Example
White with #BC4778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4778; }
p { color: rgb(188,71,120); }
H1.HeaderClassName
{
color: #BC4778;
}
.AnyTagClassName
{
color: #BC4778;
}
</style>
background-color css
<style>
a { background-color: #BC4778; }
a { background-color: rgb(188,71,120); }
div.DivClassName
{
background-color: #BC4778;
}
.BgClassName
{
background-color: #BC4778;
}
</style>
border-color css
<style>
span { border-color: #BC4778; }
span { border-color: rgb(188,71,120); }
td.TdClassName
{
border-color: #BC4778;
}
.TagClassName
{
border-color: #BC4778;
}
</style>