Shades of Royal Heath #BC5D7B
Tints of Royal Heath #BC5D7B
RGB
CMYK
RGB Variations
Color information
#BC5D7B (or 0xBC5D7B) is known color: Royal Heath. HEX triplet: BC, 5D and 7B. RGB value is (188,93,123). Sum of RGB (Red+Green+Blue) = 188+93+123=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 93 (36.72% from 255 or 23.02% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5D7B is #43A284. Grayscale: #7C7C7C. Windows color (decimal): -4432517 or 8084924. OLE color: 8084924.
HSL color Cylindrical-coordinate representation of color #BC5D7B: hue angle of 341.05º degrees, saturation: 0.41, 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 #BC5D7B is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 93 | 123 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.26 |
| HSL | 341.05º | 0.41% | 0.55% | - |
| HSV(B) | 341.05º | 0.51% | 0.74% | - |
| XYZ | 28.23 | 19.95 | 21.1 | - |
| YUV | 124.83 | 126.97 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 123 | 0 | 0.51 | 0.35 | 0.26 | 341.05 | 0.41 | 0.55 |
| Hex | BC | 5D | 7B | 0 | 33 | 23 | 1A | 155 | 29 | 37 |
| Octal | 274 | 135 | 173 | 0 | 63 | 43 | 32 | 525 | 51 | 67 |
| Binary | 10111100 | 1011101 | 1111011 | 0 | 110011 | 100011 | 11010 | 101010101 | 101001 | 110111 |
Color Harmonies of #BC5D7B
Complementary color
Monochromatic Colors of #BC5D7B
Black with #BC5D7B
Text Example
Text Example
White with #BC5D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5D7B; }
p { color: rgb(188,93,123); }
H1.HeaderClassName
{
color: #BC5D7B;
}
.AnyTagClassName
{
color: #BC5D7B;
}
</style>
background-color css
<style>
a { background-color: #BC5D7B; }
a { background-color: rgb(188,93,123); }
div.DivClassName
{
background-color: #BC5D7B;
}
.BgClassName
{
background-color: #BC5D7B;
}
</style>
border-color css
<style>
span { border-color: #BC5D7B; }
span { border-color: rgb(188,93,123); }
td.TdClassName
{
border-color: #BC5D7B;
}
.TagClassName
{
border-color: #BC5D7B;
}
</style>