Shades of Medium Violet Red #BD098A
Tints of Medium Violet Red #BD098A
RGB
CMYK
RGB Variations
Color information
#BD098A (or 0xBD098A) is known color: Medium Violet Red. HEX triplet: BD, 09 and 8A. RGB value is (189,9,138). Sum of RGB (Red+Green+Blue) = 189+9+138=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 9 (3.91% from 255 or 2.68% from 336); Blue value is 138 (54.30% from 255 or 41.07% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD098A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD098A is #42F675. Grayscale: #4D4D4D. Windows color (decimal): -4388470 or 9046461. OLE color: 9046461.
HSL color Cylindrical-coordinate representation of color #BD098A: hue angle of 317º 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 #BD098A is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 9 | 138 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.26 |
| HSL | 317º | 0.91% | 0.39% | - |
| HSV(B) | 317º | 0.95% | 0.74% | - |
| XYZ | 25.67 | 12.85 | 25.17 | - |
| YUV | 77.53 | 162.13 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 9 | 138 | 0 | 0.95 | 0.27 | 0.26 | 317 | 0.91 | 0.39 |
| Hex | BD | 9 | 8A | 0 | 5F | 1B | 1A | 13D | 5B | 27 |
| Octal | 275 | 11 | 212 | 0 | 137 | 33 | 32 | 475 | 133 | 47 |
| Binary | 10111101 | 1001 | 10001010 | 0 | 1011111 | 11011 | 11010 | 100111101 | 1011011 | 100111 |
Color Harmonies of #BD098A
Complementary color
Monochromatic Colors of #BD098A
Black with #BD098A
Text Example
Text Example
White with #BD098A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD098A; }
p { color: rgb(189,9,138); }
H1.HeaderClassName
{
color: #BD098A;
}
.AnyTagClassName
{
color: #BD098A;
}
</style>
background-color css
<style>
a { background-color: #BD098A; }
a { background-color: rgb(189,9,138); }
div.DivClassName
{
background-color: #BD098A;
}
.BgClassName
{
background-color: #BD098A;
}
</style>
border-color css
<style>
span { border-color: #BD098A; }
span { border-color: rgb(189,9,138); }
td.TdClassName
{
border-color: #BD098A;
}
.TagClassName
{
border-color: #BD098A;
}
</style>