Shades of Medium Violet Red #BD17A8
Tints of Medium Violet Red #BD17A8
RGB
CMYK
RGB Variations
Color information
#BD17A8 (or 0xBD17A8) is known color: Medium Violet Red. HEX triplet: BD, 17 and A8. RGB value is (189,23,168). Sum of RGB (Red+Green+Blue) = 189+23+168=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 23 (9.38% from 255 or 6.05% from 380); Blue value is 168 (66.02% from 255 or 44.21% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BD17A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD17A8 is #42E857. Grayscale: #585858. Windows color (decimal): -4384856 or 11016125. OLE color: 11016125.
HSL color Cylindrical-coordinate representation of color #BD17A8: hue angle of 307.59º 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 #BD17A8 is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 23 | 168 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.26 |
| HSL | 307.59º | 0.78% | 0.42% | - |
| HSV(B) | 307.59º | 0.88% | 0.74% | - |
| XYZ | 28.36 | 14.26 | 38.3 | - |
| YUV | 89.16 | 172.5 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 168 | 0 | 0.88 | 0.11 | 0.26 | 307.59 | 0.78 | 0.42 |
| Hex | BD | 17 | A8 | 0 | 58 | B | 1A | 134 | 4E | 2A |
| Octal | 275 | 27 | 250 | 0 | 130 | 13 | 32 | 464 | 116 | 52 |
| Binary | 10111101 | 10111 | 10101000 | 0 | 1011000 | 1011 | 11010 | 100110100 | 1001110 | 101010 |
Color Harmonies of #BD17A8
Complementary color
Monochromatic Colors of #BD17A8
Black with #BD17A8
Text Example
Text Example
White with #BD17A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD17A8; }
p { color: rgb(189,23,168); }
H1.HeaderClassName
{
color: #BD17A8;
}
.AnyTagClassName
{
color: #BD17A8;
}
</style>
background-color css
<style>
a { background-color: #BD17A8; }
a { background-color: rgb(189,23,168); }
div.DivClassName
{
background-color: #BD17A8;
}
.BgClassName
{
background-color: #BD17A8;
}
</style>
border-color css
<style>
span { border-color: #BD17A8; }
span { border-color: rgb(189,23,168); }
td.TdClassName
{
border-color: #BD17A8;
}
.TagClassName
{
border-color: #BD17A8;
}
</style>