Shades of Medium Red Violet #BF2B8A
Tints of Medium Red Violet #BF2B8A
RGB
CMYK
RGB Variations
Color information
#BF2B8A (or 0xBF2B8A) is known color: Medium Red Violet. HEX triplet: BF, 2B and 8A. RGB value is (191,43,138). Sum of RGB (Red+Green+Blue) = 191+43+138=372 (49% of max value = 765). Red value is 191 (75% from 255 or 51.34% from 372); Green value is 43 (17.19% from 255 or 11.56% from 372); Blue value is 138 (54.30% from 255 or 37.10% from 372); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2B8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2B8A is #40D475. Grayscale: #616161. Windows color (decimal): -4248694 or 9055167. OLE color: 9055167.
HSL color Cylindrical-coordinate representation of color #BF2B8A: hue angle of 321.49º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF2B8A is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 43 | 138 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.25 |
| HSL | 321.49º | 0.63% | 0.46% | - |
| HSV(B) | 321.49º | 0.77% | 0.75% | - |
| XYZ | 26.94 | 14.64 | 25.45 | - |
| YUV | 98.08 | 150.53 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 43 | 138 | 0 | 0.77 | 0.28 | 0.25 | 321.49 | 0.63 | 0.46 |
| Hex | BF | 2B | 8A | 0 | 4D | 1C | 19 | 141 | 3F | 2E |
| Octal | 277 | 53 | 212 | 0 | 115 | 34 | 31 | 501 | 77 | 56 |
| Binary | 10111111 | 101011 | 10001010 | 0 | 1001101 | 11100 | 11001 | 101000001 | 111111 | 101110 |
Color Harmonies of #BF2B8A
Complementary color
Monochromatic Colors of #BF2B8A
Black with #BF2B8A
Text Example
Text Example
White with #BF2B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2B8A; }
p { color: rgb(191,43,138); }
H1.HeaderClassName
{
color: #BF2B8A;
}
.AnyTagClassName
{
color: #BF2B8A;
}
</style>
background-color css
<style>
a { background-color: #BF2B8A; }
a { background-color: rgb(191,43,138); }
div.DivClassName
{
background-color: #BF2B8A;
}
.BgClassName
{
background-color: #BF2B8A;
}
</style>
border-color css
<style>
span { border-color: #BF2B8A; }
span { border-color: rgb(191,43,138); }
td.TdClassName
{
border-color: #BF2B8A;
}
.TagClassName
{
border-color: #BF2B8A;
}
</style>