Shades of Medium Violet Red #BF0BA3
Tints of Medium Violet Red #BF0BA3
RGB
CMYK
RGB Variations
Color information
#BF0BA3 (or 0xBF0BA3) is known color: Medium Violet Red. HEX triplet: BF, 0B and A3. RGB value is (191,11,163). Sum of RGB (Red+Green+Blue) = 191+11+163=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 11 (4.69% from 255 or 3.01% from 365); Blue value is 163 (64.06% from 255 or 44.66% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0BA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0BA3 is #40F45C. Grayscale: #515151. Windows color (decimal): -4256861 or 10685375. OLE color: 10685375.
HSL color Cylindrical-coordinate representation of color #BF0BA3: hue angle of 309.33º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0BA3 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 11 | 163 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.25 |
| HSL | 309.33º | 0.89% | 0.4% | - |
| HSV(B) | 309.33º | 0.94% | 0.75% | - |
| XYZ | 28.22 | 13.96 | 35.86 | - |
| YUV | 82.15 | 173.63 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 11 | 163 | 0 | 0.94 | 0.15 | 0.25 | 309.33 | 0.89 | 0.4 |
| Hex | BF | B | A3 | 0 | 5E | F | 19 | 135 | 59 | 28 |
| Octal | 277 | 13 | 243 | 0 | 136 | 17 | 31 | 465 | 131 | 50 |
| Binary | 10111111 | 1011 | 10100011 | 0 | 1011110 | 1111 | 11001 | 100110101 | 1011001 | 101000 |
Color Harmonies of #BF0BA3
Complementary color
Monochromatic Colors of #BF0BA3
Black with #BF0BA3
Text Example
Text Example
White with #BF0BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0BA3; }
p { color: rgb(191,11,163); }
H1.HeaderClassName
{
color: #BF0BA3;
}
.AnyTagClassName
{
color: #BF0BA3;
}
</style>
background-color css
<style>
a { background-color: #BF0BA3; }
a { background-color: rgb(191,11,163); }
div.DivClassName
{
background-color: #BF0BA3;
}
.BgClassName
{
background-color: #BF0BA3;
}
</style>
border-color css
<style>
span { border-color: #BF0BA3; }
span { border-color: rgb(191,11,163); }
td.TdClassName
{
border-color: #BF0BA3;
}
.TagClassName
{
border-color: #BF0BA3;
}
</style>