Shades of Royal Heath #BC3C6C
Tints of Royal Heath #BC3C6C
RGB
CMYK
RGB Variations
Color information
#BC3C6C (or 0xBC3C6C) is known color: Royal Heath. HEX triplet: BC, 3C and 6C. RGB value is (188,60,108). Sum of RGB (Red+Green+Blue) = 188+60+108=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 60 (23.83% from 255 or 16.85% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3C6C is #43C393. Grayscale: #676767. Windows color (decimal): -4440980 or 7093436. OLE color: 7093436.
HSL color Cylindrical-coordinate representation of color #BC3C6C: hue angle of 337.5º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC3C6C is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 60 | 108 | - |
| CMYK | 0 | 0.68 | 0.43 | 0.26 |
| HSL | 337.5º | 0.52% | 0.49% | - |
| HSV(B) | 337.5º | 0.68% | 0.74% | - |
| XYZ | 25.06 | 15.01 | 15.76 | - |
| YUV | 103.74 | 130.41 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 60 | 108 | 0 | 0.68 | 0.43 | 0.26 | 337.5 | 0.52 | 0.49 |
| Hex | BC | 3C | 6C | 0 | 44 | 2B | 1A | 152 | 34 | 31 |
| Octal | 274 | 74 | 154 | 0 | 104 | 53 | 32 | 522 | 64 | 61 |
| Binary | 10111100 | 111100 | 1101100 | 0 | 1000100 | 101011 | 11010 | 101010010 | 110100 | 110001 |
Color Harmonies of #BC3C6C
Complementary color
Monochromatic Colors of #BC3C6C
Black with #BC3C6C
Text Example
Text Example
White with #BC3C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3C6C; }
p { color: rgb(188,60,108); }
H1.HeaderClassName
{
color: #BC3C6C;
}
.AnyTagClassName
{
color: #BC3C6C;
}
</style>
background-color css
<style>
a { background-color: #BC3C6C; }
a { background-color: rgb(188,60,108); }
div.DivClassName
{
background-color: #BC3C6C;
}
.BgClassName
{
background-color: #BC3C6C;
}
</style>
border-color css
<style>
span { border-color: #BC3C6C; }
span { border-color: rgb(188,60,108); }
td.TdClassName
{
border-color: #BC3C6C;
}
.TagClassName
{
border-color: #BC3C6C;
}
</style>