Shades of Royal Heath #BC547B
Tints of Royal Heath #BC547B
RGB
CMYK
RGB Variations
Color information
#BC547B (or 0xBC547B) is known color: Royal Heath. HEX triplet: BC, 54 and 7B. RGB value is (188,84,123). Sum of RGB (Red+Green+Blue) = 188+84+123=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 84 (33.20% from 255 or 21.27% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC547B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC547B is #43AB84. Grayscale: #777777. Windows color (decimal): -4434821 or 8082620. OLE color: 8082620.
HSL color Cylindrical-coordinate representation of color #BC547B: hue angle of 337.5º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC547B is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 84 | 123 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.26 |
| HSL | 337.5º | 0.44% | 0.53% | - |
| HSV(B) | 337.5º | 0.55% | 0.74% | - |
| XYZ | 27.48 | 18.46 | 20.85 | - |
| YUV | 119.54 | 129.96 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 84 | 123 | 0 | 0.55 | 0.35 | 0.26 | 337.5 | 0.44 | 0.53 |
| Hex | BC | 54 | 7B | 0 | 37 | 23 | 1A | 152 | 2C | 35 |
| Octal | 274 | 124 | 173 | 0 | 67 | 43 | 32 | 522 | 54 | 65 |
| Binary | 10111100 | 1010100 | 1111011 | 0 | 110111 | 100011 | 11010 | 101010010 | 101100 | 110101 |
Color Harmonies of #BC547B
Complementary color
Monochromatic Colors of #BC547B
Black with #BC547B
Text Example
Text Example
White with #BC547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC547B; }
p { color: rgb(188,84,123); }
H1.HeaderClassName
{
color: #BC547B;
}
.AnyTagClassName
{
color: #BC547B;
}
</style>
background-color css
<style>
a { background-color: #BC547B; }
a { background-color: rgb(188,84,123); }
div.DivClassName
{
background-color: #BC547B;
}
.BgClassName
{
background-color: #BC547B;
}
</style>
border-color css
<style>
span { border-color: #BC547B; }
span { border-color: rgb(188,84,123); }
td.TdClassName
{
border-color: #BC547B;
}
.TagClassName
{
border-color: #BC547B;
}
</style>