Shades of Royal Heath #BC5380
Tints of Royal Heath #BC5380
RGB
CMYK
RGB Variations
Color information
#BC5380 (or 0xBC5380) is known color: Royal Heath. HEX triplet: BC, 53 and 80. RGB value is (188,83,128). Sum of RGB (Red+Green+Blue) = 188+83+128=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 83 (32.81% from 255 or 20.80% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5380 is #43AC7F. Grayscale: #777777. Windows color (decimal): -4435072 or 8410044. OLE color: 8410044.
HSL color Cylindrical-coordinate representation of color #BC5380: hue angle of 334.29º 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 #BC5380 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 83 | 128 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.26 |
| HSL | 334.29º | 0.44% | 0.53% | - |
| HSV(B) | 334.29º | 0.56% | 0.74% | - |
| XYZ | 27.73 | 18.44 | 22.52 | - |
| YUV | 119.53 | 132.79 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 128 | 0 | 0.56 | 0.32 | 0.26 | 334.29 | 0.44 | 0.53 |
| Hex | BC | 53 | 80 | 0 | 38 | 20 | 1A | 14E | 2C | 35 |
| Octal | 274 | 123 | 200 | 0 | 70 | 40 | 32 | 516 | 54 | 65 |
| Binary | 10111100 | 1010011 | 10000000 | 0 | 111000 | 100000 | 11010 | 101001110 | 101100 | 110101 |
Color Harmonies of #BC5380
Complementary color
Monochromatic Colors of #BC5380
Black with #BC5380
Text Example
Text Example
White with #BC5380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5380; }
p { color: rgb(188,83,128); }
H1.HeaderClassName
{
color: #BC5380;
}
.AnyTagClassName
{
color: #BC5380;
}
</style>
background-color css
<style>
a { background-color: #BC5380; }
a { background-color: rgb(188,83,128); }
div.DivClassName
{
background-color: #BC5380;
}
.BgClassName
{
background-color: #BC5380;
}
</style>
border-color css
<style>
span { border-color: #BC5380; }
span { border-color: rgb(188,83,128); }
td.TdClassName
{
border-color: #BC5380;
}
.TagClassName
{
border-color: #BC5380;
}
</style>