Shades of Medium Violet Red #BD0594
Tints of Medium Violet Red #BD0594
RGB
CMYK
RGB Variations
Color information
#BD0594 (or 0xBD0594) is known color: Medium Violet Red. HEX triplet: BD, 05 and 94. RGB value is (189,5,148). Sum of RGB (Red+Green+Blue) = 189+5+148=342 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.26% from 342); Green value is 5 (2.34% from 255 or 1.46% from 342); Blue value is 148 (58.20% from 255 or 43.27% from 342); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0594 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0594 is #42FA6B. Grayscale: #4B4B4B. Windows color (decimal): -4389484 or 9700797. OLE color: 9700797.
HSL color Cylindrical-coordinate representation of color #BD0594: hue angle of 313.37º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD0594 is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 5 | 148 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.26 |
| HSL | 313.37º | 0.95% | 0.38% | - |
| HSV(B) | 313.37º | 0.97% | 0.74% | - |
| XYZ | 26.39 | 13.07 | 29.15 | - |
| YUV | 76.32 | 168.46 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 5 | 148 | 0 | 0.97 | 0.22 | 0.26 | 313.37 | 0.95 | 0.38 |
| Hex | BD | 5 | 94 | 0 | 61 | 16 | 1A | 139 | 5F | 26 |
| Octal | 275 | 5 | 224 | 0 | 141 | 26 | 32 | 471 | 137 | 46 |
| Binary | 10111101 | 101 | 10010100 | 0 | 1100001 | 10110 | 11010 | 100111001 | 1011111 | 100110 |
Color Harmonies of #BD0594
Complementary color
Monochromatic Colors of #BD0594
Black with #BD0594
Text Example
Text Example
White with #BD0594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0594; }
p { color: rgb(189,5,148); }
H1.HeaderClassName
{
color: #BD0594;
}
.AnyTagClassName
{
color: #BD0594;
}
</style>
background-color css
<style>
a { background-color: #BD0594; }
a { background-color: rgb(189,5,148); }
div.DivClassName
{
background-color: #BD0594;
}
.BgClassName
{
background-color: #BD0594;
}
</style>
border-color css
<style>
span { border-color: #BD0594; }
span { border-color: rgb(189,5,148); }
td.TdClassName
{
border-color: #BD0594;
}
.TagClassName
{
border-color: #BD0594;
}
</style>