Shades of Royal Heath #BC477D
Tints of Royal Heath #BC477D
RGB
CMYK
RGB Variations
Color information
#BC477D (or 0xBC477D) is known color: Royal Heath. HEX triplet: BC, 47 and 7D. RGB value is (188,71,125). Sum of RGB (Red+Green+Blue) = 188+71+125=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 71 (28.12% from 255 or 18.49% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC477D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC477D is #43B882. Grayscale: #707070. Windows color (decimal): -4438147 or 8210364. OLE color: 8210364.
HSL color Cylindrical-coordinate representation of color #BC477D: hue angle of 332.31º degrees, saturation: 0.47, 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 #BC477D is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 71 | 125 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.26 |
| HSL | 332.31º | 0.47% | 0.51% | - |
| HSV(B) | 332.31º | 0.62% | 0.74% | - |
| XYZ | 26.69 | 16.68 | 21.21 | - |
| YUV | 112.14 | 135.26 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 71 | 125 | 0 | 0.62 | 0.34 | 0.26 | 332.31 | 0.47 | 0.51 |
| Hex | BC | 47 | 7D | 0 | 3E | 22 | 1A | 14C | 2F | 33 |
| Octal | 274 | 107 | 175 | 0 | 76 | 42 | 32 | 514 | 57 | 63 |
| Binary | 10111100 | 1000111 | 1111101 | 0 | 111110 | 100010 | 11010 | 101001100 | 101111 | 110011 |
Color Harmonies of #BC477D
Complementary color
Monochromatic Colors of #BC477D
Black with #BC477D
Text Example
Text Example
White with #BC477D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC477D; }
p { color: rgb(188,71,125); }
H1.HeaderClassName
{
color: #BC477D;
}
.AnyTagClassName
{
color: #BC477D;
}
</style>
background-color css
<style>
a { background-color: #BC477D; }
a { background-color: rgb(188,71,125); }
div.DivClassName
{
background-color: #BC477D;
}
.BgClassName
{
background-color: #BC477D;
}
</style>
border-color css
<style>
span { border-color: #BC477D; }
span { border-color: rgb(188,71,125); }
td.TdClassName
{
border-color: #BC477D;
}
.TagClassName
{
border-color: #BC477D;
}
</style>