Shades of Medium Violet Red #BD23A3
Tints of Medium Violet Red #BD23A3
RGB
CMYK
RGB Variations
Color information
#BD23A3 (or 0xBD23A3) is known color: Medium Violet Red. HEX triplet: BD, 23 and A3. RGB value is (189,35,163). Sum of RGB (Red+Green+Blue) = 189+35+163=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 35 (14.06% from 255 or 9.04% from 387); Blue value is 163 (64.06% from 255 or 42.12% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BD23A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD23A3 is #42DC5C. Grayscale: #5F5F5F. Windows color (decimal): -4381789 or 10691517. OLE color: 10691517.
HSL color Cylindrical-coordinate representation of color #BD23A3: hue angle of 310.13º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD23A3 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 35 | 163 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.26 |
| HSL | 310.13º | 0.69% | 0.44% | - |
| HSV(B) | 310.13º | 0.81% | 0.74% | - |
| XYZ | 28.2 | 14.67 | 35.99 | - |
| YUV | 95.64 | 166.02 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 35 | 163 | 0 | 0.81 | 0.14 | 0.26 | 310.13 | 0.69 | 0.44 |
| Hex | BD | 23 | A3 | 0 | 51 | E | 1A | 136 | 45 | 2C |
| Octal | 275 | 43 | 243 | 0 | 121 | 16 | 32 | 466 | 105 | 54 |
| Binary | 10111101 | 100011 | 10100011 | 0 | 1010001 | 1110 | 11010 | 100110110 | 1000101 | 101100 |
Color Harmonies of #BD23A3
Complementary color
Monochromatic Colors of #BD23A3
Black with #BD23A3
Text Example
Text Example
White with #BD23A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD23A3; }
p { color: rgb(189,35,163); }
H1.HeaderClassName
{
color: #BD23A3;
}
.AnyTagClassName
{
color: #BD23A3;
}
</style>
background-color css
<style>
a { background-color: #BD23A3; }
a { background-color: rgb(189,35,163); }
div.DivClassName
{
background-color: #BD23A3;
}
.BgClassName
{
background-color: #BD23A3;
}
</style>
border-color css
<style>
span { border-color: #BD23A3; }
span { border-color: rgb(189,35,163); }
td.TdClassName
{
border-color: #BD23A3;
}
.TagClassName
{
border-color: #BD23A3;
}
</style>