Shades of Medium Violet Red #BD0093
Tints of Medium Violet Red #BD0093
RGB
CMYK
RGB Variations
Color information
#BD0093 (or 0xBD0093) is known color: Medium Violet Red. HEX triplet: BD, 00 and 93. RGB value is (189,0,147). Sum of RGB (Red+Green+Blue) = 189+0+147=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 147 (57.81% from 255 or 43.75% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0093 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0093 is #42FF6C. Grayscale: #484848. Windows color (decimal): -4390765 or 9633981. OLE color: 9633981.
HSL color Cylindrical-coordinate representation of color #BD0093: hue angle of 313.33º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD0093 is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 0 | 147 | - |
| CMYK | 0 | 1 | 0.22 | 0.26 |
| HSL | 313.33º | 1% | 0.37% | - |
| HSV(B) | 313.33º | 1% | 0.74% | - |
| XYZ | 26.25 | 12.93 | 28.71 | - |
| YUV | 73.27 | 169.62 | 210.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 147 | 0 | 1 | 0.22 | 0.26 | 313.33 | 1 | 0.37 |
| Hex | BD | 0 | 93 | 0 | 64 | 16 | 1A | 139 | 64 | 25 |
| Octal | 275 | 0 | 223 | 0 | 144 | 26 | 32 | 471 | 144 | 45 |
| Binary | 10111101 | 0 | 10010011 | 0 | 1100100 | 10110 | 11010 | 100111001 | 1100100 | 100101 |
Color Harmonies of #BD0093
Complementary color
Monochromatic Colors of #BD0093
Black with #BD0093
Text Example
Text Example
White with #BD0093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0093; }
p { color: rgb(189,0,147); }
H1.HeaderClassName
{
color: #BD0093;
}
.AnyTagClassName
{
color: #BD0093;
}
</style>
background-color css
<style>
a { background-color: #BD0093; }
a { background-color: rgb(189,0,147); }
div.DivClassName
{
background-color: #BD0093;
}
.BgClassName
{
background-color: #BD0093;
}
</style>
border-color css
<style>
span { border-color: #BD0093; }
span { border-color: rgb(189,0,147); }
td.TdClassName
{
border-color: #BD0093;
}
.TagClassName
{
border-color: #BD0093;
}
</style>