Shades of Medium Red Violet #BD3F81
Tints of Medium Red Violet #BD3F81
RGB
CMYK
RGB Variations
Color information
#BD3F81 (or 0xBD3F81) is known color: Medium Red Violet. HEX triplet: BD, 3F and 81. RGB value is (189,63,129). Sum of RGB (Red+Green+Blue) = 189+63+129=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 63 (25% from 255 or 16.54% from 381); Blue value is 129 (50.78% from 255 or 33.86% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3F81 is #42C07E. Grayscale: #6C6C6C. Windows color (decimal): -4374655 or 8470461. OLE color: 8470461.
HSL color Cylindrical-coordinate representation of color #BD3F81: hue angle of 328.57º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD3F81 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 63 | 129 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.26 |
| HSL | 328.57º | 0.5% | 0.49% | - |
| HSV(B) | 328.57º | 0.67% | 0.74% | - |
| XYZ | 26.73 | 15.96 | 22.44 | - |
| YUV | 108.2 | 139.74 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 63 | 129 | 0 | 0.67 | 0.32 | 0.26 | 328.57 | 0.5 | 0.49 |
| Hex | BD | 3F | 81 | 0 | 43 | 20 | 1A | 149 | 32 | 31 |
| Octal | 275 | 77 | 201 | 0 | 103 | 40 | 32 | 511 | 62 | 61 |
| Binary | 10111101 | 111111 | 10000001 | 0 | 1000011 | 100000 | 11010 | 101001001 | 110010 | 110001 |
Color Harmonies of #BD3F81
Complementary color
Monochromatic Colors of #BD3F81
Black with #BD3F81
Text Example
Text Example
White with #BD3F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3F81; }
p { color: rgb(189,63,129); }
H1.HeaderClassName
{
color: #BD3F81;
}
.AnyTagClassName
{
color: #BD3F81;
}
</style>
background-color css
<style>
a { background-color: #BD3F81; }
a { background-color: rgb(189,63,129); }
div.DivClassName
{
background-color: #BD3F81;
}
.BgClassName
{
background-color: #BD3F81;
}
</style>
border-color css
<style>
span { border-color: #BD3F81; }
span { border-color: rgb(189,63,129); }
td.TdClassName
{
border-color: #BD3F81;
}
.TagClassName
{
border-color: #BD3F81;
}
</style>