Shades of Royal Heath #BF5B7E
Tints of Royal Heath #BF5B7E
RGB
CMYK
RGB Variations
Color information
#BF5B7E (or 0xBF5B7E) is known color: Royal Heath. HEX triplet: BF, 5B and 7E. RGB value is (191,91,126). Sum of RGB (Red+Green+Blue) = 191+91+126=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 126 (49.61% from 255 or 30.88% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5B7E is #40A481. Grayscale: #7C7C7C. Windows color (decimal): -4236418 or 8281023. OLE color: 8281023.
HSL color Cylindrical-coordinate representation of color #BF5B7E: hue angle of 339º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF5B7E is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 91 | 126 | - |
| CMYK | 0 | 0.52 | 0.34 | 0.25 |
| HSL | 339º | 0.44% | 0.55% | - |
| HSV(B) | 339º | 0.52% | 0.75% | - |
| XYZ | 28.99 | 20.06 | 22.08 | - |
| YUV | 124.89 | 128.63 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 91 | 126 | 0 | 0.52 | 0.34 | 0.25 | 339 | 0.44 | 0.55 |
| Hex | BF | 5B | 7E | 0 | 34 | 22 | 19 | 153 | 2C | 37 |
| Octal | 277 | 133 | 176 | 0 | 64 | 42 | 31 | 523 | 54 | 67 |
| Binary | 10111111 | 1011011 | 1111110 | 0 | 110100 | 100010 | 11001 | 101010011 | 101100 | 110111 |
Color Harmonies of #BF5B7E
Complementary color
Monochromatic Colors of #BF5B7E
Black with #BF5B7E
Text Example
Text Example
White with #BF5B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5B7E; }
p { color: rgb(191,91,126); }
H1.HeaderClassName
{
color: #BF5B7E;
}
.AnyTagClassName
{
color: #BF5B7E;
}
</style>
background-color css
<style>
a { background-color: #BF5B7E; }
a { background-color: rgb(191,91,126); }
div.DivClassName
{
background-color: #BF5B7E;
}
.BgClassName
{
background-color: #BF5B7E;
}
</style>
border-color css
<style>
span { border-color: #BF5B7E; }
span { border-color: rgb(191,91,126); }
td.TdClassName
{
border-color: #BF5B7E;
}
.TagClassName
{
border-color: #BF5B7E;
}
</style>