Shades of Royal Heath #BD577A
Tints of Royal Heath #BD577A
RGB
CMYK
RGB Variations
Color information
#BD577A (or 0xBD577A) is known color: Royal Heath. HEX triplet: BD, 57 and 7A. RGB value is (189,87,122). Sum of RGB (Red+Green+Blue) = 189+87+122=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 87 (34.38% from 255 or 21.86% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BD577A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD577A is #42A885. Grayscale: #797979. Windows color (decimal): -4368518 or 8017853. OLE color: 8017853.
HSL color Cylindrical-coordinate representation of color #BD577A: hue angle of 339.41º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD577A is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 87 | 122 | - |
| CMYK | 0 | 0.54 | 0.35 | 0.26 |
| HSL | 339.41º | 0.44% | 0.54% | - |
| HSV(B) | 339.41º | 0.54% | 0.74% | - |
| XYZ | 27.91 | 19.04 | 20.62 | - |
| YUV | 121.49 | 128.29 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 87 | 122 | 0 | 0.54 | 0.35 | 0.26 | 339.41 | 0.44 | 0.54 |
| Hex | BD | 57 | 7A | 0 | 36 | 23 | 1A | 153 | 2C | 36 |
| Octal | 275 | 127 | 172 | 0 | 66 | 43 | 32 | 523 | 54 | 66 |
| Binary | 10111101 | 1010111 | 1111010 | 0 | 110110 | 100011 | 11010 | 101010011 | 101100 | 110110 |
Color Harmonies of #BD577A
Complementary color
Monochromatic Colors of #BD577A
Black with #BD577A
Text Example
Text Example
White with #BD577A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD577A; }
p { color: rgb(189,87,122); }
H1.HeaderClassName
{
color: #BD577A;
}
.AnyTagClassName
{
color: #BD577A;
}
</style>
background-color css
<style>
a { background-color: #BD577A; }
a { background-color: rgb(189,87,122); }
div.DivClassName
{
background-color: #BD577A;
}
.BgClassName
{
background-color: #BD577A;
}
</style>
border-color css
<style>
span { border-color: #BD577A; }
span { border-color: rgb(189,87,122); }
td.TdClassName
{
border-color: #BD577A;
}
.TagClassName
{
border-color: #BD577A;
}
</style>