Shades of Royal Heath #BD5072
Tints of Royal Heath #BD5072
RGB
CMYK
RGB Variations
Color information
#BD5072 (or 0xBD5072) is known color: Royal Heath. HEX triplet: BD, 50 and 72. RGB value is (189,80,114). Sum of RGB (Red+Green+Blue) = 189+80+114=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5072 is #42AF8D. Grayscale: #747474. Windows color (decimal): -4370318 or 7491773. OLE color: 7491773.
HSL color Cylindrical-coordinate representation of color #BD5072: hue angle of 341.28º 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 #BD5072 is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 80 | 114 | - |
| CMYK | 0 | 0.58 | 0.40 | 0.26 |
| HSL | 341.28º | 0.45% | 0.53% | - |
| HSV(B) | 341.28º | 0.58% | 0.74% | - |
| XYZ | 26.89 | 17.77 | 17.93 | - |
| YUV | 116.47 | 126.61 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 114 | 0 | 0.58 | 0.40 | 0.26 | 341.28 | 0.45 | 0.53 |
| Hex | BD | 50 | 72 | 0 | 3A | 28 | 1A | 155 | 2D | 35 |
| Octal | 275 | 120 | 162 | 0 | 72 | 50 | 32 | 525 | 55 | 65 |
| Binary | 10111101 | 1010000 | 1110010 | 0 | 111010 | 101000 | 11010 | 101010101 | 101101 | 110101 |
Color Harmonies of #BD5072
Complementary color
Monochromatic Colors of #BD5072
Black with #BD5072
Text Example
Text Example
White with #BD5072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5072; }
p { color: rgb(189,80,114); }
H1.HeaderClassName
{
color: #BD5072;
}
.AnyTagClassName
{
color: #BD5072;
}
</style>
background-color css
<style>
a { background-color: #BD5072; }
a { background-color: rgb(189,80,114); }
div.DivClassName
{
background-color: #BD5072;
}
.BgClassName
{
background-color: #BD5072;
}
</style>
border-color css
<style>
span { border-color: #BD5072; }
span { border-color: rgb(189,80,114); }
td.TdClassName
{
border-color: #BD5072;
}
.TagClassName
{
border-color: #BD5072;
}
</style>