Shades of Royal Heath #BC416D
Tints of Royal Heath #BC416D
RGB
CMYK
RGB Variations
Color information
#BC416D (or 0xBC416D) is known color: Royal Heath. HEX triplet: BC, 41 and 6D. RGB value is (188,65,109). Sum of RGB (Red+Green+Blue) = 188+65+109=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC416D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC416D is #43BE92. Grayscale: #6A6A6A. Windows color (decimal): -4439699 or 7160252. OLE color: 7160252.
HSL color Cylindrical-coordinate representation of color #BC416D: hue angle of 338.54º 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 #BC416D is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 65 | 109 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.26 |
| HSL | 338.54º | 0.49% | 0.5% | - |
| HSV(B) | 338.54º | 0.65% | 0.74% | - |
| XYZ | 25.39 | 15.58 | 16.14 | - |
| YUV | 106.79 | 129.25 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 109 | 0 | 0.65 | 0.42 | 0.26 | 338.54 | 0.49 | 0.5 |
| Hex | BC | 41 | 6D | 0 | 41 | 2A | 1A | 153 | 31 | 32 |
| Octal | 274 | 101 | 155 | 0 | 101 | 52 | 32 | 523 | 61 | 62 |
| Binary | 10111100 | 1000001 | 1101101 | 0 | 1000001 | 101010 | 11010 | 101010011 | 110001 | 110010 |
Color Harmonies of #BC416D
Complementary color
Monochromatic Colors of #BC416D
Black with #BC416D
Text Example
Text Example
White with #BC416D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC416D; }
p { color: rgb(188,65,109); }
H1.HeaderClassName
{
color: #BC416D;
}
.AnyTagClassName
{
color: #BC416D;
}
</style>
background-color css
<style>
a { background-color: #BC416D; }
a { background-color: rgb(188,65,109); }
div.DivClassName
{
background-color: #BC416D;
}
.BgClassName
{
background-color: #BC416D;
}
</style>
border-color css
<style>
span { border-color: #BC416D; }
span { border-color: rgb(188,65,109); }
td.TdClassName
{
border-color: #BC416D;
}
.TagClassName
{
border-color: #BC416D;
}
</style>