Shades of Royal Heath #BC487B
Tints of Royal Heath #BC487B
RGB
CMYK
RGB Variations
Color information
#BC487B (or 0xBC487B) is known color: Royal Heath. HEX triplet: BC, 48 and 7B. RGB value is (188,72,123). Sum of RGB (Red+Green+Blue) = 188+72+123=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 72 (28.52% from 255 or 18.80% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC487B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC487B is #43B784. Grayscale: #707070. Windows color (decimal): -4437893 or 8079548. OLE color: 8079548.
HSL color Cylindrical-coordinate representation of color #BC487B: hue angle of 333.62º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC487B is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 72 | 123 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.26 |
| HSL | 333.62º | 0.46% | 0.51% | - |
| HSV(B) | 333.62º | 0.62% | 0.74% | - |
| XYZ | 26.63 | 16.76 | 20.57 | - |
| YUV | 112.5 | 133.93 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 72 | 123 | 0 | 0.62 | 0.35 | 0.26 | 333.62 | 0.46 | 0.51 |
| Hex | BC | 48 | 7B | 0 | 3E | 23 | 1A | 14E | 2E | 33 |
| Octal | 274 | 110 | 173 | 0 | 76 | 43 | 32 | 516 | 56 | 63 |
| Binary | 10111100 | 1001000 | 1111011 | 0 | 111110 | 100011 | 11010 | 101001110 | 101110 | 110011 |
Color Harmonies of #BC487B
Complementary color
Monochromatic Colors of #BC487B
Black with #BC487B
Text Example
Text Example
White with #BC487B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC487B; }
p { color: rgb(188,72,123); }
H1.HeaderClassName
{
color: #BC487B;
}
.AnyTagClassName
{
color: #BC487B;
}
</style>
background-color css
<style>
a { background-color: #BC487B; }
a { background-color: rgb(188,72,123); }
div.DivClassName
{
background-color: #BC487B;
}
.BgClassName
{
background-color: #BC487B;
}
</style>
border-color css
<style>
span { border-color: #BC487B; }
span { border-color: rgb(188,72,123); }
td.TdClassName
{
border-color: #BC487B;
}
.TagClassName
{
border-color: #BC487B;
}
</style>