Shades of Royal Heath #BD557C
Tints of Royal Heath #BD557C
RGB
CMYK
RGB Variations
Color information
#BD557C (or 0xBD557C) is known color: Royal Heath. HEX triplet: BD, 55 and 7C. RGB value is (189,85,124). Sum of RGB (Red+Green+Blue) = 189+85+124=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BD557C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD557C is #42AA83. Grayscale: #787878. Windows color (decimal): -4369028 or 8148413. OLE color: 8148413.
HSL color Cylindrical-coordinate representation of color #BD557C: hue angle of 337.5º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD557C is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 85 | 124 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.26 |
| HSL | 337.5º | 0.44% | 0.54% | - |
| HSV(B) | 337.5º | 0.55% | 0.74% | - |
| XYZ | 27.87 | 18.77 | 21.22 | - |
| YUV | 120.54 | 129.96 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 85 | 124 | 0 | 0.55 | 0.34 | 0.26 | 337.5 | 0.44 | 0.54 |
| Hex | BD | 55 | 7C | 0 | 37 | 22 | 1A | 152 | 2C | 36 |
| Octal | 275 | 125 | 174 | 0 | 67 | 42 | 32 | 522 | 54 | 66 |
| Binary | 10111101 | 1010101 | 1111100 | 0 | 110111 | 100010 | 11010 | 101010010 | 101100 | 110110 |
Color Harmonies of #BD557C
Complementary color
Monochromatic Colors of #BD557C
Black with #BD557C
Text Example
Text Example
White with #BD557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD557C; }
p { color: rgb(189,85,124); }
H1.HeaderClassName
{
color: #BD557C;
}
.AnyTagClassName
{
color: #BD557C;
}
</style>
background-color css
<style>
a { background-color: #BD557C; }
a { background-color: rgb(189,85,124); }
div.DivClassName
{
background-color: #BD557C;
}
.BgClassName
{
background-color: #BD557C;
}
</style>
border-color css
<style>
span { border-color: #BD557C; }
span { border-color: rgb(189,85,124); }
td.TdClassName
{
border-color: #BD557C;
}
.TagClassName
{
border-color: #BD557C;
}
</style>