Shades of Royal Heath #BC437B
Tints of Royal Heath #BC437B
RGB
CMYK
RGB Variations
Color information
#BC437B (or 0xBC437B) is known color: Royal Heath. HEX triplet: BC, 43 and 7B. RGB value is (188,67,123). Sum of RGB (Red+Green+Blue) = 188+67+123=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 67 (26.56% from 255 or 17.72% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC437B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC437B is #43BC84. Grayscale: #6D6D6D. Windows color (decimal): -4439173 or 8078268. OLE color: 8078268.
HSL color Cylindrical-coordinate representation of color #BC437B: hue angle of 332.23º 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 #BC437B is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 123 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.26 |
| HSL | 332.23º | 0.47% | 0.5% | - |
| HSV(B) | 332.23º | 0.64% | 0.74% | - |
| XYZ | 26.32 | 16.14 | 20.47 | - |
| YUV | 109.56 | 135.59 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 123 | 0 | 0.64 | 0.35 | 0.26 | 332.23 | 0.47 | 0.5 |
| Hex | BC | 43 | 7B | 0 | 40 | 23 | 1A | 14C | 2F | 32 |
| Octal | 274 | 103 | 173 | 0 | 100 | 43 | 32 | 514 | 57 | 62 |
| Binary | 10111100 | 1000011 | 1111011 | 0 | 1000000 | 100011 | 11010 | 101001100 | 101111 | 110010 |
Color Harmonies of #BC437B
Complementary color
Monochromatic Colors of #BC437B
Black with #BC437B
Text Example
Text Example
White with #BC437B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC437B; }
p { color: rgb(188,67,123); }
H1.HeaderClassName
{
color: #BC437B;
}
.AnyTagClassName
{
color: #BC437B;
}
</style>
background-color css
<style>
a { background-color: #BC437B; }
a { background-color: rgb(188,67,123); }
div.DivClassName
{
background-color: #BC437B;
}
.BgClassName
{
background-color: #BC437B;
}
</style>
border-color css
<style>
span { border-color: #BC437B; }
span { border-color: rgb(188,67,123); }
td.TdClassName
{
border-color: #BC437B;
}
.TagClassName
{
border-color: #BC437B;
}
</style>