Shades of Medium Red Violet #BF3C9C
Tints of Medium Red Violet #BF3C9C
RGB
CMYK
RGB Variations
Color information
#BF3C9C (or 0xBF3C9C) is known color: Medium Red Violet. HEX triplet: BF, 3C and 9C. RGB value is (191,60,156). Sum of RGB (Red+Green+Blue) = 191+60+156=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 60 (23.83% from 255 or 14.74% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3C9C is #40C363. Grayscale: #6D6D6D. Windows color (decimal): -4244324 or 10239167. OLE color: 10239167.
HSL color Cylindrical-coordinate representation of color #BF3C9C: hue angle of 316.03º 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 #BF3C9C is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 60 | 156 | - |
CMYK | 0 | 0.69 | 0.18 | 0.25 |
HSL | 316.03º | 0.52% | 0.49% | - |
HSV(B) | 316.03º | 0.69% | 0.75% | - |
XYZ | 29.1 | 16.71 | 33.14 | - |
YUV | 110.11 | 153.9 | 185.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 60 | 156 | 0 | 0.69 | 0.18 | 0.25 | 316.03 | 0.52 | 0.49 |
Hex | BF | 3C | 9C | 0 | 45 | 12 | 19 | 13C | 34 | 31 |
Octal | 277 | 74 | 234 | 0 | 105 | 22 | 31 | 474 | 64 | 61 |
Binary | 10111111 | 111100 | 10011100 | 0 | 1000101 | 10010 | 11001 | 100111100 | 110100 | 110001 |
Color Harmonies of #BF3C9C
Complementary color
Monochromatic Colors of #BF3C9C
Black with #BF3C9C
Text Example
Text Example
White with #BF3C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3C9C; }
p { color: rgb(191,60,156); }
H1.HeaderClassName
{
color: #BF3C9C;
}
.AnyTagClassName
{
color: #BF3C9C;
}
</style>
background-color css
<style>
a { background-color: #BF3C9C; }
a { background-color: rgb(191,60,156); }
div.DivClassName
{
background-color: #BF3C9C;
}
.BgClassName
{
background-color: #BF3C9C;
}
</style>
border-color css
<style>
span { border-color: #BF3C9C; }
span { border-color: rgb(191,60,156); }
td.TdClassName
{
border-color: #BF3C9C;
}
.TagClassName
{
border-color: #BF3C9C;
}
</style>