Shades of Royal Heath #BF457B
Tints of Royal Heath #BF457B
RGB
CMYK
RGB Variations
Color information
#BF457B (or 0xBF457B) is known color: Royal Heath. HEX triplet: BF, 45 and 7B. RGB value is (191,69,123). Sum of RGB (Red+Green+Blue) = 191+69+123=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 69 (27.34% from 255 or 18.02% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BF457B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF457B is #40BA84. Grayscale: #6F6F6F. Windows color (decimal): -4242053 or 8078783. OLE color: 8078783.
HSL color Cylindrical-coordinate representation of color #BF457B: hue angle of 333.44º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF457B is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 69 | 123 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.25 |
| HSL | 333.44º | 0.49% | 0.51% | - |
| HSV(B) | 333.44º | 0.64% | 0.75% | - |
| XYZ | 27.19 | 16.76 | 20.54 | - |
| YUV | 111.63 | 134.42 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 69 | 123 | 0 | 0.64 | 0.36 | 0.25 | 333.44 | 0.49 | 0.51 |
| Hex | BF | 45 | 7B | 0 | 40 | 24 | 19 | 14D | 31 | 33 |
| Octal | 277 | 105 | 173 | 0 | 100 | 44 | 31 | 515 | 61 | 63 |
| Binary | 10111111 | 1000101 | 1111011 | 0 | 1000000 | 100100 | 11001 | 101001101 | 110001 | 110011 |
Color Harmonies of #BF457B
Complementary color
Monochromatic Colors of #BF457B
Black with #BF457B
Text Example
Text Example
White with #BF457B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF457B; }
p { color: rgb(191,69,123); }
H1.HeaderClassName
{
color: #BF457B;
}
.AnyTagClassName
{
color: #BF457B;
}
</style>
background-color css
<style>
a { background-color: #BF457B; }
a { background-color: rgb(191,69,123); }
div.DivClassName
{
background-color: #BF457B;
}
.BgClassName
{
background-color: #BF457B;
}
</style>
border-color css
<style>
span { border-color: #BF457B; }
span { border-color: rgb(191,69,123); }
td.TdClassName
{
border-color: #BF457B;
}
.TagClassName
{
border-color: #BF457B;
}
</style>