Shades of Royal Heath #BD5C7A
Tints of Royal Heath #BD5C7A
RGB
CMYK
RGB Variations
Color information
#BD5C7A (or 0xBD5C7A) is known color: Royal Heath. HEX triplet: BD, 5C and 7A. RGB value is (189,92,122). Sum of RGB (Red+Green+Blue) = 189+92+122=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 92 (36.33% from 255 or 22.83% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5C7A is #42A385. Grayscale: #7C7C7C. Windows color (decimal): -4367238 or 8019133. OLE color: 8019133.
HSL color Cylindrical-coordinate representation of color #BD5C7A: hue angle of 341.44º 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 #BD5C7A is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 92 | 122 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.26 |
| HSL | 341.44º | 0.42% | 0.55% | - |
| HSV(B) | 341.44º | 0.51% | 0.74% | - |
| XYZ | 28.33 | 19.88 | 20.76 | - |
| YUV | 124.42 | 126.64 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 92 | 122 | 0 | 0.51 | 0.35 | 0.26 | 341.44 | 0.42 | 0.55 |
| Hex | BD | 5C | 7A | 0 | 33 | 23 | 1A | 155 | 2A | 37 |
| Octal | 275 | 134 | 172 | 0 | 63 | 43 | 32 | 525 | 52 | 67 |
| Binary | 10111101 | 1011100 | 1111010 | 0 | 110011 | 100011 | 11010 | 101010101 | 101010 | 110111 |
Color Harmonies of #BD5C7A
Complementary color
Monochromatic Colors of #BD5C7A
Black with #BD5C7A
Text Example
Text Example
White with #BD5C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5C7A; }
p { color: rgb(189,92,122); }
H1.HeaderClassName
{
color: #BD5C7A;
}
.AnyTagClassName
{
color: #BD5C7A;
}
</style>
background-color css
<style>
a { background-color: #BD5C7A; }
a { background-color: rgb(189,92,122); }
div.DivClassName
{
background-color: #BD5C7A;
}
.BgClassName
{
background-color: #BD5C7A;
}
</style>
border-color css
<style>
span { border-color: #BD5C7A; }
span { border-color: rgb(189,92,122); }
td.TdClassName
{
border-color: #BD5C7A;
}
.TagClassName
{
border-color: #BD5C7A;
}
</style>