Shades of Royal Heath #BC4278
Tints of Royal Heath #BC4278
RGB
CMYK
RGB Variations
Color information
#BC4278 (or 0xBC4278) is known color: Royal Heath. HEX triplet: BC, 42 and 78. RGB value is (188,66,120). Sum of RGB (Red+Green+Blue) = 188+66+120=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 66 (26.17% from 255 or 17.65% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4278 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4278 is #43BD87. Grayscale: #6C6C6C. Windows color (decimal): -4439432 or 7881404. OLE color: 7881404.
HSL color Cylindrical-coordinate representation of color #BC4278: hue angle of 333.44º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC4278 is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 66 | 120 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.26 |
| HSL | 333.44º | 0.48% | 0.5% | - |
| HSV(B) | 333.44º | 0.65% | 0.74% | - |
| XYZ | 26.08 | 15.94 | 19.47 | - |
| YUV | 108.63 | 134.42 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 120 | 0 | 0.65 | 0.36 | 0.26 | 333.44 | 0.48 | 0.5 |
| Hex | BC | 42 | 78 | 0 | 41 | 24 | 1A | 14D | 30 | 32 |
| Octal | 274 | 102 | 170 | 0 | 101 | 44 | 32 | 515 | 60 | 62 |
| Binary | 10111100 | 1000010 | 1111000 | 0 | 1000001 | 100100 | 11010 | 101001101 | 110000 | 110010 |
Color Harmonies of #BC4278
Complementary color
Monochromatic Colors of #BC4278
Black with #BC4278
Text Example
Text Example
White with #BC4278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4278; }
p { color: rgb(188,66,120); }
H1.HeaderClassName
{
color: #BC4278;
}
.AnyTagClassName
{
color: #BC4278;
}
</style>
background-color css
<style>
a { background-color: #BC4278; }
a { background-color: rgb(188,66,120); }
div.DivClassName
{
background-color: #BC4278;
}
.BgClassName
{
background-color: #BC4278;
}
</style>
border-color css
<style>
span { border-color: #BC4278; }
span { border-color: rgb(188,66,120); }
td.TdClassName
{
border-color: #BC4278;
}
.TagClassName
{
border-color: #BC4278;
}
</style>