Shades of Medium Red Violet #BF3A8A
Tints of Medium Red Violet #BF3A8A
RGB
CMYK
RGB Variations
Color information
#BF3A8A (or 0xBF3A8A) is known color: Medium Red Violet. HEX triplet: BF, 3A and 8A. RGB value is (191,58,138). Sum of RGB (Red+Green+Blue) = 191+58+138=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 58 (23.05% from 255 or 14.99% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3A8A is #40C575. Grayscale: #6A6A6A. Windows color (decimal): -4244854 or 9059007. OLE color: 9059007.
HSL color Cylindrical-coordinate representation of color #BF3A8A: hue angle of 323.91º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF3A8A is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 58 | 138 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.25 |
| HSL | 323.91º | 0.53% | 0.49% | - |
| HSV(B) | 323.91º | 0.7% | 0.75% | - |
| XYZ | 27.59 | 15.94 | 25.67 | - |
| YUV | 106.89 | 145.56 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 58 | 138 | 0 | 0.70 | 0.28 | 0.25 | 323.91 | 0.53 | 0.49 |
| Hex | BF | 3A | 8A | 0 | 46 | 1C | 19 | 144 | 35 | 31 |
| Octal | 277 | 72 | 212 | 0 | 106 | 34 | 31 | 504 | 65 | 61 |
| Binary | 10111111 | 111010 | 10001010 | 0 | 1000110 | 11100 | 11001 | 101000100 | 110101 | 110001 |
Color Harmonies of #BF3A8A
Complementary color
Monochromatic Colors of #BF3A8A
Black with #BF3A8A
Text Example
Text Example
White with #BF3A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3A8A; }
p { color: rgb(191,58,138); }
H1.HeaderClassName
{
color: #BF3A8A;
}
.AnyTagClassName
{
color: #BF3A8A;
}
</style>
background-color css
<style>
a { background-color: #BF3A8A; }
a { background-color: rgb(191,58,138); }
div.DivClassName
{
background-color: #BF3A8A;
}
.BgClassName
{
background-color: #BF3A8A;
}
</style>
border-color css
<style>
span { border-color: #BF3A8A; }
span { border-color: rgb(191,58,138); }
td.TdClassName
{
border-color: #BF3A8A;
}
.TagClassName
{
border-color: #BF3A8A;
}
</style>