Shades of Medium Violet Red #BD0893
Tints of Medium Violet Red #BD0893
RGB
CMYK
RGB Variations
Color information
#BD0893 (or 0xBD0893) is known color: Medium Violet Red. HEX triplet: BD, 08 and 93. RGB value is (189,8,147). Sum of RGB (Red+Green+Blue) = 189+8+147=344 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.94% from 344); Green value is 8 (3.52% from 255 or 2.33% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0893 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0893 is #42F76C. Grayscale: #4D4D4D. Windows color (decimal): -4388717 or 9636029. OLE color: 9636029.
HSL color Cylindrical-coordinate representation of color #BD0893: hue angle of 313.92º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD0893 is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 8 | 147 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.26 |
| HSL | 313.92º | 0.92% | 0.39% | - |
| HSV(B) | 313.92º | 0.96% | 0.74% | - |
| XYZ | 26.34 | 13.1 | 28.74 | - |
| YUV | 77.97 | 166.97 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 8 | 147 | 0 | 0.96 | 0.22 | 0.26 | 313.92 | 0.92 | 0.39 |
| Hex | BD | 8 | 93 | 0 | 60 | 16 | 1A | 13A | 5C | 27 |
| Octal | 275 | 10 | 223 | 0 | 140 | 26 | 32 | 472 | 134 | 47 |
| Binary | 10111101 | 1000 | 10010011 | 0 | 1100000 | 10110 | 11010 | 100111010 | 1011100 | 100111 |
Color Harmonies of #BD0893
Complementary color
Monochromatic Colors of #BD0893
Black with #BD0893
Text Example
Text Example
White with #BD0893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0893; }
p { color: rgb(189,8,147); }
H1.HeaderClassName
{
color: #BD0893;
}
.AnyTagClassName
{
color: #BD0893;
}
</style>
background-color css
<style>
a { background-color: #BD0893; }
a { background-color: rgb(189,8,147); }
div.DivClassName
{
background-color: #BD0893;
}
.BgClassName
{
background-color: #BD0893;
}
</style>
border-color css
<style>
span { border-color: #BD0893; }
span { border-color: rgb(189,8,147); }
td.TdClassName
{
border-color: #BD0893;
}
.TagClassName
{
border-color: #BD0893;
}
</style>