Shades of Royal Heath #BC3E79
Tints of Royal Heath #BC3E79
RGB
CMYK
RGB Variations
Color information
#BC3E79 (or 0xBC3E79) is known color: Royal Heath. HEX triplet: BC, 3E and 79. RGB value is (188,62,121). Sum of RGB (Red+Green+Blue) = 188+62+121=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 62 (24.61% from 255 or 16.71% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3E79 is #43C186. Grayscale: #6A6A6A. Windows color (decimal): -4440455 or 7945916. OLE color: 7945916.
HSL color Cylindrical-coordinate representation of color #BC3E79: hue angle of 331.9º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC3E79 is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 62 | 121 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.26 |
| HSL | 331.9º | 0.5% | 0.49% | - |
| HSV(B) | 331.9º | 0.67% | 0.74% | - |
| XYZ | 25.91 | 15.52 | 19.72 | - |
| YUV | 106.4 | 136.24 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 62 | 121 | 0 | 0.67 | 0.36 | 0.26 | 331.9 | 0.5 | 0.49 |
| Hex | BC | 3E | 79 | 0 | 43 | 24 | 1A | 14C | 32 | 31 |
| Octal | 274 | 76 | 171 | 0 | 103 | 44 | 32 | 514 | 62 | 61 |
| Binary | 10111100 | 111110 | 1111001 | 0 | 1000011 | 100100 | 11010 | 101001100 | 110010 | 110001 |
Color Harmonies of #BC3E79
Complementary color
Monochromatic Colors of #BC3E79
Black with #BC3E79
Text Example
Text Example
White with #BC3E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3E79; }
p { color: rgb(188,62,121); }
H1.HeaderClassName
{
color: #BC3E79;
}
.AnyTagClassName
{
color: #BC3E79;
}
</style>
background-color css
<style>
a { background-color: #BC3E79; }
a { background-color: rgb(188,62,121); }
div.DivClassName
{
background-color: #BC3E79;
}
.BgClassName
{
background-color: #BC3E79;
}
</style>
border-color css
<style>
span { border-color: #BC3E79; }
span { border-color: rgb(188,62,121); }
td.TdClassName
{
border-color: #BC3E79;
}
.TagClassName
{
border-color: #BC3E79;
}
</style>