Shades of Royal Heath #BC406B
Tints of Royal Heath #BC406B
RGB
CMYK
RGB Variations
Color information
#BC406B (or 0xBC406B) is known color: Royal Heath. HEX triplet: BC, 40 and 6B. RGB value is (188,64,107). Sum of RGB (Red+Green+Blue) = 188+64+107=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC406B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC406B is #43BF94. Grayscale: #696969. Windows color (decimal): -4439957 or 7028924. OLE color: 7028924.
HSL color Cylindrical-coordinate representation of color #BC406B: hue angle of 339.19º degrees, saturation: 0.49, 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 #BC406B is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 107 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.26 |
| HSL | 339.19º | 0.49% | 0.49% | - |
| HSV(B) | 339.19º | 0.66% | 0.74% | - |
| XYZ | 25.23 | 15.42 | 15.56 | - |
| YUV | 105.98 | 128.58 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 107 | 0 | 0.66 | 0.43 | 0.26 | 339.19 | 0.49 | 0.49 |
| Hex | BC | 40 | 6B | 0 | 42 | 2B | 1A | 153 | 31 | 31 |
| Octal | 274 | 100 | 153 | 0 | 102 | 53 | 32 | 523 | 61 | 61 |
| Binary | 10111100 | 1000000 | 1101011 | 0 | 1000010 | 101011 | 11010 | 101010011 | 110001 | 110001 |
Color Harmonies of #BC406B
Complementary color
Monochromatic Colors of #BC406B
Black with #BC406B
Text Example
Text Example
White with #BC406B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC406B; }
p { color: rgb(188,64,107); }
H1.HeaderClassName
{
color: #BC406B;
}
.AnyTagClassName
{
color: #BC406B;
}
</style>
background-color css
<style>
a { background-color: #BC406B; }
a { background-color: rgb(188,64,107); }
div.DivClassName
{
background-color: #BC406B;
}
.BgClassName
{
background-color: #BC406B;
}
</style>
border-color css
<style>
span { border-color: #BC406B; }
span { border-color: rgb(188,64,107); }
td.TdClassName
{
border-color: #BC406B;
}
.TagClassName
{
border-color: #BC406B;
}
</style>