Shades of Medium Red Violet #BD2594
Tints of Medium Red Violet #BD2594
RGB
CMYK
RGB Variations
Color information
#BD2594 (or 0xBD2594) is known color: Medium Red Violet. HEX triplet: BD, 25 and 94. RGB value is (189,37,148). Sum of RGB (Red+Green+Blue) = 189+37+148=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 37 (14.84% from 255 or 9.89% from 374); Blue value is 148 (58.20% from 255 or 39.57% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2594 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2594 is #42DA6B. Grayscale: #5E5E5E. Windows color (decimal): -4381292 or 9708989. OLE color: 9708989.
HSL color Cylindrical-coordinate representation of color #BD2594: hue angle of 316.18º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2594 is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 37 | 148 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.26 |
| HSL | 316.18º | 0.67% | 0.44% | - |
| HSV(B) | 316.18º | 0.8% | 0.74% | - |
| XYZ | 26.99 | 14.28 | 29.35 | - |
| YUV | 95.1 | 157.86 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 37 | 148 | 0 | 0.80 | 0.22 | 0.26 | 316.18 | 0.67 | 0.44 |
| Hex | BD | 25 | 94 | 0 | 50 | 16 | 1A | 13C | 43 | 2C |
| Octal | 275 | 45 | 224 | 0 | 120 | 26 | 32 | 474 | 103 | 54 |
| Binary | 10111101 | 100101 | 10010100 | 0 | 1010000 | 10110 | 11010 | 100111100 | 1000011 | 101100 |
Color Harmonies of #BD2594
Complementary color
Monochromatic Colors of #BD2594
Black with #BD2594
Text Example
Text Example
White with #BD2594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2594; }
p { color: rgb(189,37,148); }
H1.HeaderClassName
{
color: #BD2594;
}
.AnyTagClassName
{
color: #BD2594;
}
</style>
background-color css
<style>
a { background-color: #BD2594; }
a { background-color: rgb(189,37,148); }
div.DivClassName
{
background-color: #BD2594;
}
.BgClassName
{
background-color: #BD2594;
}
</style>
border-color css
<style>
span { border-color: #BD2594; }
span { border-color: rgb(189,37,148); }
td.TdClassName
{
border-color: #BD2594;
}
.TagClassName
{
border-color: #BD2594;
}
</style>