Shades of Medium Red Violet #BD3281
Tints of Medium Red Violet #BD3281
RGB
CMYK
RGB Variations
Color information
#BD3281 (or 0xBD3281) is known color: Medium Red Violet. HEX triplet: BD, 32 and 81. RGB value is (189,50,129). Sum of RGB (Red+Green+Blue) = 189+50+129=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 50 (19.92% from 255 or 13.59% from 368); Blue value is 129 (50.78% from 255 or 35.05% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3281 is #42CD7E. Grayscale: #646464. Windows color (decimal): -4377983 or 8467133. OLE color: 8467133.
HSL color Cylindrical-coordinate representation of color #BD3281: hue angle of 325.9º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD3281 is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 50 | 129 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.26 |
| HSL | 325.9º | 0.58% | 0.47% | - |
| HSV(B) | 325.9º | 0.74% | 0.74% | - |
| XYZ | 26.09 | 14.69 | 22.23 | - |
| YUV | 100.57 | 144.05 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 129 | 0 | 0.74 | 0.32 | 0.26 | 325.9 | 0.58 | 0.47 |
| Hex | BD | 32 | 81 | 0 | 4A | 20 | 1A | 146 | 3A | 2F |
| Octal | 275 | 62 | 201 | 0 | 112 | 40 | 32 | 506 | 72 | 57 |
| Binary | 10111101 | 110010 | 10000001 | 0 | 1001010 | 100000 | 11010 | 101000110 | 111010 | 101111 |
Color Harmonies of #BD3281
Complementary color
Monochromatic Colors of #BD3281
Black with #BD3281
Text Example
Text Example
White with #BD3281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3281; }
p { color: rgb(189,50,129); }
H1.HeaderClassName
{
color: #BD3281;
}
.AnyTagClassName
{
color: #BD3281;
}
</style>
background-color css
<style>
a { background-color: #BD3281; }
a { background-color: rgb(189,50,129); }
div.DivClassName
{
background-color: #BD3281;
}
.BgClassName
{
background-color: #BD3281;
}
</style>
border-color css
<style>
span { border-color: #BD3281; }
span { border-color: rgb(189,50,129); }
td.TdClassName
{
border-color: #BD3281;
}
.TagClassName
{
border-color: #BD3281;
}
</style>