Shades of Royal Heath #BC3F72
Tints of Royal Heath #BC3F72
RGB
CMYK
RGB Variations
Color information
#BC3F72 (or 0xBC3F72) is known color: Royal Heath. HEX triplet: BC, 3F and 72. RGB value is (188,63,114). Sum of RGB (Red+Green+Blue) = 188+63+114=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 63 (25% from 255 or 17.26% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3F72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3F72 is #43C08D. Grayscale: #6A6A6A. Windows color (decimal): -4440206 or 7487420. OLE color: 7487420.
HSL color Cylindrical-coordinate representation of color #BC3F72: hue angle of 335.52º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC3F72 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 63 | 114 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.26 |
| HSL | 335.52º | 0.5% | 0.49% | - |
| HSV(B) | 335.52º | 0.66% | 0.74% | - |
| XYZ | 25.55 | 15.46 | 17.56 | - |
| YUV | 106.19 | 132.41 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 63 | 114 | 0 | 0.66 | 0.39 | 0.26 | 335.52 | 0.5 | 0.49 |
| Hex | BC | 3F | 72 | 0 | 42 | 27 | 1A | 150 | 32 | 31 |
| Octal | 274 | 77 | 162 | 0 | 102 | 47 | 32 | 520 | 62 | 61 |
| Binary | 10111100 | 111111 | 1110010 | 0 | 1000010 | 100111 | 11010 | 101010000 | 110010 | 110001 |
Color Harmonies of #BC3F72
Complementary color
Monochromatic Colors of #BC3F72
Black with #BC3F72
Text Example
Text Example
White with #BC3F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3F72; }
p { color: rgb(188,63,114); }
H1.HeaderClassName
{
color: #BC3F72;
}
.AnyTagClassName
{
color: #BC3F72;
}
</style>
background-color css
<style>
a { background-color: #BC3F72; }
a { background-color: rgb(188,63,114); }
div.DivClassName
{
background-color: #BC3F72;
}
.BgClassName
{
background-color: #BC3F72;
}
</style>
border-color css
<style>
span { border-color: #BC3F72; }
span { border-color: rgb(188,63,114); }
td.TdClassName
{
border-color: #BC3F72;
}
.TagClassName
{
border-color: #BC3F72;
}
</style>