Shades of Medium Red Violet #BF3A8C
Tints of Medium Red Violet #BF3A8C
RGB
CMYK
RGB Variations
Color information
#BF3A8C (or 0xBF3A8C) is known color: Medium Red Violet. HEX triplet: BF, 3A and 8C. RGB value is (191,58,140). Sum of RGB (Red+Green+Blue) = 191+58+140=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 58 (23.05% from 255 or 14.91% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3A8C is #40C573. Grayscale: #6A6A6A. Windows color (decimal): -4244852 or 9190079. OLE color: 9190079.
HSL color Cylindrical-coordinate representation of color #BF3A8C: hue angle of 323.01º 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 #BF3A8C is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 58 | 140 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.25 |
| HSL | 323.01º | 0.53% | 0.49% | - |
| HSV(B) | 323.01º | 0.7% | 0.75% | - |
| XYZ | 27.73 | 16 | 26.44 | - |
| YUV | 107.12 | 146.56 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 58 | 140 | 0 | 0.70 | 0.27 | 0.25 | 323.01 | 0.53 | 0.49 |
| Hex | BF | 3A | 8C | 0 | 46 | 1B | 19 | 143 | 35 | 31 |
| Octal | 277 | 72 | 214 | 0 | 106 | 33 | 31 | 503 | 65 | 61 |
| Binary | 10111111 | 111010 | 10001100 | 0 | 1000110 | 11011 | 11001 | 101000011 | 110101 | 110001 |
Color Harmonies of #BF3A8C
Complementary color
Monochromatic Colors of #BF3A8C
Black with #BF3A8C
Text Example
Text Example
White with #BF3A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3A8C; }
p { color: rgb(191,58,140); }
H1.HeaderClassName
{
color: #BF3A8C;
}
.AnyTagClassName
{
color: #BF3A8C;
}
</style>
background-color css
<style>
a { background-color: #BF3A8C; }
a { background-color: rgb(191,58,140); }
div.DivClassName
{
background-color: #BF3A8C;
}
.BgClassName
{
background-color: #BF3A8C;
}
</style>
border-color css
<style>
span { border-color: #BF3A8C; }
span { border-color: rgb(191,58,140); }
td.TdClassName
{
border-color: #BF3A8C;
}
.TagClassName
{
border-color: #BF3A8C;
}
</style>