Shades of Medium Violet Red #BD098E
Tints of Medium Violet Red #BD098E
RGB
CMYK
RGB Variations
Color information
#BD098E (or 0xBD098E) is known color: Medium Violet Red. HEX triplet: BD, 09 and 8E. RGB value is (189,9,142). Sum of RGB (Red+Green+Blue) = 189+9+142=340 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.59% from 340); Green value is 9 (3.91% from 255 or 2.65% from 340); Blue value is 142 (55.86% from 255 or 41.76% from 340); Max value from RGB is 189 - color contains mainly: red. Hex color #BD098E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD098E is #42F671. Grayscale: #4D4D4D. Windows color (decimal): -4388466 or 9308605. OLE color: 9308605.
HSL color Cylindrical-coordinate representation of color #BD098E: hue angle of 315.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 #BD098E is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 9 | 142 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.26 |
| HSL | 315.67º | 0.91% | 0.39% | - |
| HSV(B) | 315.67º | 0.95% | 0.74% | - |
| XYZ | 25.97 | 12.97 | 26.73 | - |
| YUV | 77.98 | 164.13 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 9 | 142 | 0 | 0.95 | 0.25 | 0.26 | 315.67 | 0.91 | 0.39 |
| Hex | BD | 9 | 8E | 0 | 5F | 19 | 1A | 13C | 5B | 27 |
| Octal | 275 | 11 | 216 | 0 | 137 | 31 | 32 | 474 | 133 | 47 |
| Binary | 10111101 | 1001 | 10001110 | 0 | 1011111 | 11001 | 11010 | 100111100 | 1011011 | 100111 |
Color Harmonies of #BD098E
Complementary color
Monochromatic Colors of #BD098E
Black with #BD098E
Text Example
Text Example
White with #BD098E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD098E; }
p { color: rgb(189,9,142); }
H1.HeaderClassName
{
color: #BD098E;
}
.AnyTagClassName
{
color: #BD098E;
}
</style>
background-color css
<style>
a { background-color: #BD098E; }
a { background-color: rgb(189,9,142); }
div.DivClassName
{
background-color: #BD098E;
}
.BgClassName
{
background-color: #BD098E;
}
</style>
border-color css
<style>
span { border-color: #BD098E; }
span { border-color: rgb(189,9,142); }
td.TdClassName
{
border-color: #BD098E;
}
.TagClassName
{
border-color: #BD098E;
}
</style>