Shades of Medium Red Violet #BD2781
Tints of Medium Red Violet #BD2781
RGB
CMYK
RGB Variations
Color information
#BD2781 (or 0xBD2781) is known color: Medium Red Violet. HEX triplet: BD, 27 and 81. RGB value is (189,39,129). Sum of RGB (Red+Green+Blue) = 189+39+129=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 39 (15.62% from 255 or 10.92% from 357); Blue value is 129 (50.78% from 255 or 36.13% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2781 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2781 is #42D87E. Grayscale: #5D5D5D. Windows color (decimal): -4380799 or 8464317. OLE color: 8464317.
HSL color Cylindrical-coordinate representation of color #BD2781: hue angle of 324º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD2781 is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 39 | 129 | - |
| CMYK | 0 | 0.79 | 0.32 | 0.26 |
| HSL | 324º | 0.66% | 0.45% | - |
| HSV(B) | 324º | 0.79% | 0.74% | - |
| XYZ | 25.67 | 13.85 | 22.09 | - |
| YUV | 94.11 | 147.7 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 39 | 129 | 0 | 0.79 | 0.32 | 0.26 | 324 | 0.66 | 0.45 |
| Hex | BD | 27 | 81 | 0 | 4F | 20 | 1A | 144 | 42 | 2D |
| Octal | 275 | 47 | 201 | 0 | 117 | 40 | 32 | 504 | 102 | 55 |
| Binary | 10111101 | 100111 | 10000001 | 0 | 1001111 | 100000 | 11010 | 101000100 | 1000010 | 101101 |
Color Harmonies of #BD2781
Complementary color
Monochromatic Colors of #BD2781
Black with #BD2781
Text Example
Text Example
White with #BD2781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2781; }
p { color: rgb(189,39,129); }
H1.HeaderClassName
{
color: #BD2781;
}
.AnyTagClassName
{
color: #BD2781;
}
</style>
background-color css
<style>
a { background-color: #BD2781; }
a { background-color: rgb(189,39,129); }
div.DivClassName
{
background-color: #BD2781;
}
.BgClassName
{
background-color: #BD2781;
}
</style>
border-color css
<style>
span { border-color: #BD2781; }
span { border-color: rgb(189,39,129); }
td.TdClassName
{
border-color: #BD2781;
}
.TagClassName
{
border-color: #BD2781;
}
</style>