Shades of Medium Violet Red #BD1284
Tints of Medium Violet Red #BD1284
RGB
CMYK
RGB Variations
Color information
#BD1284 (or 0xBD1284) is known color: Medium Violet Red. HEX triplet: BD, 12 and 84. RGB value is (189,18,132). Sum of RGB (Red+Green+Blue) = 189+18+132=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 18 (7.42% from 255 or 5.31% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1284 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1284 is #42ED7B. Grayscale: #515151. Windows color (decimal): -4386172 or 8655549. OLE color: 8655549.
HSL color Cylindrical-coordinate representation of color #BD1284: hue angle of 320º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD1284 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 18 | 132 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.26 |
| HSL | 320º | 0.83% | 0.41% | - |
| HSV(B) | 320º | 0.9% | 0.74% | - |
| XYZ | 25.37 | 12.92 | 22.99 | - |
| YUV | 82.13 | 156.15 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 18 | 132 | 0 | 0.90 | 0.30 | 0.26 | 320 | 0.83 | 0.41 |
| Hex | BD | 12 | 84 | 0 | 5A | 1E | 1A | 140 | 53 | 29 |
| Octal | 275 | 22 | 204 | 0 | 132 | 36 | 32 | 500 | 123 | 51 |
| Binary | 10111101 | 10010 | 10000100 | 0 | 1011010 | 11110 | 11010 | 101000000 | 1010011 | 101001 |
Color Harmonies of #BD1284
Complementary color
Monochromatic Colors of #BD1284
Black with #BD1284
Text Example
Text Example
White with #BD1284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1284; }
p { color: rgb(189,18,132); }
H1.HeaderClassName
{
color: #BD1284;
}
.AnyTagClassName
{
color: #BD1284;
}
</style>
background-color css
<style>
a { background-color: #BD1284; }
a { background-color: rgb(189,18,132); }
div.DivClassName
{
background-color: #BD1284;
}
.BgClassName
{
background-color: #BD1284;
}
</style>
border-color css
<style>
span { border-color: #BD1284; }
span { border-color: rgb(189,18,132); }
td.TdClassName
{
border-color: #BD1284;
}
.TagClassName
{
border-color: #BD1284;
}
</style>