Shades of Royal Heath #BC3E6A
Tints of Royal Heath #BC3E6A
RGB
CMYK
RGB Variations
Color information
#BC3E6A (or 0xBC3E6A) is known color: Royal Heath. HEX triplet: BC, 3E and 6A. RGB value is (188,62,106). Sum of RGB (Red+Green+Blue) = 188+62+106=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 62 (24.61% from 255 or 17.42% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3E6A is #43C195. Grayscale: #686868. Windows color (decimal): -4440470 or 6962876. OLE color: 6962876.
HSL color Cylindrical-coordinate representation of color #BC3E6A: hue angle of 339.05º 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 #BC3E6A is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 62 | 106 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.26 |
| HSL | 339.05º | 0.5% | 0.49% | - |
| HSV(B) | 339.05º | 0.67% | 0.74% | - |
| XYZ | 25.06 | 15.18 | 15.24 | - |
| YUV | 104.69 | 128.74 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 62 | 106 | 0 | 0.67 | 0.44 | 0.26 | 339.05 | 0.5 | 0.49 |
| Hex | BC | 3E | 6A | 0 | 43 | 2C | 1A | 153 | 32 | 31 |
| Octal | 274 | 76 | 152 | 0 | 103 | 54 | 32 | 523 | 62 | 61 |
| Binary | 10111100 | 111110 | 1101010 | 0 | 1000011 | 101100 | 11010 | 101010011 | 110010 | 110001 |
Color Harmonies of #BC3E6A
Complementary color
Monochromatic Colors of #BC3E6A
Black with #BC3E6A
Text Example
Text Example
White with #BC3E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3E6A; }
p { color: rgb(188,62,106); }
H1.HeaderClassName
{
color: #BC3E6A;
}
.AnyTagClassName
{
color: #BC3E6A;
}
</style>
background-color css
<style>
a { background-color: #BC3E6A; }
a { background-color: rgb(188,62,106); }
div.DivClassName
{
background-color: #BC3E6A;
}
.BgClassName
{
background-color: #BC3E6A;
}
</style>
border-color css
<style>
span { border-color: #BC3E6A; }
span { border-color: rgb(188,62,106); }
td.TdClassName
{
border-color: #BC3E6A;
}
.TagClassName
{
border-color: #BC3E6A;
}
</style>