Shades of Royal Heath #BC4A7E
Tints of Royal Heath #BC4A7E
RGB
CMYK
RGB Variations
Color information
#BC4A7E (or 0xBC4A7E) is known color: Royal Heath. HEX triplet: BC, 4A and 7E. RGB value is (188,74,126). Sum of RGB (Red+Green+Blue) = 188+74+126=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 74 (29.30% from 255 or 19.07% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4A7E is #43B581. Grayscale: #717171. Windows color (decimal): -4437378 or 8276668. OLE color: 8276668.
HSL color Cylindrical-coordinate representation of color #BC4A7E: hue angle of 332.63º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC4A7E is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 74 | 126 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.26 |
| HSL | 332.63º | 0.46% | 0.51% | - |
| HSV(B) | 332.63º | 0.61% | 0.74% | - |
| XYZ | 26.95 | 17.1 | 21.62 | - |
| YUV | 114.01 | 134.77 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 74 | 126 | 0 | 0.61 | 0.33 | 0.26 | 332.63 | 0.46 | 0.51 |
| Hex | BC | 4A | 7E | 0 | 3D | 21 | 1A | 14D | 2E | 33 |
| Octal | 274 | 112 | 176 | 0 | 75 | 41 | 32 | 515 | 56 | 63 |
| Binary | 10111100 | 1001010 | 1111110 | 0 | 111101 | 100001 | 11010 | 101001101 | 101110 | 110011 |
Color Harmonies of #BC4A7E
Complementary color
Monochromatic Colors of #BC4A7E
Black with #BC4A7E
Text Example
Text Example
White with #BC4A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4A7E; }
p { color: rgb(188,74,126); }
H1.HeaderClassName
{
color: #BC4A7E;
}
.AnyTagClassName
{
color: #BC4A7E;
}
</style>
background-color css
<style>
a { background-color: #BC4A7E; }
a { background-color: rgb(188,74,126); }
div.DivClassName
{
background-color: #BC4A7E;
}
.BgClassName
{
background-color: #BC4A7E;
}
</style>
border-color css
<style>
span { border-color: #BC4A7E; }
span { border-color: rgb(188,74,126); }
td.TdClassName
{
border-color: #BC4A7E;
}
.TagClassName
{
border-color: #BC4A7E;
}
</style>