Shades of Royal Heath #BC3E75
Tints of Royal Heath #BC3E75
RGB
CMYK
RGB Variations
Color information
#BC3E75 (or 0xBC3E75) is known color: Royal Heath. HEX triplet: BC, 3E and 75. RGB value is (188,62,117). Sum of RGB (Red+Green+Blue) = 188+62+117=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 62 (24.61% from 255 or 16.89% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3E75 is #43C18A. Grayscale: #696969. Windows color (decimal): -4440459 or 7683772. OLE color: 7683772.
HSL color Cylindrical-coordinate representation of color #BC3E75: hue angle of 333.81º 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 #BC3E75 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 62 | 117 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.26 |
| HSL | 333.81º | 0.5% | 0.49% | - |
| HSV(B) | 333.81º | 0.67% | 0.74% | - |
| XYZ | 25.67 | 15.42 | 18.45 | - |
| YUV | 105.94 | 134.24 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 62 | 117 | 0 | 0.67 | 0.38 | 0.26 | 333.81 | 0.5 | 0.49 |
| Hex | BC | 3E | 75 | 0 | 43 | 26 | 1A | 14E | 32 | 31 |
| Octal | 274 | 76 | 165 | 0 | 103 | 46 | 32 | 516 | 62 | 61 |
| Binary | 10111100 | 111110 | 1110101 | 0 | 1000011 | 100110 | 11010 | 101001110 | 110010 | 110001 |
Color Harmonies of #BC3E75
Complementary color
Monochromatic Colors of #BC3E75
Black with #BC3E75
Text Example
Text Example
White with #BC3E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3E75; }
p { color: rgb(188,62,117); }
H1.HeaderClassName
{
color: #BC3E75;
}
.AnyTagClassName
{
color: #BC3E75;
}
</style>
background-color css
<style>
a { background-color: #BC3E75; }
a { background-color: rgb(188,62,117); }
div.DivClassName
{
background-color: #BC3E75;
}
.BgClassName
{
background-color: #BC3E75;
}
</style>
border-color css
<style>
span { border-color: #BC3E75; }
span { border-color: rgb(188,62,117); }
td.TdClassName
{
border-color: #BC3E75;
}
.TagClassName
{
border-color: #BC3E75;
}
</style>