Shades of Royal Heath #BC416B
Tints of Royal Heath #BC416B
RGB
CMYK
RGB Variations
Color information
#BC416B (or 0xBC416B) is known color: Royal Heath. HEX triplet: BC, 41 and 6B. RGB value is (188,65,107). Sum of RGB (Red+Green+Blue) = 188+65+107=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC416B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC416B is #43BE94. Grayscale: #6A6A6A. Windows color (decimal): -4439701 or 7029180. OLE color: 7029180.
HSL color Cylindrical-coordinate representation of color #BC416B: hue angle of 339.51º 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 #BC416B is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 65 | 107 | - |
| CMYK | 0 | 0.65 | 0.43 | 0.26 |
| HSL | 339.51º | 0.49% | 0.5% | - |
| HSV(B) | 339.51º | 0.65% | 0.74% | - |
| XYZ | 25.28 | 15.53 | 15.58 | - |
| YUV | 106.57 | 128.25 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 107 | 0 | 0.65 | 0.43 | 0.26 | 339.51 | 0.49 | 0.5 |
| Hex | BC | 41 | 6B | 0 | 41 | 2B | 1A | 154 | 31 | 32 |
| Octal | 274 | 101 | 153 | 0 | 101 | 53 | 32 | 524 | 61 | 62 |
| Binary | 10111100 | 1000001 | 1101011 | 0 | 1000001 | 101011 | 11010 | 101010100 | 110001 | 110010 |
Color Harmonies of #BC416B
Complementary color
Monochromatic Colors of #BC416B
Black with #BC416B
Text Example
Text Example
White with #BC416B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC416B; }
p { color: rgb(188,65,107); }
H1.HeaderClassName
{
color: #BC416B;
}
.AnyTagClassName
{
color: #BC416B;
}
</style>
background-color css
<style>
a { background-color: #BC416B; }
a { background-color: rgb(188,65,107); }
div.DivClassName
{
background-color: #BC416B;
}
.BgClassName
{
background-color: #BC416B;
}
</style>
border-color css
<style>
span { border-color: #BC416B; }
span { border-color: rgb(188,65,107); }
td.TdClassName
{
border-color: #BC416B;
}
.TagClassName
{
border-color: #BC416B;
}
</style>