Shades of Royal Heath #BC497F
Tints of Royal Heath #BC497F
RGB
CMYK
RGB Variations
Color information
#BC497F (or 0xBC497F) is known color: Royal Heath. HEX triplet: BC, 49 and 7F. RGB value is (188,73,127). Sum of RGB (Red+Green+Blue) = 188+73+127=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 73 (28.91% from 255 or 18.81% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC497F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC497F is #43B680. Grayscale: #717171. Windows color (decimal): -4437633 or 8341948. OLE color: 8341948.
HSL color Cylindrical-coordinate representation of color #BC497F: hue angle of 331.83º 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 #BC497F is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 73 | 127 | - |
| CMYK | 0 | 0.61 | 0.32 | 0.26 |
| HSL | 331.83º | 0.46% | 0.51% | - |
| HSV(B) | 331.83º | 0.61% | 0.74% | - |
| XYZ | 26.95 | 16.99 | 21.94 | - |
| YUV | 113.54 | 135.6 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 127 | 0 | 0.61 | 0.32 | 0.26 | 331.83 | 0.46 | 0.51 |
| Hex | BC | 49 | 7F | 0 | 3D | 20 | 1A | 14C | 2E | 33 |
| Octal | 274 | 111 | 177 | 0 | 75 | 40 | 32 | 514 | 56 | 63 |
| Binary | 10111100 | 1001001 | 1111111 | 0 | 111101 | 100000 | 11010 | 101001100 | 101110 | 110011 |
Color Harmonies of #BC497F
Complementary color
Monochromatic Colors of #BC497F
Black with #BC497F
Text Example
Text Example
White with #BC497F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC497F; }
p { color: rgb(188,73,127); }
H1.HeaderClassName
{
color: #BC497F;
}
.AnyTagClassName
{
color: #BC497F;
}
</style>
background-color css
<style>
a { background-color: #BC497F; }
a { background-color: rgb(188,73,127); }
div.DivClassName
{
background-color: #BC497F;
}
.BgClassName
{
background-color: #BC497F;
}
</style>
border-color css
<style>
span { border-color: #BC497F; }
span { border-color: rgb(188,73,127); }
td.TdClassName
{
border-color: #BC497F;
}
.TagClassName
{
border-color: #BC497F;
}
</style>