Shades of Royal Heath #BC537B
Tints of Royal Heath #BC537B
RGB
CMYK
RGB Variations
Color information
#BC537B (or 0xBC537B) is known color: Royal Heath. HEX triplet: BC, 53 and 7B. RGB value is (188,83,123). Sum of RGB (Red+Green+Blue) = 188+83+123=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC537B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC537B is #43AC84. Grayscale: #767676. Windows color (decimal): -4435077 or 8082364. OLE color: 8082364.
HSL color Cylindrical-coordinate representation of color #BC537B: hue angle of 337.14º 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 #BC537B is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 83 | 123 | - |
| CMYK | 0 | 0.56 | 0.35 | 0.26 |
| HSL | 337.14º | 0.44% | 0.53% | - |
| HSV(B) | 337.14º | 0.56% | 0.74% | - |
| XYZ | 27.41 | 18.31 | 20.83 | - |
| YUV | 118.96 | 130.29 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 123 | 0 | 0.56 | 0.35 | 0.26 | 337.14 | 0.44 | 0.53 |
| Hex | BC | 53 | 7B | 0 | 38 | 23 | 1A | 151 | 2C | 35 |
| Octal | 274 | 123 | 173 | 0 | 70 | 43 | 32 | 521 | 54 | 65 |
| Binary | 10111100 | 1010011 | 1111011 | 0 | 111000 | 100011 | 11010 | 101010001 | 101100 | 110101 |
Color Harmonies of #BC537B
Complementary color
Monochromatic Colors of #BC537B
Black with #BC537B
Text Example
Text Example
White with #BC537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC537B; }
p { color: rgb(188,83,123); }
H1.HeaderClassName
{
color: #BC537B;
}
.AnyTagClassName
{
color: #BC537B;
}
</style>
background-color css
<style>
a { background-color: #BC537B; }
a { background-color: rgb(188,83,123); }
div.DivClassName
{
background-color: #BC537B;
}
.BgClassName
{
background-color: #BC537B;
}
</style>
border-color css
<style>
span { border-color: #BC537B; }
span { border-color: rgb(188,83,123); }
td.TdClassName
{
border-color: #BC537B;
}
.TagClassName
{
border-color: #BC537B;
}
</style>