Shades of Royal Heath #BC5B7B
Tints of Royal Heath #BC5B7B
RGB
CMYK
RGB Variations
Color information
#BC5B7B (or 0xBC5B7B) is known color: Royal Heath. HEX triplet: BC, 5B and 7B. RGB value is (188,91,123). Sum of RGB (Red+Green+Blue) = 188+91+123=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 91 (35.94% from 255 or 22.64% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5B7B is #43A484. Grayscale: #7B7B7B. Windows color (decimal): -4433029 or 8084412. OLE color: 8084412.
HSL color Cylindrical-coordinate representation of color #BC5B7B: hue angle of 340.21º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC5B7B is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 91 | 123 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.26 |
| HSL | 340.21º | 0.42% | 0.55% | - |
| HSV(B) | 340.21º | 0.52% | 0.74% | - |
| XYZ | 28.06 | 19.6 | 21.04 | - |
| YUV | 123.65 | 127.64 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 91 | 123 | 0 | 0.52 | 0.35 | 0.26 | 340.21 | 0.42 | 0.55 |
| Hex | BC | 5B | 7B | 0 | 34 | 23 | 1A | 154 | 2A | 37 |
| Octal | 274 | 133 | 173 | 0 | 64 | 43 | 32 | 524 | 52 | 67 |
| Binary | 10111100 | 1011011 | 1111011 | 0 | 110100 | 100011 | 11010 | 101010100 | 101010 | 110111 |
Color Harmonies of #BC5B7B
Complementary color
Monochromatic Colors of #BC5B7B
Black with #BC5B7B
Text Example
Text Example
White with #BC5B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5B7B; }
p { color: rgb(188,91,123); }
H1.HeaderClassName
{
color: #BC5B7B;
}
.AnyTagClassName
{
color: #BC5B7B;
}
</style>
background-color css
<style>
a { background-color: #BC5B7B; }
a { background-color: rgb(188,91,123); }
div.DivClassName
{
background-color: #BC5B7B;
}
.BgClassName
{
background-color: #BC5B7B;
}
</style>
border-color css
<style>
span { border-color: #BC5B7B; }
span { border-color: rgb(188,91,123); }
td.TdClassName
{
border-color: #BC5B7B;
}
.TagClassName
{
border-color: #BC5B7B;
}
</style>