Shades of Royal Heath #BC537E
Tints of Royal Heath #BC537E
RGB
CMYK
RGB Variations
Color information
#BC537E (or 0xBC537E) is known color: Royal Heath. HEX triplet: BC, 53 and 7E. RGB value is (188,83,126). Sum of RGB (Red+Green+Blue) = 188+83+126=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC537E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC537E is #43AC81. Grayscale: #777777. Windows color (decimal): -4435074 or 8278972. OLE color: 8278972.
HSL color Cylindrical-coordinate representation of color #BC537E: hue angle of 335.43º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC537E is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 83 | 126 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.26 |
| HSL | 335.43º | 0.44% | 0.53% | - |
| HSV(B) | 335.43º | 0.56% | 0.74% | - |
| XYZ | 27.6 | 18.38 | 21.83 | - |
| YUV | 119.3 | 131.79 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 126 | 0 | 0.56 | 0.33 | 0.26 | 335.43 | 0.44 | 0.53 |
| Hex | BC | 53 | 7E | 0 | 38 | 21 | 1A | 14F | 2C | 35 |
| Octal | 274 | 123 | 176 | 0 | 70 | 41 | 32 | 517 | 54 | 65 |
| Binary | 10111100 | 1010011 | 1111110 | 0 | 111000 | 100001 | 11010 | 101001111 | 101100 | 110101 |
Color Harmonies of #BC537E
Complementary color
Monochromatic Colors of #BC537E
Black with #BC537E
Text Example
Text Example
White with #BC537E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC537E; }
p { color: rgb(188,83,126); }
H1.HeaderClassName
{
color: #BC537E;
}
.AnyTagClassName
{
color: #BC537E;
}
</style>
background-color css
<style>
a { background-color: #BC537E; }
a { background-color: rgb(188,83,126); }
div.DivClassName
{
background-color: #BC537E;
}
.BgClassName
{
background-color: #BC537E;
}
</style>
border-color css
<style>
span { border-color: #BC537E; }
span { border-color: rgb(188,83,126); }
td.TdClassName
{
border-color: #BC537E;
}
.TagClassName
{
border-color: #BC537E;
}
</style>