Shades of Royal Heath #BC4172
Tints of Royal Heath #BC4172
RGB
CMYK
RGB Variations
Color information
#BC4172 (or 0xBC4172) is known color: Royal Heath. HEX triplet: BC, 41 and 72. RGB value is (188,65,114). Sum of RGB (Red+Green+Blue) = 188+65+114=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4172 is #43BE8D. Grayscale: #6B6B6B. Windows color (decimal): -4439694 or 7487932. OLE color: 7487932.
HSL color Cylindrical-coordinate representation of color #BC4172: hue angle of 336.1º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC4172 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 65 | 114 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.26 |
| HSL | 336.1º | 0.49% | 0.5% | - |
| HSV(B) | 336.1º | 0.65% | 0.74% | - |
| XYZ | 25.67 | 15.69 | 17.59 | - |
| YUV | 107.36 | 131.75 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 114 | 0 | 0.65 | 0.39 | 0.26 | 336.1 | 0.49 | 0.5 |
| Hex | BC | 41 | 72 | 0 | 41 | 27 | 1A | 150 | 31 | 32 |
| Octal | 274 | 101 | 162 | 0 | 101 | 47 | 32 | 520 | 61 | 62 |
| Binary | 10111100 | 1000001 | 1110010 | 0 | 1000001 | 100111 | 11010 | 101010000 | 110001 | 110010 |
Color Harmonies of #BC4172
Complementary color
Monochromatic Colors of #BC4172
Black with #BC4172
Text Example
Text Example
White with #BC4172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4172; }
p { color: rgb(188,65,114); }
H1.HeaderClassName
{
color: #BC4172;
}
.AnyTagClassName
{
color: #BC4172;
}
</style>
background-color css
<style>
a { background-color: #BC4172; }
a { background-color: rgb(188,65,114); }
div.DivClassName
{
background-color: #BC4172;
}
.BgClassName
{
background-color: #BC4172;
}
</style>
border-color css
<style>
span { border-color: #BC4172; }
span { border-color: rgb(188,65,114); }
td.TdClassName
{
border-color: #BC4172;
}
.TagClassName
{
border-color: #BC4172;
}
</style>