Shades of Royal Heath #BD577F
Tints of Royal Heath #BD577F
RGB
CMYK
RGB Variations
Color information
#BD577F (or 0xBD577F) is known color: Royal Heath. HEX triplet: BD, 57 and 7F. RGB value is (189,87,127). Sum of RGB (Red+Green+Blue) = 189+87+127=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 87 (34.38% from 255 or 21.59% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BD577F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD577F is #42A880. Grayscale: #7A7A7A. Windows color (decimal): -4368513 or 8345533. OLE color: 8345533.
HSL color Cylindrical-coordinate representation of color #BD577F: hue angle of 336.47º 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 #BD577F is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 87 | 127 | - |
| CMYK | 0 | 0.54 | 0.33 | 0.26 |
| HSL | 336.47º | 0.44% | 0.54% | - |
| HSV(B) | 336.47º | 0.54% | 0.74% | - |
| XYZ | 28.23 | 19.17 | 22.29 | - |
| YUV | 122.06 | 130.79 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 87 | 127 | 0 | 0.54 | 0.33 | 0.26 | 336.47 | 0.44 | 0.54 |
| Hex | BD | 57 | 7F | 0 | 36 | 21 | 1A | 150 | 2C | 36 |
| Octal | 275 | 127 | 177 | 0 | 66 | 41 | 32 | 520 | 54 | 66 |
| Binary | 10111101 | 1010111 | 1111111 | 0 | 110110 | 100001 | 11010 | 101010000 | 101100 | 110110 |
Color Harmonies of #BD577F
Complementary color
Monochromatic Colors of #BD577F
Black with #BD577F
Text Example
Text Example
White with #BD577F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD577F; }
p { color: rgb(189,87,127); }
H1.HeaderClassName
{
color: #BD577F;
}
.AnyTagClassName
{
color: #BD577F;
}
</style>
background-color css
<style>
a { background-color: #BD577F; }
a { background-color: rgb(189,87,127); }
div.DivClassName
{
background-color: #BD577F;
}
.BgClassName
{
background-color: #BD577F;
}
</style>
border-color css
<style>
span { border-color: #BD577F; }
span { border-color: rgb(189,87,127); }
td.TdClassName
{
border-color: #BD577F;
}
.TagClassName
{
border-color: #BD577F;
}
</style>