Shades of Royal Heath #BC567A
Tints of Royal Heath #BC567A
RGB
CMYK
RGB Variations
Color information
#BC567A (or 0xBC567A) is known color: Royal Heath. HEX triplet: BC, 56 and 7A. RGB value is (188,86,122). Sum of RGB (Red+Green+Blue) = 188+86+122=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 86 (33.98% from 255 or 21.72% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC567A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC567A is #43A985. Grayscale: #787878. Windows color (decimal): -4434310 or 8017596. OLE color: 8017596.
HSL color Cylindrical-coordinate representation of color #BC567A: hue angle of 338.82º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC567A is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 86 | 122 | - |
| CMYK | 0 | 0.54 | 0.35 | 0.26 |
| HSL | 338.82º | 0.43% | 0.54% | - |
| HSV(B) | 338.82º | 0.54% | 0.74% | - |
| XYZ | 27.58 | 18.75 | 20.58 | - |
| YUV | 120.6 | 128.79 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 86 | 122 | 0 | 0.54 | 0.35 | 0.26 | 338.82 | 0.43 | 0.54 |
| Hex | BC | 56 | 7A | 0 | 36 | 23 | 1A | 153 | 2B | 36 |
| Octal | 274 | 126 | 172 | 0 | 66 | 43 | 32 | 523 | 53 | 66 |
| Binary | 10111100 | 1010110 | 1111010 | 0 | 110110 | 100011 | 11010 | 101010011 | 101011 | 110110 |
Color Harmonies of #BC567A
Complementary color
Monochromatic Colors of #BC567A
Black with #BC567A
Text Example
Text Example
White with #BC567A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC567A; }
p { color: rgb(188,86,122); }
H1.HeaderClassName
{
color: #BC567A;
}
.AnyTagClassName
{
color: #BC567A;
}
</style>
background-color css
<style>
a { background-color: #BC567A; }
a { background-color: rgb(188,86,122); }
div.DivClassName
{
background-color: #BC567A;
}
.BgClassName
{
background-color: #BC567A;
}
</style>
border-color css
<style>
span { border-color: #BC567A; }
span { border-color: rgb(188,86,122); }
td.TdClassName
{
border-color: #BC567A;
}
.TagClassName
{
border-color: #BC567A;
}
</style>