Shades of Medium Violet Red #BD18AA
Tints of Medium Violet Red #BD18AA
RGB
CMYK
RGB Variations
Color information
#BD18AA (or 0xBD18AA) is known color: Medium Violet Red. HEX triplet: BD, 18 and AA. RGB value is (189,24,170). Sum of RGB (Red+Green+Blue) = 189+24+170=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 24 (9.77% from 255 or 6.27% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD18AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD18AA is #42E755. Grayscale: #595959. Windows color (decimal): -4384598 or 11147453. OLE color: 11147453.
HSL color Cylindrical-coordinate representation of color #BD18AA: hue angle of 306.91º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD18AA is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 24 | 170 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.26 |
| HSL | 306.91º | 0.77% | 0.42% | - |
| HSV(B) | 306.91º | 0.87% | 0.74% | - |
| XYZ | 28.57 | 14.37 | 39.3 | - |
| YUV | 89.98 | 173.16 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 24 | 170 | 0 | 0.87 | 0.10 | 0.26 | 306.91 | 0.77 | 0.42 |
| Hex | BD | 18 | AA | 0 | 57 | A | 1A | 133 | 4D | 2A |
| Octal | 275 | 30 | 252 | 0 | 127 | 12 | 32 | 463 | 115 | 52 |
| Binary | 10111101 | 11000 | 10101010 | 0 | 1010111 | 1010 | 11010 | 100110011 | 1001101 | 101010 |
Color Harmonies of #BD18AA
Complementary color
Monochromatic Colors of #BD18AA
Black with #BD18AA
Text Example
Text Example
White with #BD18AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD18AA; }
p { color: rgb(189,24,170); }
H1.HeaderClassName
{
color: #BD18AA;
}
.AnyTagClassName
{
color: #BD18AA;
}
</style>
background-color css
<style>
a { background-color: #BD18AA; }
a { background-color: rgb(189,24,170); }
div.DivClassName
{
background-color: #BD18AA;
}
.BgClassName
{
background-color: #BD18AA;
}
</style>
border-color css
<style>
span { border-color: #BD18AA; }
span { border-color: rgb(189,24,170); }
td.TdClassName
{
border-color: #BD18AA;
}
.TagClassName
{
border-color: #BD18AA;
}
</style>