Shades of Medium Red Violet #BF2BA4
Tints of Medium Red Violet #BF2BA4
RGB
CMYK
RGB Variations
Color information
#BF2BA4 (or 0xBF2BA4) is known color: Medium Red Violet. HEX triplet: BF, 2B and A4. RGB value is (191,43,164). Sum of RGB (Red+Green+Blue) = 191+43+164=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 43 (17.19% from 255 or 10.80% from 398); Blue value is 164 (64.45% from 255 or 41.21% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2BA4 is #40D45B. Grayscale: #646464. Windows color (decimal): -4248668 or 10759103. OLE color: 10759103.
HSL color Cylindrical-coordinate representation of color #BF2BA4: hue angle of 310.95º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF2BA4 is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 43 | 164 | - |
| CMYK | 0 | 0.77 | 0.14 | 0.25 |
| HSL | 310.95º | 0.63% | 0.46% | - |
| HSV(B) | 310.95º | 0.77% | 0.75% | - |
| XYZ | 29.05 | 15.48 | 36.58 | - |
| YUV | 101.05 | 163.53 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 43 | 164 | 0 | 0.77 | 0.14 | 0.25 | 310.95 | 0.63 | 0.46 |
| Hex | BF | 2B | A4 | 0 | 4D | E | 19 | 137 | 3F | 2E |
| Octal | 277 | 53 | 244 | 0 | 115 | 16 | 31 | 467 | 77 | 56 |
| Binary | 10111111 | 101011 | 10100100 | 0 | 1001101 | 1110 | 11001 | 100110111 | 111111 | 101110 |
Color Harmonies of #BF2BA4
Complementary color
Monochromatic Colors of #BF2BA4
Black with #BF2BA4
Text Example
Text Example
White with #BF2BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2BA4; }
p { color: rgb(191,43,164); }
H1.HeaderClassName
{
color: #BF2BA4;
}
.AnyTagClassName
{
color: #BF2BA4;
}
</style>
background-color css
<style>
a { background-color: #BF2BA4; }
a { background-color: rgb(191,43,164); }
div.DivClassName
{
background-color: #BF2BA4;
}
.BgClassName
{
background-color: #BF2BA4;
}
</style>
border-color css
<style>
span { border-color: #BF2BA4; }
span { border-color: rgb(191,43,164); }
td.TdClassName
{
border-color: #BF2BA4;
}
.TagClassName
{
border-color: #BF2BA4;
}
</style>