Shades of Medium Violet Red #BD0598
Tints of Medium Violet Red #BD0598
RGB
CMYK
RGB Variations
Color information
#BD0598 (or 0xBD0598) is known color: Medium Violet Red. HEX triplet: BD, 05 and 98. RGB value is (189,5,152). Sum of RGB (Red+Green+Blue) = 189+5+152=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 5 (2.34% from 255 or 1.45% from 346); Blue value is 152 (59.77% from 255 or 43.93% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0598 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0598 is #42FA67. Grayscale: #4C4C4C. Windows color (decimal): -4389480 or 9962941. OLE color: 9962941.
HSL color Cylindrical-coordinate representation of color #BD0598: hue angle of 312.07º 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 #BD0598 is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 5 | 152 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.26 |
| HSL | 312.07º | 0.95% | 0.38% | - |
| HSV(B) | 312.07º | 0.97% | 0.74% | - |
| XYZ | 26.71 | 13.19 | 30.84 | - |
| YUV | 76.77 | 170.46 | 208.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 5 | 152 | 0 | 0.97 | 0.20 | 0.26 | 312.07 | 0.95 | 0.38 |
| Hex | BD | 5 | 98 | 0 | 61 | 14 | 1A | 138 | 5F | 26 |
| Octal | 275 | 5 | 230 | 0 | 141 | 24 | 32 | 470 | 137 | 46 |
| Binary | 10111101 | 101 | 10011000 | 0 | 1100001 | 10100 | 11010 | 100111000 | 1011111 | 100110 |
Color Harmonies of #BD0598
Complementary color
Monochromatic Colors of #BD0598
Black with #BD0598
Text Example
Text Example
White with #BD0598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0598; }
p { color: rgb(189,5,152); }
H1.HeaderClassName
{
color: #BD0598;
}
.AnyTagClassName
{
color: #BD0598;
}
</style>
background-color css
<style>
a { background-color: #BD0598; }
a { background-color: rgb(189,5,152); }
div.DivClassName
{
background-color: #BD0598;
}
.BgClassName
{
background-color: #BD0598;
}
</style>
border-color css
<style>
span { border-color: #BD0598; }
span { border-color: rgb(189,5,152); }
td.TdClassName
{
border-color: #BD0598;
}
.TagClassName
{
border-color: #BD0598;
}
</style>