Shades of Medium Violet Red #BD0898
Tints of Medium Violet Red #BD0898
RGB
CMYK
RGB Variations
Color information
#BD0898 (or 0xBD0898) is known color: Medium Violet Red. HEX triplet: BD, 08 and 98. RGB value is (189,8,152). Sum of RGB (Red+Green+Blue) = 189+8+152=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 8 (3.52% from 255 or 2.29% from 349); Blue value is 152 (59.77% from 255 or 43.55% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0898 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0898 is #42F767. Grayscale: #4E4E4E. Windows color (decimal): -4388712 or 9963709. OLE color: 9963709.
HSL color Cylindrical-coordinate representation of color #BD0898: hue angle of 312.27º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD0898 is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 8 | 152 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.26 |
| HSL | 312.27º | 0.92% | 0.39% | - |
| HSV(B) | 312.27º | 0.96% | 0.74% | - |
| XYZ | 26.74 | 13.26 | 30.86 | - |
| YUV | 78.54 | 169.47 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 8 | 152 | 0 | 0.96 | 0.20 | 0.26 | 312.27 | 0.92 | 0.39 |
| Hex | BD | 8 | 98 | 0 | 60 | 14 | 1A | 138 | 5C | 27 |
| Octal | 275 | 10 | 230 | 0 | 140 | 24 | 32 | 470 | 134 | 47 |
| Binary | 10111101 | 1000 | 10011000 | 0 | 1100000 | 10100 | 11010 | 100111000 | 1011100 | 100111 |
Color Harmonies of #BD0898
Complementary color
Monochromatic Colors of #BD0898
Black with #BD0898
Text Example
Text Example
White with #BD0898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0898; }
p { color: rgb(189,8,152); }
H1.HeaderClassName
{
color: #BD0898;
}
.AnyTagClassName
{
color: #BD0898;
}
</style>
background-color css
<style>
a { background-color: #BD0898; }
a { background-color: rgb(189,8,152); }
div.DivClassName
{
background-color: #BD0898;
}
.BgClassName
{
background-color: #BD0898;
}
</style>
border-color css
<style>
span { border-color: #BD0898; }
span { border-color: rgb(189,8,152); }
td.TdClassName
{
border-color: #BD0898;
}
.TagClassName
{
border-color: #BD0898;
}
</style>