Shades of Medium Violet Red #BD0484
Tints of Medium Violet Red #BD0484
RGB
CMYK
RGB Variations
Color information
#BD0484 (or 0xBD0484) is known color: Medium Violet Red. HEX triplet: BD, 04 and 84. RGB value is (189,4,132). Sum of RGB (Red+Green+Blue) = 189+4+132=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 4 (1.95% from 255 or 1.23% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0484 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0484 is #42FB7B. Grayscale: #494949. Windows color (decimal): -4389756 or 8651965. OLE color: 8651965.
HSL color Cylindrical-coordinate representation of color #BD0484: hue angle of 318.49º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD0484 is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 4 | 132 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.26 |
| HSL | 318.49º | 0.96% | 0.38% | - |
| HSV(B) | 318.49º | 0.98% | 0.74% | - |
| XYZ | 25.19 | 12.57 | 22.93 | - |
| YUV | 73.91 | 160.79 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 4 | 132 | 0 | 0.98 | 0.30 | 0.26 | 318.49 | 0.96 | 0.38 |
| Hex | BD | 4 | 84 | 0 | 62 | 1E | 1A | 13E | 60 | 26 |
| Octal | 275 | 4 | 204 | 0 | 142 | 36 | 32 | 476 | 140 | 46 |
| Binary | 10111101 | 100 | 10000100 | 0 | 1100010 | 11110 | 11010 | 100111110 | 1100000 | 100110 |
Color Harmonies of #BD0484
Complementary color
Monochromatic Colors of #BD0484
Black with #BD0484
Text Example
Text Example
White with #BD0484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0484; }
p { color: rgb(189,4,132); }
H1.HeaderClassName
{
color: #BD0484;
}
.AnyTagClassName
{
color: #BD0484;
}
</style>
background-color css
<style>
a { background-color: #BD0484; }
a { background-color: rgb(189,4,132); }
div.DivClassName
{
background-color: #BD0484;
}
.BgClassName
{
background-color: #BD0484;
}
</style>
border-color css
<style>
span { border-color: #BD0484; }
span { border-color: rgb(189,4,132); }
td.TdClassName
{
border-color: #BD0484;
}
.TagClassName
{
border-color: #BD0484;
}
</style>