Shades of Medium Violet Red #BD13A7
Tints of Medium Violet Red #BD13A7
RGB
CMYK
RGB Variations
Color information
#BD13A7 (or 0xBD13A7) is known color: Medium Violet Red. HEX triplet: BD, 13 and A7. RGB value is (189,19,167). Sum of RGB (Red+Green+Blue) = 189+19+167=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 167 (65.62% from 255 or 44.53% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BD13A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD13A7 is #42EC58. Grayscale: #565656. Windows color (decimal): -4385881 or 10949565. OLE color: 10949565.
HSL color Cylindrical-coordinate representation of color #BD13A7: hue angle of 307.76º 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 #BD13A7 is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 19 | 167 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.26 |
| HSL | 307.76º | 0.82% | 0.41% | - |
| HSV(B) | 307.76º | 0.9% | 0.74% | - |
| XYZ | 28.19 | 14.07 | 37.79 | - |
| YUV | 86.7 | 173.32 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 19 | 167 | 0 | 0.90 | 0.12 | 0.26 | 307.76 | 0.82 | 0.41 |
| Hex | BD | 13 | A7 | 0 | 5A | C | 1A | 134 | 52 | 29 |
| Octal | 275 | 23 | 247 | 0 | 132 | 14 | 32 | 464 | 122 | 51 |
| Binary | 10111101 | 10011 | 10100111 | 0 | 1011010 | 1100 | 11010 | 100110100 | 1010010 | 101001 |
Color Harmonies of #BD13A7
Complementary color
Monochromatic Colors of #BD13A7
Black with #BD13A7
Text Example
Text Example
White with #BD13A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD13A7; }
p { color: rgb(189,19,167); }
H1.HeaderClassName
{
color: #BD13A7;
}
.AnyTagClassName
{
color: #BD13A7;
}
</style>
background-color css
<style>
a { background-color: #BD13A7; }
a { background-color: rgb(189,19,167); }
div.DivClassName
{
background-color: #BD13A7;
}
.BgClassName
{
background-color: #BD13A7;
}
</style>
border-color css
<style>
span { border-color: #BD13A7; }
span { border-color: rgb(189,19,167); }
td.TdClassName
{
border-color: #BD13A7;
}
.TagClassName
{
border-color: #BD13A7;
}
</style>