Shades of Medium Violet Red #BD21A1
Tints of Medium Violet Red #BD21A1
RGB
CMYK
RGB Variations
Color information
#BD21A1 (or 0xBD21A1) is known color: Medium Violet Red. HEX triplet: BD, 21 and A1. RGB value is (189,33,161). Sum of RGB (Red+Green+Blue) = 189+33+161=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 33 (13.28% from 255 or 8.62% from 383); Blue value is 161 (63.28% from 255 or 42.04% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD21A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD21A1 is #42DE5E. Grayscale: #5D5D5D. Windows color (decimal): -4382303 or 10559933. OLE color: 10559933.
HSL color Cylindrical-coordinate representation of color #BD21A1: hue angle of 310.77º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD21A1 is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 33 | 161 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.26 |
| HSL | 310.77º | 0.7% | 0.44% | - |
| HSV(B) | 310.77º | 0.83% | 0.74% | - |
| XYZ | 27.96 | 14.48 | 35.04 | - |
| YUV | 94.24 | 165.68 | 195.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 161 | 0 | 0.83 | 0.15 | 0.26 | 310.77 | 0.7 | 0.44 |
| Hex | BD | 21 | A1 | 0 | 53 | F | 1A | 137 | 46 | 2C |
| Octal | 275 | 41 | 241 | 0 | 123 | 17 | 32 | 467 | 106 | 54 |
| Binary | 10111101 | 100001 | 10100001 | 0 | 1010011 | 1111 | 11010 | 100110111 | 1000110 | 101100 |
Color Harmonies of #BD21A1
Complementary color
Monochromatic Colors of #BD21A1
Black with #BD21A1
Text Example
Text Example
White with #BD21A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD21A1; }
p { color: rgb(189,33,161); }
H1.HeaderClassName
{
color: #BD21A1;
}
.AnyTagClassName
{
color: #BD21A1;
}
</style>
background-color css
<style>
a { background-color: #BD21A1; }
a { background-color: rgb(189,33,161); }
div.DivClassName
{
background-color: #BD21A1;
}
.BgClassName
{
background-color: #BD21A1;
}
</style>
border-color css
<style>
span { border-color: #BD21A1; }
span { border-color: rgb(189,33,161); }
td.TdClassName
{
border-color: #BD21A1;
}
.TagClassName
{
border-color: #BD21A1;
}
</style>