Shades of Royal Heath #BC5275
Tints of Royal Heath #BC5275
RGB
CMYK
RGB Variations
Color information
#BC5275 (or 0xBC5275) is known color: Royal Heath. HEX triplet: BC, 52 and 75. RGB value is (188,82,117). Sum of RGB (Red+Green+Blue) = 188+82+117=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5275 is #43AD8A. Grayscale: #757575. Windows color (decimal): -4435339 or 7688892. OLE color: 7688892.
HSL color Cylindrical-coordinate representation of color #BC5275: hue angle of 340.19º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC5275 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 82 | 117 | - |
| CMYK | 0 | 0.56 | 0.38 | 0.26 |
| HSL | 340.19º | 0.44% | 0.53% | - |
| HSV(B) | 340.19º | 0.56% | 0.74% | - |
| XYZ | 26.97 | 18.01 | 18.88 | - |
| YUV | 117.68 | 127.62 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 117 | 0 | 0.56 | 0.38 | 0.26 | 340.19 | 0.44 | 0.53 |
| Hex | BC | 52 | 75 | 0 | 38 | 26 | 1A | 154 | 2C | 35 |
| Octal | 274 | 122 | 165 | 0 | 70 | 46 | 32 | 524 | 54 | 65 |
| Binary | 10111100 | 1010010 | 1110101 | 0 | 111000 | 100110 | 11010 | 101010100 | 101100 | 110101 |
Color Harmonies of #BC5275
Complementary color
Monochromatic Colors of #BC5275
Black with #BC5275
Text Example
Text Example
White with #BC5275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5275; }
p { color: rgb(188,82,117); }
H1.HeaderClassName
{
color: #BC5275;
}
.AnyTagClassName
{
color: #BC5275;
}
</style>
background-color css
<style>
a { background-color: #BC5275; }
a { background-color: rgb(188,82,117); }
div.DivClassName
{
background-color: #BC5275;
}
.BgClassName
{
background-color: #BC5275;
}
</style>
border-color css
<style>
span { border-color: #BC5275; }
span { border-color: rgb(188,82,117); }
td.TdClassName
{
border-color: #BC5275;
}
.TagClassName
{
border-color: #BC5275;
}
</style>