Shades of Medium Violet Red #BD217B
Tints of Medium Violet Red #BD217B
RGB
CMYK
RGB Variations
Color information
#BD217B (or 0xBD217B) is known color: Medium Violet Red. HEX triplet: BD, 21 and 7B. RGB value is (189,33,123). Sum of RGB (Red+Green+Blue) = 189+33+123=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 33 (13.28% from 255 or 9.57% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD217B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD217B is #42DE84. Grayscale: #595959. Windows color (decimal): -4382341 or 8069565. OLE color: 8069565.
HSL color Cylindrical-coordinate representation of color #BD217B: hue angle of 325.38º 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 #BD217B is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 33 | 123 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.26 |
| HSL | 325.38º | 0.7% | 0.44% | - |
| HSV(B) | 325.38º | 0.83% | 0.74% | - |
| XYZ | 25.11 | 13.34 | 19.99 | - |
| YUV | 89.9 | 146.68 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 123 | 0 | 0.83 | 0.35 | 0.26 | 325.38 | 0.7 | 0.44 |
| Hex | BD | 21 | 7B | 0 | 53 | 23 | 1A | 145 | 46 | 2C |
| Octal | 275 | 41 | 173 | 0 | 123 | 43 | 32 | 505 | 106 | 54 |
| Binary | 10111101 | 100001 | 1111011 | 0 | 1010011 | 100011 | 11010 | 101000101 | 1000110 | 101100 |
Color Harmonies of #BD217B
Complementary color
Monochromatic Colors of #BD217B
Black with #BD217B
Text Example
Text Example
White with #BD217B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD217B; }
p { color: rgb(189,33,123); }
H1.HeaderClassName
{
color: #BD217B;
}
.AnyTagClassName
{
color: #BD217B;
}
</style>
background-color css
<style>
a { background-color: #BD217B; }
a { background-color: rgb(189,33,123); }
div.DivClassName
{
background-color: #BD217B;
}
.BgClassName
{
background-color: #BD217B;
}
</style>
border-color css
<style>
span { border-color: #BD217B; }
span { border-color: rgb(189,33,123); }
td.TdClassName
{
border-color: #BD217B;
}
.TagClassName
{
border-color: #BD217B;
}
</style>