Shades of Royal Heath #BC3E6E
Tints of Royal Heath #BC3E6E
RGB
CMYK
RGB Variations
Color information
#BC3E6E (or 0xBC3E6E) is known color: Royal Heath. HEX triplet: BC, 3E and 6E. RGB value is (188,62,110). Sum of RGB (Red+Green+Blue) = 188+62+110=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 62 (24.61% from 255 or 17.22% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3E6E is #43C191. Grayscale: #696969. Windows color (decimal): -4440466 or 7225020. OLE color: 7225020.
HSL color Cylindrical-coordinate representation of color #BC3E6E: hue angle of 337.14º 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 #BC3E6E is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 62 | 110 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.26 |
| HSL | 337.14º | 0.5% | 0.49% | - |
| HSV(B) | 337.14º | 0.67% | 0.74% | - |
| XYZ | 25.28 | 15.26 | 16.37 | - |
| YUV | 105.15 | 130.74 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 62 | 110 | 0 | 0.67 | 0.41 | 0.26 | 337.14 | 0.5 | 0.49 |
| Hex | BC | 3E | 6E | 0 | 43 | 29 | 1A | 151 | 32 | 31 |
| Octal | 274 | 76 | 156 | 0 | 103 | 51 | 32 | 521 | 62 | 61 |
| Binary | 10111100 | 111110 | 1101110 | 0 | 1000011 | 101001 | 11010 | 101010001 | 110010 | 110001 |
Color Harmonies of #BC3E6E
Complementary color
Monochromatic Colors of #BC3E6E
Black with #BC3E6E
Text Example
Text Example
White with #BC3E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3E6E; }
p { color: rgb(188,62,110); }
H1.HeaderClassName
{
color: #BC3E6E;
}
.AnyTagClassName
{
color: #BC3E6E;
}
</style>
background-color css
<style>
a { background-color: #BC3E6E; }
a { background-color: rgb(188,62,110); }
div.DivClassName
{
background-color: #BC3E6E;
}
.BgClassName
{
background-color: #BC3E6E;
}
</style>
border-color css
<style>
span { border-color: #BC3E6E; }
span { border-color: rgb(188,62,110); }
td.TdClassName
{
border-color: #BC3E6E;
}
.TagClassName
{
border-color: #BC3E6E;
}
</style>