Shades of Royal Heath #BC3F78
Tints of Royal Heath #BC3F78
RGB
CMYK
RGB Variations
Color information
#BC3F78 (or 0xBC3F78) is known color: Royal Heath. HEX triplet: BC, 3F and 78. RGB value is (188,63,120). Sum of RGB (Red+Green+Blue) = 188+63+120=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3F78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3F78 is #43C087. Grayscale: #6A6A6A. Windows color (decimal): -4440200 or 7880636. OLE color: 7880636.
HSL color Cylindrical-coordinate representation of color #BC3F78: hue angle of 332.64º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC3F78 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 63 | 120 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.26 |
| HSL | 332.64º | 0.5% | 0.49% | - |
| HSV(B) | 332.64º | 0.66% | 0.74% | - |
| XYZ | 25.91 | 15.6 | 19.42 | - |
| YUV | 106.87 | 135.41 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 63 | 120 | 0 | 0.66 | 0.36 | 0.26 | 332.64 | 0.5 | 0.49 |
| Hex | BC | 3F | 78 | 0 | 42 | 24 | 1A | 14D | 32 | 31 |
| Octal | 274 | 77 | 170 | 0 | 102 | 44 | 32 | 515 | 62 | 61 |
| Binary | 10111100 | 111111 | 1111000 | 0 | 1000010 | 100100 | 11010 | 101001101 | 110010 | 110001 |
Color Harmonies of #BC3F78
Complementary color
Monochromatic Colors of #BC3F78
Black with #BC3F78
Text Example
Text Example
White with #BC3F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3F78; }
p { color: rgb(188,63,120); }
H1.HeaderClassName
{
color: #BC3F78;
}
.AnyTagClassName
{
color: #BC3F78;
}
</style>
background-color css
<style>
a { background-color: #BC3F78; }
a { background-color: rgb(188,63,120); }
div.DivClassName
{
background-color: #BC3F78;
}
.BgClassName
{
background-color: #BC3F78;
}
</style>
border-color css
<style>
span { border-color: #BC3F78; }
span { border-color: rgb(188,63,120); }
td.TdClassName
{
border-color: #BC3F78;
}
.TagClassName
{
border-color: #BC3F78;
}
</style>