Shades of Medium Violet Red #BD10A2
Tints of Medium Violet Red #BD10A2
RGB
CMYK
RGB Variations
Color information
#BD10A2 (or 0xBD10A2) is known color: Medium Violet Red. HEX triplet: BD, 10 and A2. RGB value is (189,16,162). Sum of RGB (Red+Green+Blue) = 189+16+162=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 16 (6.64% from 255 or 4.36% from 367); Blue value is 162 (63.67% from 255 or 44.14% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BD10A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD10A2 is #42EF5D. Grayscale: #535353. Windows color (decimal): -4386654 or 10621117. OLE color: 10621117.
HSL color Cylindrical-coordinate representation of color #BD10A2: hue angle of 309.36º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD10A2 is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 16 | 162 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.26 |
| HSL | 309.36º | 0.84% | 0.4% | - |
| HSV(B) | 309.36º | 0.92% | 0.74% | - |
| XYZ | 27.69 | 13.8 | 35.39 | - |
| YUV | 84.37 | 171.81 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 16 | 162 | 0 | 0.92 | 0.14 | 0.26 | 309.36 | 0.84 | 0.4 |
| Hex | BD | 10 | A2 | 0 | 5C | E | 1A | 135 | 54 | 28 |
| Octal | 275 | 20 | 242 | 0 | 134 | 16 | 32 | 465 | 124 | 50 |
| Binary | 10111101 | 10000 | 10100010 | 0 | 1011100 | 1110 | 11010 | 100110101 | 1010100 | 101000 |
Color Harmonies of #BD10A2
Complementary color
Monochromatic Colors of #BD10A2
Black with #BD10A2
Text Example
Text Example
White with #BD10A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD10A2; }
p { color: rgb(189,16,162); }
H1.HeaderClassName
{
color: #BD10A2;
}
.AnyTagClassName
{
color: #BD10A2;
}
</style>
background-color css
<style>
a { background-color: #BD10A2; }
a { background-color: rgb(189,16,162); }
div.DivClassName
{
background-color: #BD10A2;
}
.BgClassName
{
background-color: #BD10A2;
}
</style>
border-color css
<style>
span { border-color: #BD10A2; }
span { border-color: rgb(189,16,162); }
td.TdClassName
{
border-color: #BD10A2;
}
.TagClassName
{
border-color: #BD10A2;
}
</style>