Shades of Royal Heath #BD5079
Tints of Royal Heath #BD5079
RGB
CMYK
RGB Variations
Color information
#BD5079 (or 0xBD5079) is known color: Royal Heath. HEX triplet: BD, 50 and 79. RGB value is (189,80,121). Sum of RGB (Red+Green+Blue) = 189+80+121=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5079 is #42AF86. Grayscale: #757575. Windows color (decimal): -4370311 or 7950525. OLE color: 7950525.
HSL color Cylindrical-coordinate representation of color #BD5079: hue angle of 337.43º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD5079 is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 80 | 121 | - |
| CMYK | 0 | 0.58 | 0.36 | 0.26 |
| HSL | 337.43º | 0.45% | 0.53% | - |
| HSV(B) | 337.43º | 0.58% | 0.74% | - |
| XYZ | 27.31 | 17.94 | 20.11 | - |
| YUV | 117.27 | 130.11 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 121 | 0 | 0.58 | 0.36 | 0.26 | 337.43 | 0.45 | 0.53 |
| Hex | BD | 50 | 79 | 0 | 3A | 24 | 1A | 151 | 2D | 35 |
| Octal | 275 | 120 | 171 | 0 | 72 | 44 | 32 | 521 | 55 | 65 |
| Binary | 10111101 | 1010000 | 1111001 | 0 | 111010 | 100100 | 11010 | 101010001 | 101101 | 110101 |
Color Harmonies of #BD5079
Complementary color
Monochromatic Colors of #BD5079
Black with #BD5079
Text Example
Text Example
White with #BD5079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5079; }
p { color: rgb(189,80,121); }
H1.HeaderClassName
{
color: #BD5079;
}
.AnyTagClassName
{
color: #BD5079;
}
</style>
background-color css
<style>
a { background-color: #BD5079; }
a { background-color: rgb(189,80,121); }
div.DivClassName
{
background-color: #BD5079;
}
.BgClassName
{
background-color: #BD5079;
}
</style>
border-color css
<style>
span { border-color: #BD5079; }
span { border-color: rgb(189,80,121); }
td.TdClassName
{
border-color: #BD5079;
}
.TagClassName
{
border-color: #BD5079;
}
</style>