Shades of Royal Heath #BD5C7E
Tints of Royal Heath #BD5C7E
RGB
CMYK
RGB Variations
Color information
#BD5C7E (or 0xBD5C7E) is known color: Royal Heath. HEX triplet: BD, 5C and 7E. RGB value is (189,92,126). Sum of RGB (Red+Green+Blue) = 189+92+126=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 126 (49.61% from 255 or 30.96% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5C7E is #42A381. Grayscale: #7C7C7C. Windows color (decimal): -4367234 or 8281277. OLE color: 8281277.
HSL color Cylindrical-coordinate representation of color #BD5C7E: hue angle of 338.97º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD5C7E is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 92 | 126 | - |
| CMYK | 0 | 0.51 | 0.33 | 0.26 |
| HSL | 338.97º | 0.42% | 0.55% | - |
| HSV(B) | 338.97º | 0.51% | 0.74% | - |
| XYZ | 28.58 | 19.98 | 22.09 | - |
| YUV | 124.88 | 128.64 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 92 | 126 | 0 | 0.51 | 0.33 | 0.26 | 338.97 | 0.42 | 0.55 |
| Hex | BD | 5C | 7E | 0 | 33 | 21 | 1A | 153 | 2A | 37 |
| Octal | 275 | 134 | 176 | 0 | 63 | 41 | 32 | 523 | 52 | 67 |
| Binary | 10111101 | 1011100 | 1111110 | 0 | 110011 | 100001 | 11010 | 101010011 | 101010 | 110111 |
Color Harmonies of #BD5C7E
Complementary color
Monochromatic Colors of #BD5C7E
Black with #BD5C7E
Text Example
Text Example
White with #BD5C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5C7E; }
p { color: rgb(189,92,126); }
H1.HeaderClassName
{
color: #BD5C7E;
}
.AnyTagClassName
{
color: #BD5C7E;
}
</style>
background-color css
<style>
a { background-color: #BD5C7E; }
a { background-color: rgb(189,92,126); }
div.DivClassName
{
background-color: #BD5C7E;
}
.BgClassName
{
background-color: #BD5C7E;
}
</style>
border-color css
<style>
span { border-color: #BD5C7E; }
span { border-color: rgb(189,92,126); }
td.TdClassName
{
border-color: #BD5C7E;
}
.TagClassName
{
border-color: #BD5C7E;
}
</style>