Shades of Royal Heath #BC437D
Tints of Royal Heath #BC437D
RGB
CMYK
RGB Variations
Color information
#BC437D (or 0xBC437D) is known color: Royal Heath. HEX triplet: BC, 43 and 7D. RGB value is (188,67,125). Sum of RGB (Red+Green+Blue) = 188+67+125=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 67 (26.56% from 255 or 17.63% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC437D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC437D is #43BC82. Grayscale: #6D6D6D. Windows color (decimal): -4439171 or 8209340. OLE color: 8209340.
HSL color Cylindrical-coordinate representation of color #BC437D: hue angle of 331.24º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC437D is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 125 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.26 |
| HSL | 331.24º | 0.47% | 0.5% | - |
| HSV(B) | 331.24º | 0.64% | 0.74% | - |
| XYZ | 26.45 | 16.19 | 21.13 | - |
| YUV | 109.79 | 136.59 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 125 | 0 | 0.64 | 0.34 | 0.26 | 331.24 | 0.47 | 0.5 |
| Hex | BC | 43 | 7D | 0 | 40 | 22 | 1A | 14B | 2F | 32 |
| Octal | 274 | 103 | 175 | 0 | 100 | 42 | 32 | 513 | 57 | 62 |
| Binary | 10111100 | 1000011 | 1111101 | 0 | 1000000 | 100010 | 11010 | 101001011 | 101111 | 110010 |
Color Harmonies of #BC437D
Complementary color
Monochromatic Colors of #BC437D
Black with #BC437D
Text Example
Text Example
White with #BC437D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC437D; }
p { color: rgb(188,67,125); }
H1.HeaderClassName
{
color: #BC437D;
}
.AnyTagClassName
{
color: #BC437D;
}
</style>
background-color css
<style>
a { background-color: #BC437D; }
a { background-color: rgb(188,67,125); }
div.DivClassName
{
background-color: #BC437D;
}
.BgClassName
{
background-color: #BC437D;
}
</style>
border-color css
<style>
span { border-color: #BC437D; }
span { border-color: rgb(188,67,125); }
td.TdClassName
{
border-color: #BC437D;
}
.TagClassName
{
border-color: #BC437D;
}
</style>