Shades of Medium Violet Red #BF23A1
Tints of Medium Violet Red #BF23A1
RGB
CMYK
RGB Variations
Color information
#BF23A1 (or 0xBF23A1) is known color: Medium Violet Red. HEX triplet: BF, 23 and A1. RGB value is (191,35,161). Sum of RGB (Red+Green+Blue) = 191+35+161=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 35 (14.06% from 255 or 9.04% from 387); Blue value is 161 (63.28% from 255 or 41.60% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF23A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF23A1 is #40DC5E. Grayscale: #5F5F5F. Windows color (decimal): -4250719 or 10560447. OLE color: 10560447.
HSL color Cylindrical-coordinate representation of color #BF23A1: hue angle of 311.54º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF23A1 is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 35 | 161 | - |
| CMYK | 0 | 0.82 | 0.16 | 0.25 |
| HSL | 311.54º | 0.69% | 0.44% | - |
| HSV(B) | 311.54º | 0.82% | 0.75% | - |
| XYZ | 28.52 | 14.85 | 35.08 | - |
| YUV | 96.01 | 164.68 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 35 | 161 | 0 | 0.82 | 0.16 | 0.25 | 311.54 | 0.69 | 0.44 |
| Hex | BF | 23 | A1 | 0 | 52 | 10 | 19 | 138 | 45 | 2C |
| Octal | 277 | 43 | 241 | 0 | 122 | 20 | 31 | 470 | 105 | 54 |
| Binary | 10111111 | 100011 | 10100001 | 0 | 1010010 | 10000 | 11001 | 100111000 | 1000101 | 101100 |
Color Harmonies of #BF23A1
Complementary color
Monochromatic Colors of #BF23A1
Black with #BF23A1
Text Example
Text Example
White with #BF23A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF23A1; }
p { color: rgb(191,35,161); }
H1.HeaderClassName
{
color: #BF23A1;
}
.AnyTagClassName
{
color: #BF23A1;
}
</style>
background-color css
<style>
a { background-color: #BF23A1; }
a { background-color: rgb(191,35,161); }
div.DivClassName
{
background-color: #BF23A1;
}
.BgClassName
{
background-color: #BF23A1;
}
</style>
border-color css
<style>
span { border-color: #BF23A1; }
span { border-color: rgb(191,35,161); }
td.TdClassName
{
border-color: #BF23A1;
}
.TagClassName
{
border-color: #BF23A1;
}
</style>