Shades of Medium Violet Red #BD23AB
Tints of Medium Violet Red #BD23AB
RGB
CMYK
RGB Variations
Color information
#BD23AB (or 0xBD23AB) is known color: Medium Violet Red. HEX triplet: BD, 23 and AB. RGB value is (189,35,171). Sum of RGB (Red+Green+Blue) = 189+35+171=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 35 (14.06% from 255 or 8.86% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BD23AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD23AB is #42DC54. Grayscale: #606060. Windows color (decimal): -4381781 or 11215805. OLE color: 11215805.
HSL color Cylindrical-coordinate representation of color #BD23AB: hue angle of 307.01º 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 #BD23AB is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 35 | 171 | - |
| CMYK | 0 | 0.81 | 0.10 | 0.26 |
| HSL | 307.01º | 0.69% | 0.44% | - |
| HSV(B) | 307.01º | 0.81% | 0.74% | - |
| XYZ | 28.94 | 14.96 | 39.89 | - |
| YUV | 96.55 | 170.02 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 35 | 171 | 0 | 0.81 | 0.10 | 0.26 | 307.01 | 0.69 | 0.44 |
| Hex | BD | 23 | AB | 0 | 51 | A | 1A | 133 | 45 | 2C |
| Octal | 275 | 43 | 253 | 0 | 121 | 12 | 32 | 463 | 105 | 54 |
| Binary | 10111101 | 100011 | 10101011 | 0 | 1010001 | 1010 | 11010 | 100110011 | 1000101 | 101100 |
Color Harmonies of #BD23AB
Complementary color
Monochromatic Colors of #BD23AB
Black with #BD23AB
Text Example
Text Example
White with #BD23AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD23AB; }
p { color: rgb(189,35,171); }
H1.HeaderClassName
{
color: #BD23AB;
}
.AnyTagClassName
{
color: #BD23AB;
}
</style>
background-color css
<style>
a { background-color: #BD23AB; }
a { background-color: rgb(189,35,171); }
div.DivClassName
{
background-color: #BD23AB;
}
.BgClassName
{
background-color: #BD23AB;
}
</style>
border-color css
<style>
span { border-color: #BD23AB; }
span { border-color: rgb(189,35,171); }
td.TdClassName
{
border-color: #BD23AB;
}
.TagClassName
{
border-color: #BD23AB;
}
</style>