Shades of Medium Violet Red #BD18A0
Tints of Medium Violet Red #BD18A0
RGB
CMYK
RGB Variations
Color information
#BD18A0 (or 0xBD18A0) is known color: Medium Violet Red. HEX triplet: BD, 18 and A0. RGB value is (189,24,160). Sum of RGB (Red+Green+Blue) = 189+24+160=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 24 (9.77% from 255 or 6.43% from 373); Blue value is 160 (62.89% from 255 or 42.90% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD18A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD18A0 is #42E75F. Grayscale: #585858. Windows color (decimal): -4384608 or 10492093. OLE color: 10492093.
HSL color Cylindrical-coordinate representation of color #BD18A0: hue angle of 310.55º 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 #BD18A0 is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 24 | 160 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.26 |
| HSL | 310.55º | 0.77% | 0.42% | - |
| HSV(B) | 310.55º | 0.87% | 0.74% | - |
| XYZ | 27.66 | 14.01 | 34.5 | - |
| YUV | 88.84 | 168.16 | 199.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 24 | 160 | 0 | 0.87 | 0.15 | 0.26 | 310.55 | 0.77 | 0.42 |
| Hex | BD | 18 | A0 | 0 | 57 | F | 1A | 137 | 4D | 2A |
| Octal | 275 | 30 | 240 | 0 | 127 | 17 | 32 | 467 | 115 | 52 |
| Binary | 10111101 | 11000 | 10100000 | 0 | 1010111 | 1111 | 11010 | 100110111 | 1001101 | 101010 |
Color Harmonies of #BD18A0
Complementary color
Monochromatic Colors of #BD18A0
Black with #BD18A0
Text Example
Text Example
White with #BD18A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD18A0; }
p { color: rgb(189,24,160); }
H1.HeaderClassName
{
color: #BD18A0;
}
.AnyTagClassName
{
color: #BD18A0;
}
</style>
background-color css
<style>
a { background-color: #BD18A0; }
a { background-color: rgb(189,24,160); }
div.DivClassName
{
background-color: #BD18A0;
}
.BgClassName
{
background-color: #BD18A0;
}
</style>
border-color css
<style>
span { border-color: #BD18A0; }
span { border-color: rgb(189,24,160); }
td.TdClassName
{
border-color: #BD18A0;
}
.TagClassName
{
border-color: #BD18A0;
}
</style>