Shades of Royal Heath #BD497C
Tints of Royal Heath #BD497C
RGB
CMYK
RGB Variations
Color information
#BD497C (or 0xBD497C) is known color: Royal Heath. HEX triplet: BD, 49 and 7C. RGB value is (189,73,124). Sum of RGB (Red+Green+Blue) = 189+73+124=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD497C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD497C is #42B683. Grayscale: #717171. Windows color (decimal): -4372100 or 8145341. OLE color: 8145341.
HSL color Cylindrical-coordinate representation of color #BD497C: hue angle of 333.62º degrees, saturation: 0.47, 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 #BD497C is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 73 | 124 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.26 |
| HSL | 333.62º | 0.47% | 0.51% | - |
| HSV(B) | 333.62º | 0.61% | 0.74% | - |
| XYZ | 27.01 | 17.04 | 20.93 | - |
| YUV | 113.5 | 133.93 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 73 | 124 | 0 | 0.61 | 0.34 | 0.26 | 333.62 | 0.47 | 0.51 |
| Hex | BD | 49 | 7C | 0 | 3D | 22 | 1A | 14E | 2F | 33 |
| Octal | 275 | 111 | 174 | 0 | 75 | 42 | 32 | 516 | 57 | 63 |
| Binary | 10111101 | 1001001 | 1111100 | 0 | 111101 | 100010 | 11010 | 101001110 | 101111 | 110011 |
Color Harmonies of #BD497C
Complementary color
Monochromatic Colors of #BD497C
Black with #BD497C
Text Example
Text Example
White with #BD497C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD497C; }
p { color: rgb(189,73,124); }
H1.HeaderClassName
{
color: #BD497C;
}
.AnyTagClassName
{
color: #BD497C;
}
</style>
background-color css
<style>
a { background-color: #BD497C; }
a { background-color: rgb(189,73,124); }
div.DivClassName
{
background-color: #BD497C;
}
.BgClassName
{
background-color: #BD497C;
}
</style>
border-color css
<style>
span { border-color: #BD497C; }
span { border-color: rgb(189,73,124); }
td.TdClassName
{
border-color: #BD497C;
}
.TagClassName
{
border-color: #BD497C;
}
</style>