Shades of Royal Heath #BF4B7A
Tints of Royal Heath #BF4B7A
RGB
CMYK
RGB Variations
Color information
#BF4B7A (or 0xBF4B7A) is known color: Royal Heath. HEX triplet: BF, 4B and 7A. RGB value is (191,75,122). Sum of RGB (Red+Green+Blue) = 191+75+122=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 75 (29.69% from 255 or 19.33% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4B7A is #40B485. Grayscale: #727272. Windows color (decimal): -4240518 or 8014783. OLE color: 8014783.
HSL color Cylindrical-coordinate representation of color #BF4B7A: hue angle of 335.69º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF4B7A is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 75 | 122 | - |
| CMYK | 0 | 0.61 | 0.36 | 0.25 |
| HSL | 335.69º | 0.48% | 0.52% | - |
| HSV(B) | 335.69º | 0.61% | 0.75% | - |
| XYZ | 27.51 | 17.51 | 20.34 | - |
| YUV | 115.04 | 131.93 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 75 | 122 | 0 | 0.61 | 0.36 | 0.25 | 335.69 | 0.48 | 0.52 |
| Hex | BF | 4B | 7A | 0 | 3D | 24 | 19 | 150 | 30 | 34 |
| Octal | 277 | 113 | 172 | 0 | 75 | 44 | 31 | 520 | 60 | 64 |
| Binary | 10111111 | 1001011 | 1111010 | 0 | 111101 | 100100 | 11001 | 101010000 | 110000 | 110100 |
Color Harmonies of #BF4B7A
Complementary color
Monochromatic Colors of #BF4B7A
Black with #BF4B7A
Text Example
Text Example
White with #BF4B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4B7A; }
p { color: rgb(191,75,122); }
H1.HeaderClassName
{
color: #BF4B7A;
}
.AnyTagClassName
{
color: #BF4B7A;
}
</style>
background-color css
<style>
a { background-color: #BF4B7A; }
a { background-color: rgb(191,75,122); }
div.DivClassName
{
background-color: #BF4B7A;
}
.BgClassName
{
background-color: #BF4B7A;
}
</style>
border-color css
<style>
span { border-color: #BF4B7A; }
span { border-color: rgb(191,75,122); }
td.TdClassName
{
border-color: #BF4B7A;
}
.TagClassName
{
border-color: #BF4B7A;
}
</style>