Shades of Royal Heath #BF557B
Tints of Royal Heath #BF557B
RGB
CMYK
RGB Variations
Color information
#BF557B (or 0xBF557B) is known color: Royal Heath. HEX triplet: BF, 55 and 7B. RGB value is (191,85,123). Sum of RGB (Red+Green+Blue) = 191+85+123=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF557B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF557B is #40AA84. Grayscale: #787878. Windows color (decimal): -4237957 or 8082879. OLE color: 8082879.
HSL color Cylindrical-coordinate representation of color #BF557B: hue angle of 338.49º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF557B is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 85 | 123 | - |
| CMYK | 0 | 0.55 | 0.36 | 0.25 |
| HSL | 338.49º | 0.45% | 0.54% | - |
| HSV(B) | 338.49º | 0.55% | 0.75% | - |
| XYZ | 28.31 | 19 | 20.91 | - |
| YUV | 121.03 | 129.12 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 85 | 123 | 0 | 0.55 | 0.36 | 0.25 | 338.49 | 0.45 | 0.54 |
| Hex | BF | 55 | 7B | 0 | 37 | 24 | 19 | 152 | 2D | 36 |
| Octal | 277 | 125 | 173 | 0 | 67 | 44 | 31 | 522 | 55 | 66 |
| Binary | 10111111 | 1010101 | 1111011 | 0 | 110111 | 100100 | 11001 | 101010010 | 101101 | 110110 |
Color Harmonies of #BF557B
Complementary color
Monochromatic Colors of #BF557B
Black with #BF557B
Text Example
Text Example
White with #BF557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF557B; }
p { color: rgb(191,85,123); }
H1.HeaderClassName
{
color: #BF557B;
}
.AnyTagClassName
{
color: #BF557B;
}
</style>
background-color css
<style>
a { background-color: #BF557B; }
a { background-color: rgb(191,85,123); }
div.DivClassName
{
background-color: #BF557B;
}
.BgClassName
{
background-color: #BF557B;
}
</style>
border-color css
<style>
span { border-color: #BF557B; }
span { border-color: rgb(191,85,123); }
td.TdClassName
{
border-color: #BF557B;
}
.TagClassName
{
border-color: #BF557B;
}
</style>