Shades of Medium Violet Red #BF18A2
Tints of Medium Violet Red #BF18A2
RGB
CMYK
RGB Variations
Color information
#BF18A2 (or 0xBF18A2) is known color: Medium Violet Red. HEX triplet: BF, 18 and A2. RGB value is (191,24,162). Sum of RGB (Red+Green+Blue) = 191+24+162=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 24 (9.77% from 255 or 6.37% from 377); Blue value is 162 (63.67% from 255 or 42.97% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BF18A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF18A2 is #40E75D. Grayscale: #595959. Windows color (decimal): -4253534 or 10623167. OLE color: 10623167.
HSL color Cylindrical-coordinate representation of color #BF18A2: hue angle of 310.42º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF18A2 is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 24 | 162 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.25 |
| HSL | 310.42º | 0.78% | 0.42% | - |
| HSV(B) | 310.42º | 0.87% | 0.75% | - |
| XYZ | 28.33 | 14.34 | 35.46 | - |
| YUV | 89.67 | 168.83 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 24 | 162 | 0 | 0.87 | 0.15 | 0.25 | 310.42 | 0.78 | 0.42 |
| Hex | BF | 18 | A2 | 0 | 57 | F | 19 | 136 | 4E | 2A |
| Octal | 277 | 30 | 242 | 0 | 127 | 17 | 31 | 466 | 116 | 52 |
| Binary | 10111111 | 11000 | 10100010 | 0 | 1010111 | 1111 | 11001 | 100110110 | 1001110 | 101010 |
Color Harmonies of #BF18A2
Complementary color
Monochromatic Colors of #BF18A2
Black with #BF18A2
Text Example
Text Example
White with #BF18A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF18A2; }
p { color: rgb(191,24,162); }
H1.HeaderClassName
{
color: #BF18A2;
}
.AnyTagClassName
{
color: #BF18A2;
}
</style>
background-color css
<style>
a { background-color: #BF18A2; }
a { background-color: rgb(191,24,162); }
div.DivClassName
{
background-color: #BF18A2;
}
.BgClassName
{
background-color: #BF18A2;
}
</style>
border-color css
<style>
span { border-color: #BF18A2; }
span { border-color: rgb(191,24,162); }
td.TdClassName
{
border-color: #BF18A2;
}
.TagClassName
{
border-color: #BF18A2;
}
</style>