Shades of Medium Violet Red #BD1083
Tints of Medium Violet Red #BD1083
RGB
CMYK
RGB Variations
Color information
#BD1083 (or 0xBD1083) is known color: Medium Violet Red. HEX triplet: BD, 10 and 83. RGB value is (189,16,131). Sum of RGB (Red+Green+Blue) = 189+16+131=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 16 (6.64% from 255 or 4.76% from 336); Blue value is 131 (51.56% from 255 or 38.99% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1083 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1083 is #42EF7C. Grayscale: #505050. Windows color (decimal): -4386685 or 8589501. OLE color: 8589501.
HSL color Cylindrical-coordinate representation of color #BD1083: hue angle of 320.12º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD1083 is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 16 | 131 | - |
| CMYK | 0 | 0.92 | 0.31 | 0.26 |
| HSL | 320.12º | 0.84% | 0.4% | - |
| HSV(B) | 320.12º | 0.92% | 0.74% | - |
| XYZ | 25.27 | 12.83 | 22.62 | - |
| YUV | 80.84 | 156.31 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 16 | 131 | 0 | 0.92 | 0.31 | 0.26 | 320.12 | 0.84 | 0.4 |
| Hex | BD | 10 | 83 | 0 | 5C | 1F | 1A | 140 | 54 | 28 |
| Octal | 275 | 20 | 203 | 0 | 134 | 37 | 32 | 500 | 124 | 50 |
| Binary | 10111101 | 10000 | 10000011 | 0 | 1011100 | 11111 | 11010 | 101000000 | 1010100 | 101000 |
Color Harmonies of #BD1083
Complementary color
Monochromatic Colors of #BD1083
Black with #BD1083
Text Example
Text Example
White with #BD1083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1083; }
p { color: rgb(189,16,131); }
H1.HeaderClassName
{
color: #BD1083;
}
.AnyTagClassName
{
color: #BD1083;
}
</style>
background-color css
<style>
a { background-color: #BD1083; }
a { background-color: rgb(189,16,131); }
div.DivClassName
{
background-color: #BD1083;
}
.BgClassName
{
background-color: #BD1083;
}
</style>
border-color css
<style>
span { border-color: #BD1083; }
span { border-color: rgb(189,16,131); }
td.TdClassName
{
border-color: #BD1083;
}
.TagClassName
{
border-color: #BD1083;
}
</style>