Shades of Medium Violet Red #BD03A4
Tints of Medium Violet Red #BD03A4
RGB
CMYK
RGB Variations
Color information
#BD03A4 (or 0xBD03A4) is known color: Medium Violet Red. HEX triplet: BD, 03 and A4. RGB value is (189,3,164). Sum of RGB (Red+Green+Blue) = 189+3+164=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 3 (1.56% from 255 or 0.84% from 356); Blue value is 164 (64.45% from 255 or 46.07% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD03A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD03A4 is #42FC5B. Grayscale: #4C4C4C. Windows color (decimal): -4389980 or 10748861. OLE color: 10748861.
HSL color Cylindrical-coordinate representation of color #BD03A4: hue angle of 308.06º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD03A4 is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 3 | 164 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.26 |
| HSL | 308.06º | 0.97% | 0.38% | - |
| HSV(B) | 308.06º | 0.98% | 0.74% | - |
| XYZ | 27.72 | 13.56 | 36.28 | - |
| YUV | 76.97 | 177.12 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 3 | 164 | 0 | 0.98 | 0.13 | 0.26 | 308.06 | 0.97 | 0.38 |
| Hex | BD | 3 | A4 | 0 | 62 | D | 1A | 134 | 61 | 26 |
| Octal | 275 | 3 | 244 | 0 | 142 | 15 | 32 | 464 | 141 | 46 |
| Binary | 10111101 | 11 | 10100100 | 0 | 1100010 | 1101 | 11010 | 100110100 | 1100001 | 100110 |
Color Harmonies of #BD03A4
Complementary color
Monochromatic Colors of #BD03A4
Black with #BD03A4
Text Example
Text Example
White with #BD03A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD03A4; }
p { color: rgb(189,3,164); }
H1.HeaderClassName
{
color: #BD03A4;
}
.AnyTagClassName
{
color: #BD03A4;
}
</style>
background-color css
<style>
a { background-color: #BD03A4; }
a { background-color: rgb(189,3,164); }
div.DivClassName
{
background-color: #BD03A4;
}
.BgClassName
{
background-color: #BD03A4;
}
</style>
border-color css
<style>
span { border-color: #BD03A4; }
span { border-color: rgb(189,3,164); }
td.TdClassName
{
border-color: #BD03A4;
}
.TagClassName
{
border-color: #BD03A4;
}
</style>