Shades of Medium Violet Red #BF23A0
Tints of Medium Violet Red #BF23A0
RGB
CMYK
RGB Variations
Color information
#BF23A0 (or 0xBF23A0) is known color: Medium Violet Red. HEX triplet: BF, 23 and A0. RGB value is (191,35,160). Sum of RGB (Red+Green+Blue) = 191+35+160=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 35 (14.06% from 255 or 9.07% from 386); Blue value is 160 (62.89% from 255 or 41.45% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BF23A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF23A0 is #40DC5F. Grayscale: #5F5F5F. Windows color (decimal): -4250720 or 10494911. OLE color: 10494911.
HSL color Cylindrical-coordinate representation of color #BF23A0: hue angle of 311.92º 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 #BF23A0 is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 35 | 160 | - |
| CMYK | 0 | 0.82 | 0.16 | 0.25 |
| HSL | 311.92º | 0.69% | 0.44% | - |
| HSV(B) | 311.92º | 0.82% | 0.75% | - |
| XYZ | 28.43 | 14.82 | 34.62 | - |
| YUV | 95.89 | 164.18 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 35 | 160 | 0 | 0.82 | 0.16 | 0.25 | 311.92 | 0.69 | 0.44 |
| Hex | BF | 23 | A0 | 0 | 52 | 10 | 19 | 138 | 45 | 2C |
| Octal | 277 | 43 | 240 | 0 | 122 | 20 | 31 | 470 | 105 | 54 |
| Binary | 10111111 | 100011 | 10100000 | 0 | 1010010 | 10000 | 11001 | 100111000 | 1000101 | 101100 |
Color Harmonies of #BF23A0
Complementary color
Monochromatic Colors of #BF23A0
Black with #BF23A0
Text Example
Text Example
White with #BF23A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF23A0; }
p { color: rgb(191,35,160); }
H1.HeaderClassName
{
color: #BF23A0;
}
.AnyTagClassName
{
color: #BF23A0;
}
</style>
background-color css
<style>
a { background-color: #BF23A0; }
a { background-color: rgb(191,35,160); }
div.DivClassName
{
background-color: #BF23A0;
}
.BgClassName
{
background-color: #BF23A0;
}
</style>
border-color css
<style>
span { border-color: #BF23A0; }
span { border-color: rgb(191,35,160); }
td.TdClassName
{
border-color: #BF23A0;
}
.TagClassName
{
border-color: #BF23A0;
}
</style>