Shades of Royal Heath #BC5374
Tints of Royal Heath #BC5374
RGB
CMYK
RGB Variations
Color information
#BC5374 (or 0xBC5374) is known color: Royal Heath. HEX triplet: BC, 53 and 74. RGB value is (188,83,116). Sum of RGB (Red+Green+Blue) = 188+83+116=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5374 is #43AC8B. Grayscale: #767676. Windows color (decimal): -4435084 or 7623612. OLE color: 7623612.
HSL color Cylindrical-coordinate representation of color #BC5374: hue angle of 341.14º 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 #BC5374 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 83 | 116 | - |
| CMYK | 0 | 0.56 | 0.38 | 0.26 |
| HSL | 341.14º | 0.44% | 0.53% | - |
| HSV(B) | 341.14º | 0.56% | 0.74% | - |
| XYZ | 26.98 | 18.14 | 18.6 | - |
| YUV | 118.16 | 126.79 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 116 | 0 | 0.56 | 0.38 | 0.26 | 341.14 | 0.44 | 0.53 |
| Hex | BC | 53 | 74 | 0 | 38 | 26 | 1A | 155 | 2C | 35 |
| Octal | 274 | 123 | 164 | 0 | 70 | 46 | 32 | 525 | 54 | 65 |
| Binary | 10111100 | 1010011 | 1110100 | 0 | 111000 | 100110 | 11010 | 101010101 | 101100 | 110101 |
Color Harmonies of #BC5374
Complementary color
Monochromatic Colors of #BC5374
Black with #BC5374
Text Example
Text Example
White with #BC5374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5374; }
p { color: rgb(188,83,116); }
H1.HeaderClassName
{
color: #BC5374;
}
.AnyTagClassName
{
color: #BC5374;
}
</style>
background-color css
<style>
a { background-color: #BC5374; }
a { background-color: rgb(188,83,116); }
div.DivClassName
{
background-color: #BC5374;
}
.BgClassName
{
background-color: #BC5374;
}
</style>
border-color css
<style>
span { border-color: #BC5374; }
span { border-color: rgb(188,83,116); }
td.TdClassName
{
border-color: #BC5374;
}
.TagClassName
{
border-color: #BC5374;
}
</style>