Shades of Medium Violet Red #BD1FAC
Tints of Medium Violet Red #BD1FAC
RGB
CMYK
RGB Variations
Color information
#BD1FAC (or 0xBD1FAC) is known color: Medium Violet Red. HEX triplet: BD, 1F and AC. RGB value is (189,31,172). Sum of RGB (Red+Green+Blue) = 189+31+172=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 31 (12.5% from 255 or 7.91% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1FAC is #42E053. Grayscale: #5D5D5D. Windows color (decimal): -4382804 or 11280317. OLE color: 11280317.
HSL color Cylindrical-coordinate representation of color #BD1FAC: hue angle of 306.46º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD1FAC is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 31 | 172 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.26 |
| HSL | 306.46º | 0.72% | 0.43% | - |
| HSV(B) | 306.46º | 0.84% | 0.74% | - |
| XYZ | 28.92 | 14.78 | 40.36 | - |
| YUV | 94.32 | 171.85 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 31 | 172 | 0 | 0.84 | 0.09 | 0.26 | 306.46 | 0.72 | 0.43 |
| Hex | BD | 1F | AC | 0 | 54 | 9 | 1A | 132 | 48 | 2B |
| Octal | 275 | 37 | 254 | 0 | 124 | 11 | 32 | 462 | 110 | 53 |
| Binary | 10111101 | 11111 | 10101100 | 0 | 1010100 | 1001 | 11010 | 100110010 | 1001000 | 101011 |
Color Harmonies of #BD1FAC
Complementary color
Monochromatic Colors of #BD1FAC
Black with #BD1FAC
Text Example
Text Example
White with #BD1FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1FAC; }
p { color: rgb(189,31,172); }
H1.HeaderClassName
{
color: #BD1FAC;
}
.AnyTagClassName
{
color: #BD1FAC;
}
</style>
background-color css
<style>
a { background-color: #BD1FAC; }
a { background-color: rgb(189,31,172); }
div.DivClassName
{
background-color: #BD1FAC;
}
.BgClassName
{
background-color: #BD1FAC;
}
</style>
border-color css
<style>
span { border-color: #BD1FAC; }
span { border-color: rgb(189,31,172); }
td.TdClassName
{
border-color: #BD1FAC;
}
.TagClassName
{
border-color: #BD1FAC;
}
</style>