Shades of Medium Violet Red #BD0096
Tints of Medium Violet Red #BD0096
RGB
CMYK
RGB Variations
Color information
#BD0096 (or 0xBD0096) is known color: Medium Violet Red. HEX triplet: BD, 00 and 96. RGB value is (189,0,150). Sum of RGB (Red+Green+Blue) = 189+0+150=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 150 (58.98% from 255 or 44.25% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0096 is #42FF69. Grayscale: #494949. Windows color (decimal): -4390762 or 9830589. OLE color: 9830589.
HSL color Cylindrical-coordinate representation of color #BD0096: hue angle of 312.38º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD0096 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 0 | 150 | - |
| CMYK | 0 | 1 | 0.21 | 0.26 |
| HSL | 312.38º | 1% | 0.37% | - |
| HSV(B) | 312.38º | 1% | 0.74% | - |
| XYZ | 26.49 | 13.02 | 29.97 | - |
| YUV | 73.61 | 171.12 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 150 | 0 | 1 | 0.21 | 0.26 | 312.38 | 1 | 0.37 |
| Hex | BD | 0 | 96 | 0 | 64 | 15 | 1A | 138 | 64 | 25 |
| Octal | 275 | 0 | 226 | 0 | 144 | 25 | 32 | 470 | 144 | 45 |
| Binary | 10111101 | 0 | 10010110 | 0 | 1100100 | 10101 | 11010 | 100111000 | 1100100 | 100101 |
Color Harmonies of #BD0096
Complementary color
Monochromatic Colors of #BD0096
Black with #BD0096
Text Example
Text Example
White with #BD0096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0096; }
p { color: rgb(189,0,150); }
H1.HeaderClassName
{
color: #BD0096;
}
.AnyTagClassName
{
color: #BD0096;
}
</style>
background-color css
<style>
a { background-color: #BD0096; }
a { background-color: rgb(189,0,150); }
div.DivClassName
{
background-color: #BD0096;
}
.BgClassName
{
background-color: #BD0096;
}
</style>
border-color css
<style>
span { border-color: #BD0096; }
span { border-color: rgb(189,0,150); }
td.TdClassName
{
border-color: #BD0096;
}
.TagClassName
{
border-color: #BD0096;
}
</style>