Shades of Medium Violet Red #BF13A8
Tints of Medium Violet Red #BF13A8
RGB
CMYK
RGB Variations
Color information
#BF13A8 (or 0xBF13A8) is known color: Medium Violet Red. HEX triplet: BF, 13 and A8. RGB value is (191,19,168). Sum of RGB (Red+Green+Blue) = 191+19+168=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 19 (7.81% from 255 or 5.03% from 378); Blue value is 168 (66.02% from 255 or 44.44% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BF13A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF13A8 is #40EC57. Grayscale: #565656. Windows color (decimal): -4254808 or 11015103. OLE color: 11015103.
HSL color Cylindrical-coordinate representation of color #BF13A8: hue angle of 308.02º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF13A8 is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 19 | 168 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.25 |
| HSL | 308.02º | 0.82% | 0.41% | - |
| HSV(B) | 308.02º | 0.9% | 0.75% | - |
| XYZ | 28.79 | 14.37 | 38.3 | - |
| YUV | 87.41 | 173.48 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 19 | 168 | 0 | 0.90 | 0.12 | 0.25 | 308.02 | 0.82 | 0.41 |
| Hex | BF | 13 | A8 | 0 | 5A | C | 19 | 134 | 52 | 29 |
| Octal | 277 | 23 | 250 | 0 | 132 | 14 | 31 | 464 | 122 | 51 |
| Binary | 10111111 | 10011 | 10101000 | 0 | 1011010 | 1100 | 11001 | 100110100 | 1010010 | 101001 |
Color Harmonies of #BF13A8
Complementary color
Monochromatic Colors of #BF13A8
Black with #BF13A8
Text Example
Text Example
White with #BF13A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF13A8; }
p { color: rgb(191,19,168); }
H1.HeaderClassName
{
color: #BF13A8;
}
.AnyTagClassName
{
color: #BF13A8;
}
</style>
background-color css
<style>
a { background-color: #BF13A8; }
a { background-color: rgb(191,19,168); }
div.DivClassName
{
background-color: #BF13A8;
}
.BgClassName
{
background-color: #BF13A8;
}
</style>
border-color css
<style>
span { border-color: #BF13A8; }
span { border-color: rgb(191,19,168); }
td.TdClassName
{
border-color: #BF13A8;
}
.TagClassName
{
border-color: #BF13A8;
}
</style>