Shades of Royal Heath #BC557E
Tints of Royal Heath #BC557E
RGB
CMYK
RGB Variations
Color information
#BC557E (or 0xBC557E) is known color: Royal Heath. HEX triplet: BC, 55 and 7E. RGB value is (188,85,126). Sum of RGB (Red+Green+Blue) = 188+85+126=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC557E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC557E is #43AA81. Grayscale: #787878. Windows color (decimal): -4434562 or 8279484. OLE color: 8279484.
HSL color Cylindrical-coordinate representation of color #BC557E: hue angle of 336.12º degrees, saturation: 0.43, 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 #BC557E is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 85 | 126 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.26 |
| HSL | 336.12º | 0.43% | 0.54% | - |
| HSV(B) | 336.12º | 0.55% | 0.74% | - |
| XYZ | 27.75 | 18.69 | 21.88 | - |
| YUV | 120.47 | 131.12 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 126 | 0 | 0.55 | 0.33 | 0.26 | 336.12 | 0.43 | 0.54 |
| Hex | BC | 55 | 7E | 0 | 37 | 21 | 1A | 150 | 2B | 36 |
| Octal | 274 | 125 | 176 | 0 | 67 | 41 | 32 | 520 | 53 | 66 |
| Binary | 10111100 | 1010101 | 1111110 | 0 | 110111 | 100001 | 11010 | 101010000 | 101011 | 110110 |
Color Harmonies of #BC557E
Complementary color
Monochromatic Colors of #BC557E
Black with #BC557E
Text Example
Text Example
White with #BC557E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC557E; }
p { color: rgb(188,85,126); }
H1.HeaderClassName
{
color: #BC557E;
}
.AnyTagClassName
{
color: #BC557E;
}
</style>
background-color css
<style>
a { background-color: #BC557E; }
a { background-color: rgb(188,85,126); }
div.DivClassName
{
background-color: #BC557E;
}
.BgClassName
{
background-color: #BC557E;
}
</style>
border-color css
<style>
span { border-color: #BC557E; }
span { border-color: rgb(188,85,126); }
td.TdClassName
{
border-color: #BC557E;
}
.TagClassName
{
border-color: #BC557E;
}
</style>