Shades of Medium Violet Red #BD06A4
Tints of Medium Violet Red #BD06A4
RGB
CMYK
RGB Variations
Color information
#BD06A4 (or 0xBD06A4) is known color: Medium Violet Red. HEX triplet: BD, 06 and A4. RGB value is (189,6,164). Sum of RGB (Red+Green+Blue) = 189+6+164=359 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.65% from 359); Green value is 6 (2.73% from 255 or 1.67% from 359); Blue value is 164 (64.45% from 255 or 45.68% from 359); Max value from RGB is 189 - color contains mainly: red. Hex color #BD06A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD06A4 is #42F95B. Grayscale: #4E4E4E. Windows color (decimal): -4389212 or 10749629. OLE color: 10749629.
HSL color Cylindrical-coordinate representation of color #BD06A4: hue angle of 308.2º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD06A4 is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 6 | 164 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.26 |
| HSL | 308.2º | 0.94% | 0.38% | - |
| HSV(B) | 308.2º | 0.97% | 0.74% | - |
| XYZ | 27.75 | 13.63 | 36.29 | - |
| YUV | 78.73 | 176.13 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 6 | 164 | 0 | 0.97 | 0.13 | 0.26 | 308.2 | 0.94 | 0.38 |
| Hex | BD | 6 | A4 | 0 | 61 | D | 1A | 134 | 5E | 26 |
| Octal | 275 | 6 | 244 | 0 | 141 | 15 | 32 | 464 | 136 | 46 |
| Binary | 10111101 | 110 | 10100100 | 0 | 1100001 | 1101 | 11010 | 100110100 | 1011110 | 100110 |
Color Harmonies of #BD06A4
Complementary color
Monochromatic Colors of #BD06A4
Black with #BD06A4
Text Example
Text Example
White with #BD06A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD06A4; }
p { color: rgb(189,6,164); }
H1.HeaderClassName
{
color: #BD06A4;
}
.AnyTagClassName
{
color: #BD06A4;
}
</style>
background-color css
<style>
a { background-color: #BD06A4; }
a { background-color: rgb(189,6,164); }
div.DivClassName
{
background-color: #BD06A4;
}
.BgClassName
{
background-color: #BD06A4;
}
</style>
border-color css
<style>
span { border-color: #BD06A4; }
span { border-color: rgb(189,6,164); }
td.TdClassName
{
border-color: #BD06A4;
}
.TagClassName
{
border-color: #BD06A4;
}
</style>