Shades of Royal Heath #BD487E
Tints of Royal Heath #BD487E
RGB
CMYK
RGB Variations
Color information
#BD487E (or 0xBD487E) is known color: Royal Heath. HEX triplet: BD, 48 and 7E. RGB value is (189,72,126). Sum of RGB (Red+Green+Blue) = 189+72+126=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BD487E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD487E is #42B781. Grayscale: #717171. Windows color (decimal): -4372354 or 8276157. OLE color: 8276157.
HSL color Cylindrical-coordinate representation of color #BD487E: hue angle of 332.31º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD487E is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 72 | 126 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.26 |
| HSL | 332.31º | 0.47% | 0.51% | - |
| HSV(B) | 332.31º | 0.62% | 0.74% | - |
| XYZ | 27.07 | 16.96 | 21.59 | - |
| YUV | 113.14 | 135.26 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 72 | 126 | 0 | 0.62 | 0.33 | 0.26 | 332.31 | 0.47 | 0.51 |
| Hex | BD | 48 | 7E | 0 | 3E | 21 | 1A | 14C | 2F | 33 |
| Octal | 275 | 110 | 176 | 0 | 76 | 41 | 32 | 514 | 57 | 63 |
| Binary | 10111101 | 1001000 | 1111110 | 0 | 111110 | 100001 | 11010 | 101001100 | 101111 | 110011 |
Color Harmonies of #BD487E
Complementary color
Monochromatic Colors of #BD487E
Black with #BD487E
Text Example
Text Example
White with #BD487E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD487E; }
p { color: rgb(189,72,126); }
H1.HeaderClassName
{
color: #BD487E;
}
.AnyTagClassName
{
color: #BD487E;
}
</style>
background-color css
<style>
a { background-color: #BD487E; }
a { background-color: rgb(189,72,126); }
div.DivClassName
{
background-color: #BD487E;
}
.BgClassName
{
background-color: #BD487E;
}
</style>
border-color css
<style>
span { border-color: #BD487E; }
span { border-color: rgb(189,72,126); }
td.TdClassName
{
border-color: #BD487E;
}
.TagClassName
{
border-color: #BD487E;
}
</style>