Shades of Royal Heath #BC4975
Tints of Royal Heath #BC4975
RGB
CMYK
RGB Variations
Color information
#BC4975 (or 0xBC4975) is known color: Royal Heath. HEX triplet: BC, 49 and 75. RGB value is (188,73,117). Sum of RGB (Red+Green+Blue) = 188+73+117=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 73 (28.91% from 255 or 19.31% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4975 is #43B68A. Grayscale: #707070. Windows color (decimal): -4437643 or 7686588. OLE color: 7686588.
HSL color Cylindrical-coordinate representation of color #BC4975: hue angle of 337.04º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC4975 is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 73 | 117 | - |
| CMYK | 0 | 0.61 | 0.38 | 0.26 |
| HSL | 337.04º | 0.46% | 0.51% | - |
| HSV(B) | 337.04º | 0.61% | 0.74% | - |
| XYZ | 26.33 | 16.74 | 18.67 | - |
| YUV | 112.4 | 130.6 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 117 | 0 | 0.61 | 0.38 | 0.26 | 337.04 | 0.46 | 0.51 |
| Hex | BC | 49 | 75 | 0 | 3D | 26 | 1A | 151 | 2E | 33 |
| Octal | 274 | 111 | 165 | 0 | 75 | 46 | 32 | 521 | 56 | 63 |
| Binary | 10111100 | 1001001 | 1110101 | 0 | 111101 | 100110 | 11010 | 101010001 | 101110 | 110011 |
Color Harmonies of #BC4975
Complementary color
Monochromatic Colors of #BC4975
Black with #BC4975
Text Example
Text Example
White with #BC4975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4975; }
p { color: rgb(188,73,117); }
H1.HeaderClassName
{
color: #BC4975;
}
.AnyTagClassName
{
color: #BC4975;
}
</style>
background-color css
<style>
a { background-color: #BC4975; }
a { background-color: rgb(188,73,117); }
div.DivClassName
{
background-color: #BC4975;
}
.BgClassName
{
background-color: #BC4975;
}
</style>
border-color css
<style>
span { border-color: #BC4975; }
span { border-color: rgb(188,73,117); }
td.TdClassName
{
border-color: #BC4975;
}
.TagClassName
{
border-color: #BC4975;
}
</style>