Shades of Royal Heath #BD5A7E
Tints of Royal Heath #BD5A7E
RGB
CMYK
RGB Variations
Color information
#BD5A7E (or 0xBD5A7E) is known color: Royal Heath. HEX triplet: BD, 5A and 7E. RGB value is (189,90,126). Sum of RGB (Red+Green+Blue) = 189+90+126=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 90 (35.55% from 255 or 22.22% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5A7E is #42A581. Grayscale: #7B7B7B. Windows color (decimal): -4367746 or 8280765. OLE color: 8280765.
HSL color Cylindrical-coordinate representation of color #BD5A7E: hue angle of 338.18º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD5A7E is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 90 | 126 | - |
| CMYK | 0 | 0.52 | 0.33 | 0.26 |
| HSL | 338.18º | 0.43% | 0.55% | - |
| HSV(B) | 338.18º | 0.52% | 0.74% | - |
| XYZ | 28.41 | 19.64 | 22.03 | - |
| YUV | 123.71 | 129.3 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 90 | 126 | 0 | 0.52 | 0.33 | 0.26 | 338.18 | 0.43 | 0.55 |
| Hex | BD | 5A | 7E | 0 | 34 | 21 | 1A | 152 | 2B | 37 |
| Octal | 275 | 132 | 176 | 0 | 64 | 41 | 32 | 522 | 53 | 67 |
| Binary | 10111101 | 1011010 | 1111110 | 0 | 110100 | 100001 | 11010 | 101010010 | 101011 | 110111 |
Color Harmonies of #BD5A7E
Complementary color
Monochromatic Colors of #BD5A7E
Black with #BD5A7E
Text Example
Text Example
White with #BD5A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5A7E; }
p { color: rgb(189,90,126); }
H1.HeaderClassName
{
color: #BD5A7E;
}
.AnyTagClassName
{
color: #BD5A7E;
}
</style>
background-color css
<style>
a { background-color: #BD5A7E; }
a { background-color: rgb(189,90,126); }
div.DivClassName
{
background-color: #BD5A7E;
}
.BgClassName
{
background-color: #BD5A7E;
}
</style>
border-color css
<style>
span { border-color: #BD5A7E; }
span { border-color: rgb(189,90,126); }
td.TdClassName
{
border-color: #BD5A7E;
}
.TagClassName
{
border-color: #BD5A7E;
}
</style>