Shades of Medium Red Violet #BD3398
Tints of Medium Red Violet #BD3398
RGB
CMYK
RGB Variations
Color information
#BD3398 (or 0xBD3398) is known color: Medium Red Violet. HEX triplet: BD, 33 and 98. RGB value is (189,51,152). Sum of RGB (Red+Green+Blue) = 189+51+152=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 51 (20.31% from 255 or 13.01% from 392); Blue value is 152 (59.77% from 255 or 38.78% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3398 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3398 is #42CC67. Grayscale: #676767. Windows color (decimal): -4377704 or 9974717. OLE color: 9974717.
HSL color Cylindrical-coordinate representation of color #BD3398: hue angle of 316.09º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD3398 is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 51 | 152 | - |
| CMYK | 0 | 0.73 | 0.20 | 0.26 |
| HSL | 316.09º | 0.58% | 0.47% | - |
| HSV(B) | 316.09º | 0.73% | 0.74% | - |
| XYZ | 27.84 | 15.45 | 31.22 | - |
| YUV | 103.78 | 155.22 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 51 | 152 | 0 | 0.73 | 0.20 | 0.26 | 316.09 | 0.58 | 0.47 |
| Hex | BD | 33 | 98 | 0 | 49 | 14 | 1A | 13C | 3A | 2F |
| Octal | 275 | 63 | 230 | 0 | 111 | 24 | 32 | 474 | 72 | 57 |
| Binary | 10111101 | 110011 | 10011000 | 0 | 1001001 | 10100 | 11010 | 100111100 | 111010 | 101111 |
Color Harmonies of #BD3398
Complementary color
Monochromatic Colors of #BD3398
Black with #BD3398
Text Example
Text Example
White with #BD3398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3398; }
p { color: rgb(189,51,152); }
H1.HeaderClassName
{
color: #BD3398;
}
.AnyTagClassName
{
color: #BD3398;
}
</style>
background-color css
<style>
a { background-color: #BD3398; }
a { background-color: rgb(189,51,152); }
div.DivClassName
{
background-color: #BD3398;
}
.BgClassName
{
background-color: #BD3398;
}
</style>
border-color css
<style>
span { border-color: #BD3398; }
span { border-color: rgb(189,51,152); }
td.TdClassName
{
border-color: #BD3398;
}
.TagClassName
{
border-color: #BD3398;
}
</style>