Shades of Royal Heath #BC457B
Tints of Royal Heath #BC457B
RGB
CMYK
RGB Variations
Color information
#BC457B (or 0xBC457B) is known color: Royal Heath. HEX triplet: BC, 45 and 7B. RGB value is (188,69,123). Sum of RGB (Red+Green+Blue) = 188+69+123=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 69 (27.34% from 255 or 18.16% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC457B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC457B is #43BA84. Grayscale: #6E6E6E. Windows color (decimal): -4438661 or 8078780. OLE color: 8078780.
HSL color Cylindrical-coordinate representation of color #BC457B: hue angle of 332.77º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC457B is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 123 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.26 |
| HSL | 332.77º | 0.47% | 0.5% | - |
| HSV(B) | 332.77º | 0.63% | 0.74% | - |
| XYZ | 26.44 | 16.38 | 20.51 | - |
| YUV | 110.74 | 134.92 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 123 | 0 | 0.63 | 0.35 | 0.26 | 332.77 | 0.47 | 0.5 |
| Hex | BC | 45 | 7B | 0 | 3F | 23 | 1A | 14D | 2F | 32 |
| Octal | 274 | 105 | 173 | 0 | 77 | 43 | 32 | 515 | 57 | 62 |
| Binary | 10111100 | 1000101 | 1111011 | 0 | 111111 | 100011 | 11010 | 101001101 | 101111 | 110010 |
Color Harmonies of #BC457B
Complementary color
Monochromatic Colors of #BC457B
Black with #BC457B
Text Example
Text Example
White with #BC457B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC457B; }
p { color: rgb(188,69,123); }
H1.HeaderClassName
{
color: #BC457B;
}
.AnyTagClassName
{
color: #BC457B;
}
</style>
background-color css
<style>
a { background-color: #BC457B; }
a { background-color: rgb(188,69,123); }
div.DivClassName
{
background-color: #BC457B;
}
.BgClassName
{
background-color: #BC457B;
}
</style>
border-color css
<style>
span { border-color: #BC457B; }
span { border-color: rgb(188,69,123); }
td.TdClassName
{
border-color: #BC457B;
}
.TagClassName
{
border-color: #BC457B;
}
</style>