Shades of Medium Violet Red #BD0F6D
Tints of Medium Violet Red #BD0F6D
RGB
CMYK
RGB Variations
Color information
#BD0F6D (or 0xBD0F6D) is known color: Medium Violet Red. HEX triplet: BD, 0F and 6D. RGB value is (189,15,109). Sum of RGB (Red+Green+Blue) = 189+15+109=313 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.38% from 313); Green value is 15 (6.25% from 255 or 4.79% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0F6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0F6D is #42F092. Grayscale: #4D4D4D. Windows color (decimal): -4386963 or 7147453. OLE color: 7147453.
HSL color Cylindrical-coordinate representation of color #BD0F6D: hue angle of 327.59º 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 #BD0F6D is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 15 | 109 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.26 |
| HSL | 327.59º | 0.85% | 0.4% | - |
| HSV(B) | 327.59º | 0.92% | 0.74% | - |
| XYZ | 23.92 | 12.26 | 15.57 | - |
| YUV | 77.74 | 145.65 | 207.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 15 | 109 | 0 | 0.92 | 0.42 | 0.26 | 327.59 | 0.85 | 0.4 |
| Hex | BD | F | 6D | 0 | 5C | 2A | 1A | 148 | 55 | 28 |
| Octal | 275 | 17 | 155 | 0 | 134 | 52 | 32 | 510 | 125 | 50 |
| Binary | 10111101 | 1111 | 1101101 | 0 | 1011100 | 101010 | 11010 | 101001000 | 1010101 | 101000 |
Color Harmonies of #BD0F6D
Complementary color
Monochromatic Colors of #BD0F6D
Black with #BD0F6D
Text Example
Text Example
White with #BD0F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0F6D; }
p { color: rgb(189,15,109); }
H1.HeaderClassName
{
color: #BD0F6D;
}
.AnyTagClassName
{
color: #BD0F6D;
}
</style>
background-color css
<style>
a { background-color: #BD0F6D; }
a { background-color: rgb(189,15,109); }
div.DivClassName
{
background-color: #BD0F6D;
}
.BgClassName
{
background-color: #BD0F6D;
}
</style>
border-color css
<style>
span { border-color: #BD0F6D; }
span { border-color: rgb(189,15,109); }
td.TdClassName
{
border-color: #BD0F6D;
}
.TagClassName
{
border-color: #BD0F6D;
}
</style>