Shades of Medium Violet Red #BF08A0
Tints of Medium Violet Red #BF08A0
RGB
CMYK
RGB Variations
Color information
#BF08A0 (or 0xBF08A0) is known color: Medium Violet Red. HEX triplet: BF, 08 and A0. RGB value is (191,8,160). Sum of RGB (Red+Green+Blue) = 191+8+160=359 (47% of max value = 765). Red value is 191 (75% from 255 or 53.20% from 359); Green value is 8 (3.52% from 255 or 2.23% from 359); Blue value is 160 (62.89% from 255 or 44.57% from 359); Max value from RGB is 191 - color contains mainly: red. Hex color #BF08A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF08A0 is #40F75F. Grayscale: #4F4F4F. Windows color (decimal): -4257632 or 10487999. OLE color: 10487999.
HSL color Cylindrical-coordinate representation of color #BF08A0: hue angle of 310.16º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF08A0 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 8 | 160 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.25 |
| HSL | 310.16º | 0.92% | 0.39% | - |
| HSV(B) | 310.16º | 0.96% | 0.75% | - |
| XYZ | 27.92 | 13.79 | 34.45 | - |
| YUV | 80.05 | 173.13 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 8 | 160 | 0 | 0.96 | 0.16 | 0.25 | 310.16 | 0.92 | 0.39 |
| Hex | BF | 8 | A0 | 0 | 60 | 10 | 19 | 136 | 5C | 27 |
| Octal | 277 | 10 | 240 | 0 | 140 | 20 | 31 | 466 | 134 | 47 |
| Binary | 10111111 | 1000 | 10100000 | 0 | 1100000 | 10000 | 11001 | 100110110 | 1011100 | 100111 |
Color Harmonies of #BF08A0
Complementary color
Monochromatic Colors of #BF08A0
Black with #BF08A0
Text Example
Text Example
White with #BF08A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF08A0; }
p { color: rgb(191,8,160); }
H1.HeaderClassName
{
color: #BF08A0;
}
.AnyTagClassName
{
color: #BF08A0;
}
</style>
background-color css
<style>
a { background-color: #BF08A0; }
a { background-color: rgb(191,8,160); }
div.DivClassName
{
background-color: #BF08A0;
}
.BgClassName
{
background-color: #BF08A0;
}
</style>
border-color css
<style>
span { border-color: #BF08A0; }
span { border-color: rgb(191,8,160); }
td.TdClassName
{
border-color: #BF08A0;
}
.TagClassName
{
border-color: #BF08A0;
}
</style>