Shades of Medium Violet Red #BD0175
Tints of Medium Violet Red #BD0175
RGB
CMYK
RGB Variations
Color information
#BD0175 (or 0xBD0175) is known color: Medium Violet Red. HEX triplet: BD, 01 and 75. RGB value is (189,1,117). Sum of RGB (Red+Green+Blue) = 189+1+117=307 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.56% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0175 is #42FE8A. Grayscale: #464646. Windows color (decimal): -4390539 or 7668157. OLE color: 7668157.
HSL color Cylindrical-coordinate representation of color #BD0175: hue angle of 322.98º 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 #BD0175 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 1 | 117 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.26 |
| HSL | 322.98º | 0.99% | 0.37% | - |
| HSV(B) | 322.98º | 0.99% | 0.74% | - |
| XYZ | 24.21 | 12.12 | 17.89 | - |
| YUV | 70.44 | 154.28 | 212.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 1 | 117 | 0 | 0.99 | 0.38 | 0.26 | 322.98 | 0.99 | 0.37 |
| Hex | BD | 1 | 75 | 0 | 63 | 26 | 1A | 143 | 63 | 25 |
| Octal | 275 | 1 | 165 | 0 | 143 | 46 | 32 | 503 | 143 | 45 |
| Binary | 10111101 | 1 | 1110101 | 0 | 1100011 | 100110 | 11010 | 101000011 | 1100011 | 100101 |
Color Harmonies of #BD0175
Complementary color
Monochromatic Colors of #BD0175
Black with #BD0175
Text Example
Text Example
White with #BD0175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0175; }
p { color: rgb(189,1,117); }
H1.HeaderClassName
{
color: #BD0175;
}
.AnyTagClassName
{
color: #BD0175;
}
</style>
background-color css
<style>
a { background-color: #BD0175; }
a { background-color: rgb(189,1,117); }
div.DivClassName
{
background-color: #BD0175;
}
.BgClassName
{
background-color: #BD0175;
}
</style>
border-color css
<style>
span { border-color: #BD0175; }
span { border-color: rgb(189,1,117); }
td.TdClassName
{
border-color: #BD0175;
}
.TagClassName
{
border-color: #BD0175;
}
</style>