Shades of Royal Heath #BD537F
Tints of Royal Heath #BD537F
RGB
CMYK
RGB Variations
Color information
#BD537F (or 0xBD537F) is known color: Royal Heath. HEX triplet: BD, 53 and 7F. RGB value is (189,83,127). Sum of RGB (Red+Green+Blue) = 189+83+127=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 83 (32.81% from 255 or 20.80% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BD537F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD537F is #42AC80. Grayscale: #777777. Windows color (decimal): -4369537 or 8344509. OLE color: 8344509.
HSL color Cylindrical-coordinate representation of color #BD537F: hue angle of 335.09º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD537F is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 83 | 127 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.26 |
| HSL | 335.09º | 0.45% | 0.53% | - |
| HSV(B) | 335.09º | 0.56% | 0.74% | - |
| XYZ | 27.91 | 18.54 | 22.19 | - |
| YUV | 119.71 | 132.12 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 83 | 127 | 0 | 0.56 | 0.33 | 0.26 | 335.09 | 0.45 | 0.53 |
| Hex | BD | 53 | 7F | 0 | 38 | 21 | 1A | 14F | 2D | 35 |
| Octal | 275 | 123 | 177 | 0 | 70 | 41 | 32 | 517 | 55 | 65 |
| Binary | 10111101 | 1010011 | 1111111 | 0 | 111000 | 100001 | 11010 | 101001111 | 101101 | 110101 |
Color Harmonies of #BD537F
Complementary color
Monochromatic Colors of #BD537F
Black with #BD537F
Text Example
Text Example
White with #BD537F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD537F; }
p { color: rgb(189,83,127); }
H1.HeaderClassName
{
color: #BD537F;
}
.AnyTagClassName
{
color: #BD537F;
}
</style>
background-color css
<style>
a { background-color: #BD537F; }
a { background-color: rgb(189,83,127); }
div.DivClassName
{
background-color: #BD537F;
}
.BgClassName
{
background-color: #BD537F;
}
</style>
border-color css
<style>
span { border-color: #BD537F; }
span { border-color: rgb(189,83,127); }
td.TdClassName
{
border-color: #BD537F;
}
.TagClassName
{
border-color: #BD537F;
}
</style>