Shades of Medium Violet Red #BD0178
Tints of Medium Violet Red #BD0178
RGB
CMYK
RGB Variations
Color information
#BD0178 (or 0xBD0178) is known color: Medium Violet Red. HEX triplet: BD, 01 and 78. RGB value is (189,1,120). Sum of RGB (Red+Green+Blue) = 189+1+120=310 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.97% from 310); Green value is 1 (0.78% from 255 or 0.32% from 310); Blue value is 120 (47.27% from 255 or 38.71% from 310); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0178 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0178 is #42FE87. Grayscale: #464646. Windows color (decimal): -4390536 or 7864765. OLE color: 7864765.
HSL color Cylindrical-coordinate representation of color #BD0178: hue angle of 322.02º 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 #BD0178 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 1 | 120 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.26 |
| HSL | 322.02º | 0.99% | 0.37% | - |
| HSV(B) | 322.02º | 0.99% | 0.74% | - |
| XYZ | 24.39 | 12.2 | 18.84 | - |
| YUV | 70.78 | 155.78 | 212.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 1 | 120 | 0 | 0.99 | 0.37 | 0.26 | 322.02 | 0.99 | 0.37 |
| Hex | BD | 1 | 78 | 0 | 63 | 25 | 1A | 142 | 63 | 25 |
| Octal | 275 | 1 | 170 | 0 | 143 | 45 | 32 | 502 | 143 | 45 |
| Binary | 10111101 | 1 | 1111000 | 0 | 1100011 | 100101 | 11010 | 101000010 | 1100011 | 100101 |
Color Harmonies of #BD0178
Complementary color
Monochromatic Colors of #BD0178
Black with #BD0178
Text Example
Text Example
White with #BD0178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0178; }
p { color: rgb(189,1,120); }
H1.HeaderClassName
{
color: #BD0178;
}
.AnyTagClassName
{
color: #BD0178;
}
</style>
background-color css
<style>
a { background-color: #BD0178; }
a { background-color: rgb(189,1,120); }
div.DivClassName
{
background-color: #BD0178;
}
.BgClassName
{
background-color: #BD0178;
}
</style>
border-color css
<style>
span { border-color: #BD0178; }
span { border-color: rgb(189,1,120); }
td.TdClassName
{
border-color: #BD0178;
}
.TagClassName
{
border-color: #BD0178;
}
</style>