Shades of Medium Violet Red #BD23A8
Tints of Medium Violet Red #BD23A8
RGB
CMYK
RGB Variations
Color information
#BD23A8 (or 0xBD23A8) is known color: Medium Violet Red. HEX triplet: BD, 23 and A8. RGB value is (189,35,168). Sum of RGB (Red+Green+Blue) = 189+35+168=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 35 (14.06% from 255 or 8.93% from 392); Blue value is 168 (66.02% from 255 or 42.86% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BD23A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD23A8 is #42DC57. Grayscale: #5F5F5F. Windows color (decimal): -4381784 or 11019197. OLE color: 11019197.
HSL color Cylindrical-coordinate representation of color #BD23A8: hue angle of 308.18º 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 #BD23A8 is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 35 | 168 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.26 |
| HSL | 308.18º | 0.69% | 0.44% | - |
| HSV(B) | 308.18º | 0.81% | 0.74% | - |
| XYZ | 28.66 | 14.85 | 38.4 | - |
| YUV | 96.21 | 168.52 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 35 | 168 | 0 | 0.81 | 0.11 | 0.26 | 308.18 | 0.69 | 0.44 |
| Hex | BD | 23 | A8 | 0 | 51 | B | 1A | 134 | 45 | 2C |
| Octal | 275 | 43 | 250 | 0 | 121 | 13 | 32 | 464 | 105 | 54 |
| Binary | 10111101 | 100011 | 10101000 | 0 | 1010001 | 1011 | 11010 | 100110100 | 1000101 | 101100 |
Color Harmonies of #BD23A8
Complementary color
Monochromatic Colors of #BD23A8
Black with #BD23A8
Text Example
Text Example
White with #BD23A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD23A8; }
p { color: rgb(189,35,168); }
H1.HeaderClassName
{
color: #BD23A8;
}
.AnyTagClassName
{
color: #BD23A8;
}
</style>
background-color css
<style>
a { background-color: #BD23A8; }
a { background-color: rgb(189,35,168); }
div.DivClassName
{
background-color: #BD23A8;
}
.BgClassName
{
background-color: #BD23A8;
}
</style>
border-color css
<style>
span { border-color: #BD23A8; }
span { border-color: rgb(189,35,168); }
td.TdClassName
{
border-color: #BD23A8;
}
.TagClassName
{
border-color: #BD23A8;
}
</style>