Shades of Royal Heath #BC5C7B
Tints of Royal Heath #BC5C7B
RGB
CMYK
RGB Variations
Color information
#BC5C7B (or 0xBC5C7B) is known color: Royal Heath. HEX triplet: BC, 5C and 7B. RGB value is (188,92,123). Sum of RGB (Red+Green+Blue) = 188+92+123=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 92 (36.33% from 255 or 22.83% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5C7B is #43A384. Grayscale: #7C7C7C. Windows color (decimal): -4432773 or 8084668. OLE color: 8084668.
HSL color Cylindrical-coordinate representation of color #BC5C7B: hue angle of 340.62º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC5C7B is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 92 | 123 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.26 |
| HSL | 340.63º | 0.42% | 0.55% | - |
| HSV(B) | 340.63º | 0.51% | 0.74% | - |
| XYZ | 28.14 | 19.78 | 21.07 | - |
| YUV | 124.24 | 127.3 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 92 | 123 | 0 | 0.51 | 0.35 | 0.26 | 340.63 | 0.42 | 0.55 |
| Hex | BC | 5C | 7B | 0 | 33 | 23 | 1A | 155 | 2A | 37 |
| Octal | 274 | 134 | 173 | 0 | 63 | 43 | 32 | 525 | 52 | 67 |
| Binary | 10111100 | 1011100 | 1111011 | 0 | 110011 | 100011 | 11010 | 101010101 | 101010 | 110111 |
Color Harmonies of #BC5C7B
Complementary color
Monochromatic Colors of #BC5C7B
Black with #BC5C7B
Text Example
Text Example
White with #BC5C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5C7B; }
p { color: rgb(188,92,123); }
H1.HeaderClassName
{
color: #BC5C7B;
}
.AnyTagClassName
{
color: #BC5C7B;
}
</style>
background-color css
<style>
a { background-color: #BC5C7B; }
a { background-color: rgb(188,92,123); }
div.DivClassName
{
background-color: #BC5C7B;
}
.BgClassName
{
background-color: #BC5C7B;
}
</style>
border-color css
<style>
span { border-color: #BC5C7B; }
span { border-color: rgb(188,92,123); }
td.TdClassName
{
border-color: #BC5C7B;
}
.TagClassName
{
border-color: #BC5C7B;
}
</style>