Shades of Medium Violet Red #BD018F
Tints of Medium Violet Red #BD018F
RGB
CMYK
RGB Variations
Color information
#BD018F (or 0xBD018F) is known color: Medium Violet Red. HEX triplet: BD, 01 and 8F. RGB value is (189,1,143). Sum of RGB (Red+Green+Blue) = 189+1+143=333 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.76% from 333); Green value is 1 (0.78% from 255 or 0.30% from 333); Blue value is 143 (56.25% from 255 or 42.94% from 333); Max value from RGB is 189 - color contains mainly: red. Hex color #BD018F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD018F is #42FE70. Grayscale: #494949. Windows color (decimal): -4390513 or 9372093. OLE color: 9372093.
HSL color Cylindrical-coordinate representation of color #BD018F: hue angle of 314.68º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD018F is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 1 | 143 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.26 |
| HSL | 314.68º | 0.99% | 0.37% | - |
| HSV(B) | 314.68º | 0.99% | 0.74% | - |
| XYZ | 25.96 | 12.82 | 27.09 | - |
| YUV | 73.4 | 167.28 | 210.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 1 | 143 | 0 | 0.99 | 0.24 | 0.26 | 314.68 | 0.99 | 0.37 |
| Hex | BD | 1 | 8F | 0 | 63 | 18 | 1A | 13B | 63 | 25 |
| Octal | 275 | 1 | 217 | 0 | 143 | 30 | 32 | 473 | 143 | 45 |
| Binary | 10111101 | 1 | 10001111 | 0 | 1100011 | 11000 | 11010 | 100111011 | 1100011 | 100101 |
Color Harmonies of #BD018F
Complementary color
Monochromatic Colors of #BD018F
Black with #BD018F
Text Example
Text Example
White with #BD018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD018F; }
p { color: rgb(189,1,143); }
H1.HeaderClassName
{
color: #BD018F;
}
.AnyTagClassName
{
color: #BD018F;
}
</style>
background-color css
<style>
a { background-color: #BD018F; }
a { background-color: rgb(189,1,143); }
div.DivClassName
{
background-color: #BD018F;
}
.BgClassName
{
background-color: #BD018F;
}
</style>
border-color css
<style>
span { border-color: #BD018F; }
span { border-color: rgb(189,1,143); }
td.TdClassName
{
border-color: #BD018F;
}
.TagClassName
{
border-color: #BD018F;
}
</style>