Shades of Medium Violet Red #BD1788
Tints of Medium Violet Red #BD1788
RGB
CMYK
RGB Variations
Color information
#BD1788 (or 0xBD1788) is known color: Medium Violet Red. HEX triplet: BD, 17 and 88. RGB value is (189,23,136). Sum of RGB (Red+Green+Blue) = 189+23+136=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 23 (9.38% from 255 or 6.61% from 348); Blue value is 136 (53.52% from 255 or 39.08% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1788 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1788 is #42E877. Grayscale: #555555. Windows color (decimal): -4384888 or 8918973. OLE color: 8918973.
HSL color Cylindrical-coordinate representation of color #BD1788: hue angle of 319.16º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1788 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 23 | 136 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.26 |
| HSL | 319.16º | 0.78% | 0.42% | - |
| HSV(B) | 319.16º | 0.88% | 0.74% | - |
| XYZ | 25.74 | 13.21 | 24.49 | - |
| YUV | 85.52 | 156.5 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 136 | 0 | 0.88 | 0.28 | 0.26 | 319.16 | 0.78 | 0.42 |
| Hex | BD | 17 | 88 | 0 | 58 | 1C | 1A | 13F | 4E | 2A |
| Octal | 275 | 27 | 210 | 0 | 130 | 34 | 32 | 477 | 116 | 52 |
| Binary | 10111101 | 10111 | 10001000 | 0 | 1011000 | 11100 | 11010 | 100111111 | 1001110 | 101010 |
Color Harmonies of #BD1788
Complementary color
Monochromatic Colors of #BD1788
Black with #BD1788
Text Example
Text Example
White with #BD1788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1788; }
p { color: rgb(189,23,136); }
H1.HeaderClassName
{
color: #BD1788;
}
.AnyTagClassName
{
color: #BD1788;
}
</style>
background-color css
<style>
a { background-color: #BD1788; }
a { background-color: rgb(189,23,136); }
div.DivClassName
{
background-color: #BD1788;
}
.BgClassName
{
background-color: #BD1788;
}
</style>
border-color css
<style>
span { border-color: #BD1788; }
span { border-color: rgb(189,23,136); }
td.TdClassName
{
border-color: #BD1788;
}
.TagClassName
{
border-color: #BD1788;
}
</style>