Shades of Medium Violet Red #BD0385
Tints of Medium Violet Red #BD0385
RGB
CMYK
RGB Variations
Color information
#BD0385 (or 0xBD0385) is known color: Medium Violet Red. HEX triplet: BD, 03 and 85. RGB value is (189,3,133). Sum of RGB (Red+Green+Blue) = 189+3+133=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 3 (1.56% from 255 or 0.92% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0385 is #42FC7A. Grayscale: #494949. Windows color (decimal): -4390011 or 8717245. OLE color: 8717245.
HSL color Cylindrical-coordinate representation of color #BD0385: hue angle of 318.06º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD0385 is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 3 | 133 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.26 |
| HSL | 318.06º | 0.97% | 0.38% | - |
| HSV(B) | 318.06º | 0.98% | 0.74% | - |
| XYZ | 25.25 | 12.58 | 23.29 | - |
| YUV | 73.43 | 161.62 | 210.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 3 | 133 | 0 | 0.98 | 0.30 | 0.26 | 318.06 | 0.97 | 0.38 |
| Hex | BD | 3 | 85 | 0 | 62 | 1E | 1A | 13E | 61 | 26 |
| Octal | 275 | 3 | 205 | 0 | 142 | 36 | 32 | 476 | 141 | 46 |
| Binary | 10111101 | 11 | 10000101 | 0 | 1100010 | 11110 | 11010 | 100111110 | 1100001 | 100110 |
Color Harmonies of #BD0385
Complementary color
Monochromatic Colors of #BD0385
Black with #BD0385
Text Example
Text Example
White with #BD0385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0385; }
p { color: rgb(189,3,133); }
H1.HeaderClassName
{
color: #BD0385;
}
.AnyTagClassName
{
color: #BD0385;
}
</style>
background-color css
<style>
a { background-color: #BD0385; }
a { background-color: rgb(189,3,133); }
div.DivClassName
{
background-color: #BD0385;
}
.BgClassName
{
background-color: #BD0385;
}
</style>
border-color css
<style>
span { border-color: #BD0385; }
span { border-color: rgb(189,3,133); }
td.TdClassName
{
border-color: #BD0385;
}
.TagClassName
{
border-color: #BD0385;
}
</style>