Shades of Royal Heath #BC517B
Tints of Royal Heath #BC517B
RGB
CMYK
RGB Variations
Color information
#BC517B (or 0xBC517B) is known color: Royal Heath. HEX triplet: BC, 51 and 7B. RGB value is (188,81,123). Sum of RGB (Red+Green+Blue) = 188+81+123=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 81 (32.03% from 255 or 20.66% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC517B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC517B is #43AE84. Grayscale: #757575. Windows color (decimal): -4435589 or 8081852. OLE color: 8081852.
HSL color Cylindrical-coordinate representation of color #BC517B: hue angle of 336.45º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC517B is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 81 | 123 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.26 |
| HSL | 336.45º | 0.44% | 0.53% | - |
| HSV(B) | 336.45º | 0.57% | 0.74% | - |
| XYZ | 27.26 | 18.01 | 20.78 | - |
| YUV | 117.78 | 130.95 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 123 | 0 | 0.57 | 0.35 | 0.26 | 336.45 | 0.44 | 0.53 |
| Hex | BC | 51 | 7B | 0 | 39 | 23 | 1A | 150 | 2C | 35 |
| Octal | 274 | 121 | 173 | 0 | 71 | 43 | 32 | 520 | 54 | 65 |
| Binary | 10111100 | 1010001 | 1111011 | 0 | 111001 | 100011 | 11010 | 101010000 | 101100 | 110101 |
Color Harmonies of #BC517B
Complementary color
Monochromatic Colors of #BC517B
Black with #BC517B
Text Example
Text Example
White with #BC517B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC517B; }
p { color: rgb(188,81,123); }
H1.HeaderClassName
{
color: #BC517B;
}
.AnyTagClassName
{
color: #BC517B;
}
</style>
background-color css
<style>
a { background-color: #BC517B; }
a { background-color: rgb(188,81,123); }
div.DivClassName
{
background-color: #BC517B;
}
.BgClassName
{
background-color: #BC517B;
}
</style>
border-color css
<style>
span { border-color: #BC517B; }
span { border-color: rgb(188,81,123); }
td.TdClassName
{
border-color: #BC517B;
}
.TagClassName
{
border-color: #BC517B;
}
</style>