Shades of Royal Heath #BC4279
Tints of Royal Heath #BC4279
RGB
CMYK
RGB Variations
Color information
#BC4279 (or 0xBC4279) is known color: Royal Heath. HEX triplet: BC, 42 and 79. RGB value is (188,66,121). Sum of RGB (Red+Green+Blue) = 188+66+121=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4279 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4279 is #43BD86. Grayscale: #6C6C6C. Windows color (decimal): -4439431 or 7946940. OLE color: 7946940.
HSL color Cylindrical-coordinate representation of color #BC4279: hue angle of 332.95º 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 #BC4279 is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 66 | 121 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.26 |
| HSL | 332.95º | 0.48% | 0.5% | - |
| HSV(B) | 332.95º | 0.65% | 0.74% | - |
| XYZ | 26.14 | 15.97 | 19.79 | - |
| YUV | 108.75 | 134.92 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 121 | 0 | 0.65 | 0.36 | 0.26 | 332.95 | 0.48 | 0.5 |
| Hex | BC | 42 | 79 | 0 | 41 | 24 | 1A | 14D | 30 | 32 |
| Octal | 274 | 102 | 171 | 0 | 101 | 44 | 32 | 515 | 60 | 62 |
| Binary | 10111100 | 1000010 | 1111001 | 0 | 1000001 | 100100 | 11010 | 101001101 | 110000 | 110010 |
Color Harmonies of #BC4279
Complementary color
Monochromatic Colors of #BC4279
Black with #BC4279
Text Example
Text Example
White with #BC4279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4279; }
p { color: rgb(188,66,121); }
H1.HeaderClassName
{
color: #BC4279;
}
.AnyTagClassName
{
color: #BC4279;
}
</style>
background-color css
<style>
a { background-color: #BC4279; }
a { background-color: rgb(188,66,121); }
div.DivClassName
{
background-color: #BC4279;
}
.BgClassName
{
background-color: #BC4279;
}
</style>
border-color css
<style>
span { border-color: #BC4279; }
span { border-color: rgb(188,66,121); }
td.TdClassName
{
border-color: #BC4279;
}
.TagClassName
{
border-color: #BC4279;
}
</style>