Shades of Medium Violet Red #BD0C8A
Tints of Medium Violet Red #BD0C8A
RGB
CMYK
RGB Variations
Color information
#BD0C8A (or 0xBD0C8A) is known color: Medium Violet Red. HEX triplet: BD, 0C and 8A. RGB value is (189,12,138). Sum of RGB (Red+Green+Blue) = 189+12+138=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 12 (5.08% from 255 or 3.54% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0C8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0C8A is #42F375. Grayscale: #4E4E4E. Windows color (decimal): -4387702 or 9047229. OLE color: 9047229.
HSL color Cylindrical-coordinate representation of color #BD0C8A: hue angle of 317.29º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0C8A is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 12 | 138 | - |
| CMYK | 0 | 0.94 | 0.27 | 0.26 |
| HSL | 317.29º | 0.88% | 0.39% | - |
| HSV(B) | 317.29º | 0.94% | 0.74% | - |
| XYZ | 25.71 | 12.92 | 25.18 | - |
| YUV | 79.29 | 161.14 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 12 | 138 | 0 | 0.94 | 0.27 | 0.26 | 317.29 | 0.88 | 0.39 |
| Hex | BD | C | 8A | 0 | 5E | 1B | 1A | 13D | 58 | 27 |
| Octal | 275 | 14 | 212 | 0 | 136 | 33 | 32 | 475 | 130 | 47 |
| Binary | 10111101 | 1100 | 10001010 | 0 | 1011110 | 11011 | 11010 | 100111101 | 1011000 | 100111 |
Color Harmonies of #BD0C8A
Complementary color
Monochromatic Colors of #BD0C8A
Black with #BD0C8A
Text Example
Text Example
White with #BD0C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0C8A; }
p { color: rgb(189,12,138); }
H1.HeaderClassName
{
color: #BD0C8A;
}
.AnyTagClassName
{
color: #BD0C8A;
}
</style>
background-color css
<style>
a { background-color: #BD0C8A; }
a { background-color: rgb(189,12,138); }
div.DivClassName
{
background-color: #BD0C8A;
}
.BgClassName
{
background-color: #BD0C8A;
}
</style>
border-color css
<style>
span { border-color: #BD0C8A; }
span { border-color: rgb(189,12,138); }
td.TdClassName
{
border-color: #BD0C8A;
}
.TagClassName
{
border-color: #BD0C8A;
}
</style>