Shades of Royal Heath #BC507D
Tints of Royal Heath #BC507D
RGB
CMYK
RGB Variations
Color information
#BC507D (or 0xBC507D) is known color: Royal Heath. HEX triplet: BC, 50 and 7D. RGB value is (188,80,125). Sum of RGB (Red+Green+Blue) = 188+80+125=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC507D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC507D is #43AF82. Grayscale: #757575. Windows color (decimal): -4435843 or 8212668. OLE color: 8212668.
HSL color Cylindrical-coordinate representation of color #BC507D: hue angle of 335º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC507D is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 125 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.26 |
| HSL | 335º | 0.45% | 0.53% | - |
| HSV(B) | 335º | 0.57% | 0.74% | - |
| XYZ | 27.31 | 17.91 | 21.42 | - |
| YUV | 117.42 | 132.28 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 125 | 0 | 0.57 | 0.34 | 0.26 | 335 | 0.45 | 0.53 |
| Hex | BC | 50 | 7D | 0 | 39 | 22 | 1A | 14F | 2D | 35 |
| Octal | 274 | 120 | 175 | 0 | 71 | 42 | 32 | 517 | 55 | 65 |
| Binary | 10111100 | 1010000 | 1111101 | 0 | 111001 | 100010 | 11010 | 101001111 | 101101 | 110101 |
Color Harmonies of #BC507D
Complementary color
Monochromatic Colors of #BC507D
Black with #BC507D
Text Example
Text Example
White with #BC507D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC507D; }
p { color: rgb(188,80,125); }
H1.HeaderClassName
{
color: #BC507D;
}
.AnyTagClassName
{
color: #BC507D;
}
</style>
background-color css
<style>
a { background-color: #BC507D; }
a { background-color: rgb(188,80,125); }
div.DivClassName
{
background-color: #BC507D;
}
.BgClassName
{
background-color: #BC507D;
}
</style>
border-color css
<style>
span { border-color: #BC507D; }
span { border-color: rgb(188,80,125); }
td.TdClassName
{
border-color: #BC507D;
}
.TagClassName
{
border-color: #BC507D;
}
</style>