Shades of Medium Violet Red #BF24A9
Tints of Medium Violet Red #BF24A9
RGB
CMYK
RGB Variations
Color information
#BF24A9 (or 0xBF24A9) is known color: Medium Violet Red. HEX triplet: BF, 24 and A9. RGB value is (191,36,169). Sum of RGB (Red+Green+Blue) = 191+36+169=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 36 (14.45% from 255 or 9.09% from 396); Blue value is 169 (66.41% from 255 or 42.68% from 396); Max value from RGB is 191 - color contains mainly: red. Hex color #BF24A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF24A9 is #40DB56. Grayscale: #616161. Windows color (decimal): -4250455 or 11084991. OLE color: 11084991.
HSL color Cylindrical-coordinate representation of color #BF24A9: hue angle of 308.52º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF24A9 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 36 | 169 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.25 |
| HSL | 308.52º | 0.68% | 0.45% | - |
| HSV(B) | 308.52º | 0.81% | 0.75% | - |
| XYZ | 29.28 | 15.2 | 38.93 | - |
| YUV | 97.51 | 168.35 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 36 | 169 | 0 | 0.81 | 0.12 | 0.25 | 308.52 | 0.68 | 0.45 |
| Hex | BF | 24 | A9 | 0 | 51 | C | 19 | 135 | 44 | 2D |
| Octal | 277 | 44 | 251 | 0 | 121 | 14 | 31 | 465 | 104 | 55 |
| Binary | 10111111 | 100100 | 10101001 | 0 | 1010001 | 1100 | 11001 | 100110101 | 1000100 | 101101 |
Color Harmonies of #BF24A9
Complementary color
Monochromatic Colors of #BF24A9
Black with #BF24A9
Text Example
Text Example
White with #BF24A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF24A9; }
p { color: rgb(191,36,169); }
H1.HeaderClassName
{
color: #BF24A9;
}
.AnyTagClassName
{
color: #BF24A9;
}
</style>
background-color css
<style>
a { background-color: #BF24A9; }
a { background-color: rgb(191,36,169); }
div.DivClassName
{
background-color: #BF24A9;
}
.BgClassName
{
background-color: #BF24A9;
}
</style>
border-color css
<style>
span { border-color: #BF24A9; }
span { border-color: rgb(191,36,169); }
td.TdClassName
{
border-color: #BF24A9;
}
.TagClassName
{
border-color: #BF24A9;
}
</style>