Shades of Medium Red Violet #BF3C8A
Tints of Medium Red Violet #BF3C8A
RGB
CMYK
RGB Variations
Color information
#BF3C8A (or 0xBF3C8A) is known color: Medium Red Violet. HEX triplet: BF, 3C and 8A. RGB value is (191,60,138). Sum of RGB (Red+Green+Blue) = 191+60+138=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 60 (23.83% from 255 or 15.42% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3C8A is #40C375. Grayscale: #6B6B6B. Windows color (decimal): -4244342 or 9059519. OLE color: 9059519.
HSL color Cylindrical-coordinate representation of color #BF3C8A: hue angle of 324.27º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF3C8A is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 60 | 138 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.25 |
| HSL | 324.27º | 0.52% | 0.49% | - |
| HSV(B) | 324.27º | 0.69% | 0.75% | - |
| XYZ | 27.69 | 16.14 | 25.7 | - |
| YUV | 108.06 | 144.9 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 60 | 138 | 0 | 0.69 | 0.28 | 0.25 | 324.27 | 0.52 | 0.49 |
| Hex | BF | 3C | 8A | 0 | 45 | 1C | 19 | 144 | 34 | 31 |
| Octal | 277 | 74 | 212 | 0 | 105 | 34 | 31 | 504 | 64 | 61 |
| Binary | 10111111 | 111100 | 10001010 | 0 | 1000101 | 11100 | 11001 | 101000100 | 110100 | 110001 |
Color Harmonies of #BF3C8A
Complementary color
Monochromatic Colors of #BF3C8A
Black with #BF3C8A
Text Example
Text Example
White with #BF3C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3C8A; }
p { color: rgb(191,60,138); }
H1.HeaderClassName
{
color: #BF3C8A;
}
.AnyTagClassName
{
color: #BF3C8A;
}
</style>
background-color css
<style>
a { background-color: #BF3C8A; }
a { background-color: rgb(191,60,138); }
div.DivClassName
{
background-color: #BF3C8A;
}
.BgClassName
{
background-color: #BF3C8A;
}
</style>
border-color css
<style>
span { border-color: #BF3C8A; }
span { border-color: rgb(191,60,138); }
td.TdClassName
{
border-color: #BF3C8A;
}
.TagClassName
{
border-color: #BF3C8A;
}
</style>