Shades of Medium Violet Red #BD23AD
Tints of Medium Violet Red #BD23AD
RGB
CMYK
RGB Variations
Color information
#BD23AD (or 0xBD23AD) is known color: Medium Violet Red. HEX triplet: BD, 23 and AD. RGB value is (189,35,173). Sum of RGB (Red+Green+Blue) = 189+35+173=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 35 (14.06% from 255 or 8.82% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD23AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD23AD is #42DC52. Grayscale: #606060. Windows color (decimal): -4381779 or 11346877. OLE color: 11346877.
HSL color Cylindrical-coordinate representation of color #BD23AD: hue angle of 306.23º 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 #BD23AD is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 35 | 173 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.26 |
| HSL | 306.23º | 0.69% | 0.44% | - |
| HSV(B) | 306.23º | 0.81% | 0.74% | - |
| XYZ | 29.13 | 15.04 | 40.9 | - |
| YUV | 96.78 | 171.02 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 35 | 173 | 0 | 0.81 | 0.08 | 0.26 | 306.23 | 0.69 | 0.44 |
| Hex | BD | 23 | AD | 0 | 51 | 8 | 1A | 132 | 45 | 2C |
| Octal | 275 | 43 | 255 | 0 | 121 | 10 | 32 | 462 | 105 | 54 |
| Binary | 10111101 | 100011 | 10101101 | 0 | 1010001 | 1000 | 11010 | 100110010 | 1000101 | 101100 |
Color Harmonies of #BD23AD
Complementary color
Monochromatic Colors of #BD23AD
Black with #BD23AD
Text Example
Text Example
White with #BD23AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD23AD; }
p { color: rgb(189,35,173); }
H1.HeaderClassName
{
color: #BD23AD;
}
.AnyTagClassName
{
color: #BD23AD;
}
</style>
background-color css
<style>
a { background-color: #BD23AD; }
a { background-color: rgb(189,35,173); }
div.DivClassName
{
background-color: #BD23AD;
}
.BgClassName
{
background-color: #BD23AD;
}
</style>
border-color css
<style>
span { border-color: #BD23AD; }
span { border-color: rgb(189,35,173); }
td.TdClassName
{
border-color: #BD23AD;
}
.TagClassName
{
border-color: #BD23AD;
}
</style>