Shades of Royal Heath #BF5C7E
Tints of Royal Heath #BF5C7E
RGB
CMYK
RGB Variations
Color information
#BF5C7E (or 0xBF5C7E) is known color: Royal Heath. HEX triplet: BF, 5C and 7E. RGB value is (191,92,126). Sum of RGB (Red+Green+Blue) = 191+92+126=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5C7E is #40A381. Grayscale: #7D7D7D. Windows color (decimal): -4236162 or 8281279. OLE color: 8281279.
HSL color Cylindrical-coordinate representation of color #BF5C7E: hue angle of 339.39º 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 #BF5C7E is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 92 | 126 | - |
| CMYK | 0 | 0.52 | 0.34 | 0.25 |
| HSL | 339.39º | 0.44% | 0.55% | - |
| HSV(B) | 339.39º | 0.52% | 0.75% | - |
| XYZ | 29.08 | 20.24 | 22.11 | - |
| YUV | 125.48 | 128.3 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 92 | 126 | 0 | 0.52 | 0.34 | 0.25 | 339.39 | 0.44 | 0.55 |
| Hex | BF | 5C | 7E | 0 | 34 | 22 | 19 | 153 | 2C | 37 |
| Octal | 277 | 134 | 176 | 0 | 64 | 42 | 31 | 523 | 54 | 67 |
| Binary | 10111111 | 1011100 | 1111110 | 0 | 110100 | 100010 | 11001 | 101010011 | 101100 | 110111 |
Color Harmonies of #BF5C7E
Complementary color
Monochromatic Colors of #BF5C7E
Black with #BF5C7E
Text Example
Text Example
White with #BF5C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5C7E; }
p { color: rgb(191,92,126); }
H1.HeaderClassName
{
color: #BF5C7E;
}
.AnyTagClassName
{
color: #BF5C7E;
}
</style>
background-color css
<style>
a { background-color: #BF5C7E; }
a { background-color: rgb(191,92,126); }
div.DivClassName
{
background-color: #BF5C7E;
}
.BgClassName
{
background-color: #BF5C7E;
}
</style>
border-color css
<style>
span { border-color: #BF5C7E; }
span { border-color: rgb(191,92,126); }
td.TdClassName
{
border-color: #BF5C7E;
}
.TagClassName
{
border-color: #BF5C7E;
}
</style>