Shades of Medium Violet Red #BF24A6
Tints of Medium Violet Red #BF24A6
RGB
CMYK
RGB Variations
Color information
#BF24A6 (or 0xBF24A6) is known color: Medium Violet Red. HEX triplet: BF, 24 and A6. RGB value is (191,36,166). Sum of RGB (Red+Green+Blue) = 191+36+166=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 36 (14.45% from 255 or 9.16% from 393); Blue value is 166 (65.23% from 255 or 42.24% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF24A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF24A6 is #40DB59. Grayscale: #606060. Windows color (decimal): -4250458 or 10888383. OLE color: 10888383.
HSL color Cylindrical-coordinate representation of color #BF24A6: hue angle of 309.68º 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 #BF24A6 is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 36 | 166 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.25 |
| HSL | 309.68º | 0.68% | 0.45% | - |
| HSV(B) | 309.68º | 0.81% | 0.75% | - |
| XYZ | 29 | 15.09 | 37.46 | - |
| YUV | 97.17 | 166.85 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 36 | 166 | 0 | 0.81 | 0.13 | 0.25 | 309.68 | 0.68 | 0.45 |
| Hex | BF | 24 | A6 | 0 | 51 | D | 19 | 136 | 44 | 2D |
| Octal | 277 | 44 | 246 | 0 | 121 | 15 | 31 | 466 | 104 | 55 |
| Binary | 10111111 | 100100 | 10100110 | 0 | 1010001 | 1101 | 11001 | 100110110 | 1000100 | 101101 |
Color Harmonies of #BF24A6
Complementary color
Monochromatic Colors of #BF24A6
Black with #BF24A6
Text Example
Text Example
White with #BF24A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF24A6; }
p { color: rgb(191,36,166); }
H1.HeaderClassName
{
color: #BF24A6;
}
.AnyTagClassName
{
color: #BF24A6;
}
</style>
background-color css
<style>
a { background-color: #BF24A6; }
a { background-color: rgb(191,36,166); }
div.DivClassName
{
background-color: #BF24A6;
}
.BgClassName
{
background-color: #BF24A6;
}
</style>
border-color css
<style>
span { border-color: #BF24A6; }
span { border-color: rgb(191,36,166); }
td.TdClassName
{
border-color: #BF24A6;
}
.TagClassName
{
border-color: #BF24A6;
}
</style>