Shades of Royal Heath #BF577D
Tints of Royal Heath #BF577D
RGB
CMYK
RGB Variations
Color information
#BF577D (or 0xBF577D) is known color: Royal Heath. HEX triplet: BF, 57 and 7D. RGB value is (191,87,125). Sum of RGB (Red+Green+Blue) = 191+87+125=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 87 (34.38% from 255 or 21.59% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF577D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF577D is #40A882. Grayscale: #7A7A7A. Windows color (decimal): -4237443 or 8214463. OLE color: 8214463.
HSL color Cylindrical-coordinate representation of color #BF577D: hue angle of 338.08º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF577D is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 87 | 125 | - |
| CMYK | 0 | 0.54 | 0.35 | 0.25 |
| HSL | 338.08º | 0.45% | 0.55% | - |
| HSV(B) | 338.08º | 0.54% | 0.75% | - |
| XYZ | 28.6 | 19.37 | 21.63 | - |
| YUV | 122.43 | 129.46 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 87 | 125 | 0 | 0.54 | 0.35 | 0.25 | 338.08 | 0.45 | 0.55 |
| Hex | BF | 57 | 7D | 0 | 36 | 23 | 19 | 152 | 2D | 37 |
| Octal | 277 | 127 | 175 | 0 | 66 | 43 | 31 | 522 | 55 | 67 |
| Binary | 10111111 | 1010111 | 1111101 | 0 | 110110 | 100011 | 11001 | 101010010 | 101101 | 110111 |
Color Harmonies of #BF577D
Complementary color
Monochromatic Colors of #BF577D
Black with #BF577D
Text Example
Text Example
White with #BF577D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF577D; }
p { color: rgb(191,87,125); }
H1.HeaderClassName
{
color: #BF577D;
}
.AnyTagClassName
{
color: #BF577D;
}
</style>
background-color css
<style>
a { background-color: #BF577D; }
a { background-color: rgb(191,87,125); }
div.DivClassName
{
background-color: #BF577D;
}
.BgClassName
{
background-color: #BF577D;
}
</style>
border-color css
<style>
span { border-color: #BF577D; }
span { border-color: rgb(191,87,125); }
td.TdClassName
{
border-color: #BF577D;
}
.TagClassName
{
border-color: #BF577D;
}
</style>