Shades of Medium Violet Red #BD0395
Tints of Medium Violet Red #BD0395
RGB
CMYK
RGB Variations
Color information
#BD0395 (or 0xBD0395) is known color: Medium Violet Red. HEX triplet: BD, 03 and 95. RGB value is (189,3,149). Sum of RGB (Red+Green+Blue) = 189+3+149=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 3 (1.56% from 255 or 0.88% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0395 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0395 is #42FC6A. Grayscale: #4A4A4A. Windows color (decimal): -4389995 or 9765821. OLE color: 9765821.
HSL color Cylindrical-coordinate representation of color #BD0395: hue angle of 312.9º 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 #BD0395 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 3 | 149 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.26 |
| HSL | 312.9º | 0.97% | 0.38% | - |
| HSV(B) | 312.9º | 0.98% | 0.74% | - |
| XYZ | 26.44 | 13.05 | 29.56 | - |
| YUV | 75.26 | 169.62 | 209.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 3 | 149 | 0 | 0.98 | 0.21 | 0.26 | 312.9 | 0.97 | 0.38 |
| Hex | BD | 3 | 95 | 0 | 62 | 15 | 1A | 139 | 61 | 26 |
| Octal | 275 | 3 | 225 | 0 | 142 | 25 | 32 | 471 | 141 | 46 |
| Binary | 10111101 | 11 | 10010101 | 0 | 1100010 | 10101 | 11010 | 100111001 | 1100001 | 100110 |
Color Harmonies of #BD0395
Complementary color
Monochromatic Colors of #BD0395
Black with #BD0395
Text Example
Text Example
White with #BD0395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0395; }
p { color: rgb(189,3,149); }
H1.HeaderClassName
{
color: #BD0395;
}
.AnyTagClassName
{
color: #BD0395;
}
</style>
background-color css
<style>
a { background-color: #BD0395; }
a { background-color: rgb(189,3,149); }
div.DivClassName
{
background-color: #BD0395;
}
.BgClassName
{
background-color: #BD0395;
}
</style>
border-color css
<style>
span { border-color: #BD0395; }
span { border-color: rgb(189,3,149); }
td.TdClassName
{
border-color: #BD0395;
}
.TagClassName
{
border-color: #BD0395;
}
</style>