Shades of Medium Violet Red #BF1B8A
Tints of Medium Violet Red #BF1B8A
RGB
CMYK
RGB Variations
Color information
#BF1B8A (or 0xBF1B8A) is known color: Medium Violet Red. HEX triplet: BF, 1B and 8A. RGB value is (191,27,138). Sum of RGB (Red+Green+Blue) = 191+27+138=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 27 (10.94% from 255 or 7.58% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1B8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF1B8A is #40E475. Grayscale: #585858. Windows color (decimal): -4252790 or 9051071. OLE color: 9051071.
HSL color Cylindrical-coordinate representation of color #BF1B8A: hue angle of 319.39º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF1B8A is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 27 | 138 | - |
| CMYK | 0 | 0.86 | 0.28 | 0.25 |
| HSL | 319.39º | 0.75% | 0.43% | - |
| HSV(B) | 319.39º | 0.86% | 0.75% | - |
| XYZ | 26.47 | 13.7 | 25.29 | - |
| YUV | 88.69 | 155.83 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 27 | 138 | 0 | 0.86 | 0.28 | 0.25 | 319.39 | 0.75 | 0.43 |
| Hex | BF | 1B | 8A | 0 | 56 | 1C | 19 | 13F | 4B | 2B |
| Octal | 277 | 33 | 212 | 0 | 126 | 34 | 31 | 477 | 113 | 53 |
| Binary | 10111111 | 11011 | 10001010 | 0 | 1010110 | 11100 | 11001 | 100111111 | 1001011 | 101011 |
Color Harmonies of #BF1B8A
Complementary color
Monochromatic Colors of #BF1B8A
Black with #BF1B8A
Text Example
Text Example
White with #BF1B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1B8A; }
p { color: rgb(191,27,138); }
H1.HeaderClassName
{
color: #BF1B8A;
}
.AnyTagClassName
{
color: #BF1B8A;
}
</style>
background-color css
<style>
a { background-color: #BF1B8A; }
a { background-color: rgb(191,27,138); }
div.DivClassName
{
background-color: #BF1B8A;
}
.BgClassName
{
background-color: #BF1B8A;
}
</style>
border-color css
<style>
span { border-color: #BF1B8A; }
span { border-color: rgb(191,27,138); }
td.TdClassName
{
border-color: #BF1B8A;
}
.TagClassName
{
border-color: #BF1B8A;
}
</style>