Shades of Medium Red Violet #BF3C84
Tints of Medium Red Violet #BF3C84
RGB
CMYK
RGB Variations
Color information
#BF3C84 (or 0xBF3C84) is known color: Medium Red Violet. HEX triplet: BF, 3C and 84. RGB value is (191,60,132). Sum of RGB (Red+Green+Blue) = 191+60+132=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 60 (23.83% from 255 or 15.67% from 383); Blue value is 132 (51.95% from 255 or 34.46% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3C84 is #40C37B. Grayscale: #6B6B6B. Windows color (decimal): -4244348 or 8666303. OLE color: 8666303.
HSL color Cylindrical-coordinate representation of color #BF3C84: hue angle of 327.02º 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 #BF3C84 is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 60 | 132 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.25 |
| HSL | 327.02º | 0.52% | 0.49% | - |
| HSV(B) | 327.02º | 0.69% | 0.75% | - |
| XYZ | 27.27 | 15.97 | 23.48 | - |
| YUV | 107.38 | 141.9 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 60 | 132 | 0 | 0.69 | 0.31 | 0.25 | 327.02 | 0.52 | 0.49 |
| Hex | BF | 3C | 84 | 0 | 45 | 1F | 19 | 147 | 34 | 31 |
| Octal | 277 | 74 | 204 | 0 | 105 | 37 | 31 | 507 | 64 | 61 |
| Binary | 10111111 | 111100 | 10000100 | 0 | 1000101 | 11111 | 11001 | 101000111 | 110100 | 110001 |
Color Harmonies of #BF3C84
Complementary color
Monochromatic Colors of #BF3C84
Black with #BF3C84
Text Example
Text Example
White with #BF3C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3C84; }
p { color: rgb(191,60,132); }
H1.HeaderClassName
{
color: #BF3C84;
}
.AnyTagClassName
{
color: #BF3C84;
}
</style>
background-color css
<style>
a { background-color: #BF3C84; }
a { background-color: rgb(191,60,132); }
div.DivClassName
{
background-color: #BF3C84;
}
.BgClassName
{
background-color: #BF3C84;
}
</style>
border-color css
<style>
span { border-color: #BF3C84; }
span { border-color: rgb(191,60,132); }
td.TdClassName
{
border-color: #BF3C84;
}
.TagClassName
{
border-color: #BF3C84;
}
</style>