Shades of Royal Heath #BD5178
Tints of Royal Heath #BD5178
RGB
CMYK
RGB Variations
Color information
#BD5178 (or 0xBD5178) is known color: Royal Heath. HEX triplet: BD, 51 and 78. RGB value is (189,81,120). Sum of RGB (Red+Green+Blue) = 189+81+120=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 120 (47.27% from 255 or 30.77% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5178 is #42AE87. Grayscale: #757575. Windows color (decimal): -4370056 or 7885245. OLE color: 7885245.
HSL color Cylindrical-coordinate representation of color #BD5178: hue angle of 338.33º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD5178 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 81 | 120 | - |
| CMYK | 0 | 0.57 | 0.37 | 0.26 |
| HSL | 338.33º | 0.45% | 0.53% | - |
| HSV(B) | 338.33º | 0.57% | 0.74% | - |
| XYZ | 27.32 | 18.06 | 19.82 | - |
| YUV | 117.74 | 129.28 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 81 | 120 | 0 | 0.57 | 0.37 | 0.26 | 338.33 | 0.45 | 0.53 |
| Hex | BD | 51 | 78 | 0 | 39 | 25 | 1A | 152 | 2D | 35 |
| Octal | 275 | 121 | 170 | 0 | 71 | 45 | 32 | 522 | 55 | 65 |
| Binary | 10111101 | 1010001 | 1111000 | 0 | 111001 | 100101 | 11010 | 101010010 | 101101 | 110101 |
Color Harmonies of #BD5178
Complementary color
Monochromatic Colors of #BD5178
Black with #BD5178
Text Example
Text Example
White with #BD5178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5178; }
p { color: rgb(189,81,120); }
H1.HeaderClassName
{
color: #BD5178;
}
.AnyTagClassName
{
color: #BD5178;
}
</style>
background-color css
<style>
a { background-color: #BD5178; }
a { background-color: rgb(189,81,120); }
div.DivClassName
{
background-color: #BD5178;
}
.BgClassName
{
background-color: #BD5178;
}
</style>
border-color css
<style>
span { border-color: #BD5178; }
span { border-color: rgb(189,81,120); }
td.TdClassName
{
border-color: #BD5178;
}
.TagClassName
{
border-color: #BD5178;
}
</style>