Shades of Medium Violet Red #BD0189
Tints of Medium Violet Red #BD0189
RGB
CMYK
RGB Variations
Color information
#BD0189 (or 0xBD0189) is known color: Medium Violet Red. HEX triplet: BD, 01 and 89. RGB value is (189,1,137). Sum of RGB (Red+Green+Blue) = 189+1+137=327 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.80% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 137 (53.91% from 255 or 41.90% from 327); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0189 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0189 is #42FE76. Grayscale: #484848. Windows color (decimal): -4390519 or 8978877. OLE color: 8978877.
HSL color Cylindrical-coordinate representation of color #BD0189: hue angle of 316.6º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD0189 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 1 | 137 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.26 |
| HSL | 316.6º | 0.99% | 0.37% | - |
| HSV(B) | 316.6º | 0.99% | 0.74% | - |
| XYZ | 25.51 | 12.65 | 24.76 | - |
| YUV | 72.72 | 164.28 | 210.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 1 | 137 | 0 | 0.99 | 0.28 | 0.26 | 316.6 | 0.99 | 0.37 |
| Hex | BD | 1 | 89 | 0 | 63 | 1C | 1A | 13D | 63 | 25 |
| Octal | 275 | 1 | 211 | 0 | 143 | 34 | 32 | 475 | 143 | 45 |
| Binary | 10111101 | 1 | 10001001 | 0 | 1100011 | 11100 | 11010 | 100111101 | 1100011 | 100101 |
Color Harmonies of #BD0189
Complementary color
Monochromatic Colors of #BD0189
Black with #BD0189
Text Example
Text Example
White with #BD0189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0189; }
p { color: rgb(189,1,137); }
H1.HeaderClassName
{
color: #BD0189;
}
.AnyTagClassName
{
color: #BD0189;
}
</style>
background-color css
<style>
a { background-color: #BD0189; }
a { background-color: rgb(189,1,137); }
div.DivClassName
{
background-color: #BD0189;
}
.BgClassName
{
background-color: #BD0189;
}
</style>
border-color css
<style>
span { border-color: #BD0189; }
span { border-color: rgb(189,1,137); }
td.TdClassName
{
border-color: #BD0189;
}
.TagClassName
{
border-color: #BD0189;
}
</style>