Shades of Medium Violet Red #BD0FA3
Tints of Medium Violet Red #BD0FA3
RGB
CMYK
RGB Variations
Color information
#BD0FA3 (or 0xBD0FA3) is known color: Medium Violet Red. HEX triplet: BD, 0F and A3. RGB value is (189,15,163). Sum of RGB (Red+Green+Blue) = 189+15+163=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 15 (6.25% from 255 or 4.09% from 367); Blue value is 163 (64.06% from 255 or 44.41% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0FA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0FA3 is #42F05C. Grayscale: #535353. Windows color (decimal): -4386909 or 10686397. OLE color: 10686397.
HSL color Cylindrical-coordinate representation of color #BD0FA3: hue angle of 308.97º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD0FA3 is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 15 | 163 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.26 |
| HSL | 308.97º | 0.85% | 0.4% | - |
| HSV(B) | 308.97º | 0.92% | 0.74% | - |
| XYZ | 27.77 | 13.8 | 35.85 | - |
| YUV | 83.9 | 172.65 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 15 | 163 | 0 | 0.92 | 0.14 | 0.26 | 308.97 | 0.85 | 0.4 |
| Hex | BD | F | A3 | 0 | 5C | E | 1A | 135 | 55 | 28 |
| Octal | 275 | 17 | 243 | 0 | 134 | 16 | 32 | 465 | 125 | 50 |
| Binary | 10111101 | 1111 | 10100011 | 0 | 1011100 | 1110 | 11010 | 100110101 | 1010101 | 101000 |
Color Harmonies of #BD0FA3
Complementary color
Monochromatic Colors of #BD0FA3
Black with #BD0FA3
Text Example
Text Example
White with #BD0FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0FA3; }
p { color: rgb(189,15,163); }
H1.HeaderClassName
{
color: #BD0FA3;
}
.AnyTagClassName
{
color: #BD0FA3;
}
</style>
background-color css
<style>
a { background-color: #BD0FA3; }
a { background-color: rgb(189,15,163); }
div.DivClassName
{
background-color: #BD0FA3;
}
.BgClassName
{
background-color: #BD0FA3;
}
</style>
border-color css
<style>
span { border-color: #BD0FA3; }
span { border-color: rgb(189,15,163); }
td.TdClassName
{
border-color: #BD0FA3;
}
.TagClassName
{
border-color: #BD0FA3;
}
</style>