Shades of Royal Heath #BF507A
Tints of Royal Heath #BF507A
RGB
CMYK
RGB Variations
Color information
#BF507A (or 0xBF507A) is known color: Royal Heath. HEX triplet: BF, 50 and 7A. RGB value is (191,80,122). Sum of RGB (Red+Green+Blue) = 191+80+122=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF507A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF507A is #40AF85. Grayscale: #757575. Windows color (decimal): -4239238 or 8016063. OLE color: 8016063.
HSL color Cylindrical-coordinate representation of color #BF507A: hue angle of 337.3º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF507A is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 80 | 122 | - |
| CMYK | 0 | 0.58 | 0.36 | 0.25 |
| HSL | 337.3º | 0.46% | 0.53% | - |
| HSV(B) | 337.3º | 0.58% | 0.75% | - |
| XYZ | 27.87 | 18.22 | 20.46 | - |
| YUV | 117.98 | 130.27 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 80 | 122 | 0 | 0.58 | 0.36 | 0.25 | 337.3 | 0.46 | 0.53 |
| Hex | BF | 50 | 7A | 0 | 3A | 24 | 19 | 151 | 2E | 35 |
| Octal | 277 | 120 | 172 | 0 | 72 | 44 | 31 | 521 | 56 | 65 |
| Binary | 10111111 | 1010000 | 1111010 | 0 | 111010 | 100100 | 11001 | 101010001 | 101110 | 110101 |
Color Harmonies of #BF507A
Complementary color
Monochromatic Colors of #BF507A
Black with #BF507A
Text Example
Text Example
White with #BF507A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF507A; }
p { color: rgb(191,80,122); }
H1.HeaderClassName
{
color: #BF507A;
}
.AnyTagClassName
{
color: #BF507A;
}
</style>
background-color css
<style>
a { background-color: #BF507A; }
a { background-color: rgb(191,80,122); }
div.DivClassName
{
background-color: #BF507A;
}
.BgClassName
{
background-color: #BF507A;
}
</style>
border-color css
<style>
span { border-color: #BF507A; }
span { border-color: rgb(191,80,122); }
td.TdClassName
{
border-color: #BF507A;
}
.TagClassName
{
border-color: #BF507A;
}
</style>