Shades of Medium Violet Red #BD0998
Tints of Medium Violet Red #BD0998
RGB
CMYK
RGB Variations
Color information
#BD0998 (or 0xBD0998) is known color: Medium Violet Red. HEX triplet: BD, 09 and 98. RGB value is (189,9,152). Sum of RGB (Red+Green+Blue) = 189+9+152=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 152 (59.77% from 255 or 43.43% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0998 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0998 is #42F667. Grayscale: #4E4E4E. Windows color (decimal): -4388456 or 9963965. OLE color: 9963965.
HSL color Cylindrical-coordinate representation of color #BD0998: hue angle of 312.33º 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 #BD0998 is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 9 | 152 | - |
| CMYK | 0 | 0.95 | 0.20 | 0.26 |
| HSL | 312.33º | 0.91% | 0.39% | - |
| HSV(B) | 312.33º | 0.95% | 0.74% | - |
| XYZ | 26.75 | 13.28 | 30.86 | - |
| YUV | 79.12 | 169.13 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 9 | 152 | 0 | 0.95 | 0.20 | 0.26 | 312.33 | 0.91 | 0.39 |
| Hex | BD | 9 | 98 | 0 | 5F | 14 | 1A | 138 | 5B | 27 |
| Octal | 275 | 11 | 230 | 0 | 137 | 24 | 32 | 470 | 133 | 47 |
| Binary | 10111101 | 1001 | 10011000 | 0 | 1011111 | 10100 | 11010 | 100111000 | 1011011 | 100111 |
Color Harmonies of #BD0998
Complementary color
Monochromatic Colors of #BD0998
Black with #BD0998
Text Example
Text Example
White with #BD0998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0998; }
p { color: rgb(189,9,152); }
H1.HeaderClassName
{
color: #BD0998;
}
.AnyTagClassName
{
color: #BD0998;
}
</style>
background-color css
<style>
a { background-color: #BD0998; }
a { background-color: rgb(189,9,152); }
div.DivClassName
{
background-color: #BD0998;
}
.BgClassName
{
background-color: #BD0998;
}
</style>
border-color css
<style>
span { border-color: #BD0998; }
span { border-color: rgb(189,9,152); }
td.TdClassName
{
border-color: #BD0998;
}
.TagClassName
{
border-color: #BD0998;
}
</style>