Shades of Medium Violet Red #BD13A8
Tints of Medium Violet Red #BD13A8
RGB
CMYK
RGB Variations
Color information
#BD13A8 (or 0xBD13A8) is known color: Medium Violet Red. HEX triplet: BD, 13 and A8. RGB value is (189,19,168). Sum of RGB (Red+Green+Blue) = 189+19+168=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 19 (7.81% from 255 or 5.05% from 376); Blue value is 168 (66.02% from 255 or 44.68% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD13A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD13A8 is #42EC57. Grayscale: #565656. Windows color (decimal): -4385880 or 11015101. OLE color: 11015101.
HSL color Cylindrical-coordinate representation of color #BD13A8: hue angle of 307.41º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD13A8 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 19 | 168 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.26 |
| HSL | 307.41º | 0.82% | 0.41% | - |
| HSV(B) | 307.41º | 0.9% | 0.74% | - |
| XYZ | 28.29 | 14.11 | 38.28 | - |
| YUV | 86.82 | 173.82 | 200.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 19 | 168 | 0 | 0.90 | 0.11 | 0.26 | 307.41 | 0.82 | 0.41 |
| Hex | BD | 13 | A8 | 0 | 5A | B | 1A | 133 | 52 | 29 |
| Octal | 275 | 23 | 250 | 0 | 132 | 13 | 32 | 463 | 122 | 51 |
| Binary | 10111101 | 10011 | 10101000 | 0 | 1011010 | 1011 | 11010 | 100110011 | 1010010 | 101001 |
Color Harmonies of #BD13A8
Complementary color
Monochromatic Colors of #BD13A8
Black with #BD13A8
Text Example
Text Example
White with #BD13A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD13A8; }
p { color: rgb(189,19,168); }
H1.HeaderClassName
{
color: #BD13A8;
}
.AnyTagClassName
{
color: #BD13A8;
}
</style>
background-color css
<style>
a { background-color: #BD13A8; }
a { background-color: rgb(189,19,168); }
div.DivClassName
{
background-color: #BD13A8;
}
.BgClassName
{
background-color: #BD13A8;
}
</style>
border-color css
<style>
span { border-color: #BD13A8; }
span { border-color: rgb(189,19,168); }
td.TdClassName
{
border-color: #BD13A8;
}
.TagClassName
{
border-color: #BD13A8;
}
</style>