Shades of Medium Violet Red #BD0994
Tints of Medium Violet Red #BD0994
RGB
CMYK
RGB Variations
Color information
#BD0994 (or 0xBD0994) is known color: Medium Violet Red. HEX triplet: BD, 09 and 94. RGB value is (189,9,148). Sum of RGB (Red+Green+Blue) = 189+9+148=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 9 (3.91% from 255 or 2.60% from 346); Blue value is 148 (58.20% from 255 or 42.77% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0994 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0994 is #42F66B. Grayscale: #4E4E4E. Windows color (decimal): -4388460 or 9701821. OLE color: 9701821.
HSL color Cylindrical-coordinate representation of color #BD0994: hue angle of 313.67º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD0994 is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 9 | 148 | - |
| CMYK | 0 | 0.95 | 0.22 | 0.26 |
| HSL | 313.67º | 0.91% | 0.39% | - |
| HSV(B) | 313.67º | 0.95% | 0.74% | - |
| XYZ | 26.43 | 13.15 | 29.16 | - |
| YUV | 78.67 | 167.13 | 206.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 9 | 148 | 0 | 0.95 | 0.22 | 0.26 | 313.67 | 0.91 | 0.39 |
| Hex | BD | 9 | 94 | 0 | 5F | 16 | 1A | 13A | 5B | 27 |
| Octal | 275 | 11 | 224 | 0 | 137 | 26 | 32 | 472 | 133 | 47 |
| Binary | 10111101 | 1001 | 10010100 | 0 | 1011111 | 10110 | 11010 | 100111010 | 1011011 | 100111 |
Color Harmonies of #BD0994
Complementary color
Monochromatic Colors of #BD0994
Black with #BD0994
Text Example
Text Example
White with #BD0994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0994; }
p { color: rgb(189,9,148); }
H1.HeaderClassName
{
color: #BD0994;
}
.AnyTagClassName
{
color: #BD0994;
}
</style>
background-color css
<style>
a { background-color: #BD0994; }
a { background-color: rgb(189,9,148); }
div.DivClassName
{
background-color: #BD0994;
}
.BgClassName
{
background-color: #BD0994;
}
</style>
border-color css
<style>
span { border-color: #BD0994; }
span { border-color: rgb(189,9,148); }
td.TdClassName
{
border-color: #BD0994;
}
.TagClassName
{
border-color: #BD0994;
}
</style>