Shades of Medium Violet Red #BD08A0
Tints of Medium Violet Red #BD08A0
RGB
CMYK
RGB Variations
Color information
#BD08A0 (or 0xBD08A0) is known color: Medium Violet Red. HEX triplet: BD, 08 and A0. RGB value is (189,8,160). Sum of RGB (Red+Green+Blue) = 189+8+160=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 8 (3.52% from 255 or 2.24% from 357); Blue value is 160 (62.89% from 255 or 44.82% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD08A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD08A0 is #42F75F. Grayscale: #4F4F4F. Windows color (decimal): -4388704 or 10487997. OLE color: 10487997.
HSL color Cylindrical-coordinate representation of color #BD08A0: hue angle of 309.61º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD08A0 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 8 | 160 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.26 |
| HSL | 309.61º | 0.92% | 0.39% | - |
| HSV(B) | 309.61º | 0.96% | 0.74% | - |
| XYZ | 27.42 | 13.53 | 34.42 | - |
| YUV | 79.45 | 173.47 | 206.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 8 | 160 | 0 | 0.96 | 0.15 | 0.26 | 309.61 | 0.92 | 0.39 |
| Hex | BD | 8 | A0 | 0 | 60 | F | 1A | 136 | 5C | 27 |
| Octal | 275 | 10 | 240 | 0 | 140 | 17 | 32 | 466 | 134 | 47 |
| Binary | 10111101 | 1000 | 10100000 | 0 | 1100000 | 1111 | 11010 | 100110110 | 1011100 | 100111 |
Color Harmonies of #BD08A0
Complementary color
Monochromatic Colors of #BD08A0
Black with #BD08A0
Text Example
Text Example
White with #BD08A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD08A0; }
p { color: rgb(189,8,160); }
H1.HeaderClassName
{
color: #BD08A0;
}
.AnyTagClassName
{
color: #BD08A0;
}
</style>
background-color css
<style>
a { background-color: #BD08A0; }
a { background-color: rgb(189,8,160); }
div.DivClassName
{
background-color: #BD08A0;
}
.BgClassName
{
background-color: #BD08A0;
}
</style>
border-color css
<style>
span { border-color: #BD08A0; }
span { border-color: rgb(189,8,160); }
td.TdClassName
{
border-color: #BD08A0;
}
.TagClassName
{
border-color: #BD08A0;
}
</style>