Shades of Medium Violet Red #BF24A1
Tints of Medium Violet Red #BF24A1
RGB
CMYK
RGB Variations
Color information
#BF24A1 (or 0xBF24A1) is known color: Medium Violet Red. HEX triplet: BF, 24 and A1. RGB value is (191,36,161). Sum of RGB (Red+Green+Blue) = 191+36+161=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 36 (14.45% from 255 or 9.28% from 388); Blue value is 161 (63.28% from 255 or 41.49% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BF24A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF24A1 is #40DB5E. Grayscale: #606060. Windows color (decimal): -4250463 or 10560703. OLE color: 10560703.
HSL color Cylindrical-coordinate representation of color #BF24A1: hue angle of 311.61º 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 #BF24A1 is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 36 | 161 | - |
| CMYK | 0 | 0.81 | 0.16 | 0.25 |
| HSL | 311.61º | 0.68% | 0.45% | - |
| HSV(B) | 311.61º | 0.81% | 0.75% | - |
| XYZ | 28.55 | 14.91 | 35.09 | - |
| YUV | 96.6 | 164.35 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 36 | 161 | 0 | 0.81 | 0.16 | 0.25 | 311.61 | 0.68 | 0.45 |
| Hex | BF | 24 | A1 | 0 | 51 | 10 | 19 | 138 | 44 | 2D |
| Octal | 277 | 44 | 241 | 0 | 121 | 20 | 31 | 470 | 104 | 55 |
| Binary | 10111111 | 100100 | 10100001 | 0 | 1010001 | 10000 | 11001 | 100111000 | 1000100 | 101101 |
Color Harmonies of #BF24A1
Complementary color
Monochromatic Colors of #BF24A1
Black with #BF24A1
Text Example
Text Example
White with #BF24A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF24A1; }
p { color: rgb(191,36,161); }
H1.HeaderClassName
{
color: #BF24A1;
}
.AnyTagClassName
{
color: #BF24A1;
}
</style>
background-color css
<style>
a { background-color: #BF24A1; }
a { background-color: rgb(191,36,161); }
div.DivClassName
{
background-color: #BF24A1;
}
.BgClassName
{
background-color: #BF24A1;
}
</style>
border-color css
<style>
span { border-color: #BF24A1; }
span { border-color: rgb(191,36,161); }
td.TdClassName
{
border-color: #BF24A1;
}
.TagClassName
{
border-color: #BF24A1;
}
</style>