Shades of Medium Violet Red #BD0095
Tints of Medium Violet Red #BD0095
RGB
CMYK
RGB Variations
Color information
#BD0095 (or 0xBD0095) is known color: Medium Violet Red. HEX triplet: BD, 00 and 95. RGB value is (189,0,149). Sum of RGB (Red+Green+Blue) = 189+0+149=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0095 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0095 is #42FF6A. Grayscale: #494949. Windows color (decimal): -4390763 or 9765053. OLE color: 9765053.
HSL color Cylindrical-coordinate representation of color #BD0095: hue angle of 312.7º 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 #BD0095 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 0 | 149 | - |
| CMYK | 0 | 1 | 0.21 | 0.26 |
| HSL | 312.7º | 1% | 0.37% | - |
| HSV(B) | 312.7º | 1% | 0.74% | - |
| XYZ | 26.41 | 12.99 | 29.55 | - |
| YUV | 73.5 | 170.62 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 149 | 0 | 1 | 0.21 | 0.26 | 312.7 | 1 | 0.37 |
| Hex | BD | 0 | 95 | 0 | 64 | 15 | 1A | 139 | 64 | 25 |
| Octal | 275 | 0 | 225 | 0 | 144 | 25 | 32 | 471 | 144 | 45 |
| Binary | 10111101 | 0 | 10010101 | 0 | 1100100 | 10101 | 11010 | 100111001 | 1100100 | 100101 |
Color Harmonies of #BD0095
Complementary color
Monochromatic Colors of #BD0095
Black with #BD0095
Text Example
Text Example
White with #BD0095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0095; }
p { color: rgb(189,0,149); }
H1.HeaderClassName
{
color: #BD0095;
}
.AnyTagClassName
{
color: #BD0095;
}
</style>
background-color css
<style>
a { background-color: #BD0095; }
a { background-color: rgb(189,0,149); }
div.DivClassName
{
background-color: #BD0095;
}
.BgClassName
{
background-color: #BD0095;
}
</style>
border-color css
<style>
span { border-color: #BD0095; }
span { border-color: rgb(189,0,149); }
td.TdClassName
{
border-color: #BD0095;
}
.TagClassName
{
border-color: #BD0095;
}
</style>