Shades of Medium Violet Red #BD1B93
Tints of Medium Violet Red #BD1B93
RGB
CMYK
RGB Variations
Color information
#BD1B93 (or 0xBD1B93) is known color: Medium Violet Red. HEX triplet: BD, 1B and 93. RGB value is (189,27,147). Sum of RGB (Red+Green+Blue) = 189+27+147=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 27 (10.94% from 255 or 7.44% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1B93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1B93 is #42E46C. Grayscale: #585858. Windows color (decimal): -4383853 or 9640893. OLE color: 9640893.
HSL color Cylindrical-coordinate representation of color #BD1B93: hue angle of 315.56º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD1B93 is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 27 | 147 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.26 |
| HSL | 315.56º | 0.75% | 0.42% | - |
| HSV(B) | 315.56º | 0.86% | 0.74% | - |
| XYZ | 26.64 | 13.71 | 28.85 | - |
| YUV | 89.12 | 160.67 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 27 | 147 | 0 | 0.86 | 0.22 | 0.26 | 315.56 | 0.75 | 0.42 |
| Hex | BD | 1B | 93 | 0 | 56 | 16 | 1A | 13C | 4B | 2A |
| Octal | 275 | 33 | 223 | 0 | 126 | 26 | 32 | 474 | 113 | 52 |
| Binary | 10111101 | 11011 | 10010011 | 0 | 1010110 | 10110 | 11010 | 100111100 | 1001011 | 101010 |
Color Harmonies of #BD1B93
Complementary color
Monochromatic Colors of #BD1B93
Black with #BD1B93
Text Example
Text Example
White with #BD1B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1B93; }
p { color: rgb(189,27,147); }
H1.HeaderClassName
{
color: #BD1B93;
}
.AnyTagClassName
{
color: #BD1B93;
}
</style>
background-color css
<style>
a { background-color: #BD1B93; }
a { background-color: rgb(189,27,147); }
div.DivClassName
{
background-color: #BD1B93;
}
.BgClassName
{
background-color: #BD1B93;
}
</style>
border-color css
<style>
span { border-color: #BD1B93; }
span { border-color: rgb(189,27,147); }
td.TdClassName
{
border-color: #BD1B93;
}
.TagClassName
{
border-color: #BD1B93;
}
</style>