Shades of Royal Heath #BD597A
Tints of Royal Heath #BD597A
RGB
CMYK
RGB Variations
Color information
#BD597A (or 0xBD597A) is known color: Royal Heath. HEX triplet: BD, 59 and 7A. RGB value is (189,89,122). Sum of RGB (Red+Green+Blue) = 189+89+122=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 89 (35.16% from 255 or 22.25% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD597A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD597A is #42A685. Grayscale: #7A7A7A. Windows color (decimal): -4368006 or 8018365. OLE color: 8018365.
HSL color Cylindrical-coordinate representation of color #BD597A: hue angle of 340.2º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD597A is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 89 | 122 | - |
| CMYK | 0 | 0.53 | 0.35 | 0.26 |
| HSL | 340.2º | 0.43% | 0.55% | - |
| HSV(B) | 340.2º | 0.53% | 0.74% | - |
| XYZ | 28.07 | 19.37 | 20.67 | - |
| YUV | 122.66 | 127.63 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 89 | 122 | 0 | 0.53 | 0.35 | 0.26 | 340.2 | 0.43 | 0.55 |
| Hex | BD | 59 | 7A | 0 | 35 | 23 | 1A | 154 | 2B | 37 |
| Octal | 275 | 131 | 172 | 0 | 65 | 43 | 32 | 524 | 53 | 67 |
| Binary | 10111101 | 1011001 | 1111010 | 0 | 110101 | 100011 | 11010 | 101010100 | 101011 | 110111 |
Color Harmonies of #BD597A
Complementary color
Monochromatic Colors of #BD597A
Black with #BD597A
Text Example
Text Example
White with #BD597A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD597A; }
p { color: rgb(189,89,122); }
H1.HeaderClassName
{
color: #BD597A;
}
.AnyTagClassName
{
color: #BD597A;
}
</style>
background-color css
<style>
a { background-color: #BD597A; }
a { background-color: rgb(189,89,122); }
div.DivClassName
{
background-color: #BD597A;
}
.BgClassName
{
background-color: #BD597A;
}
</style>
border-color css
<style>
span { border-color: #BD597A; }
span { border-color: rgb(189,89,122); }
td.TdClassName
{
border-color: #BD597A;
}
.TagClassName
{
border-color: #BD597A;
}
</style>