Shades of Medium Red Violet #BF2B8C
Tints of Medium Red Violet #BF2B8C
RGB
CMYK
RGB Variations
Color information
#BF2B8C (or 0xBF2B8C) is known color: Medium Red Violet. HEX triplet: BF, 2B and 8C. RGB value is (191,43,140). Sum of RGB (Red+Green+Blue) = 191+43+140=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 43 (17.19% from 255 or 11.50% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2B8C is #40D473. Grayscale: #626262. Windows color (decimal): -4248692 or 9186239. OLE color: 9186239.
HSL color Cylindrical-coordinate representation of color #BF2B8C: hue angle of 320.68º 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 #BF2B8C is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 43 | 140 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.25 |
| HSL | 320.68º | 0.63% | 0.46% | - |
| HSV(B) | 320.68º | 0.77% | 0.75% | - |
| XYZ | 27.08 | 14.7 | 26.22 | - |
| YUV | 98.31 | 151.53 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 43 | 140 | 0 | 0.77 | 0.27 | 0.25 | 320.68 | 0.63 | 0.46 |
| Hex | BF | 2B | 8C | 0 | 4D | 1B | 19 | 141 | 3F | 2E |
| Octal | 277 | 53 | 214 | 0 | 115 | 33 | 31 | 501 | 77 | 56 |
| Binary | 10111111 | 101011 | 10001100 | 0 | 1001101 | 11011 | 11001 | 101000001 | 111111 | 101110 |
Color Harmonies of #BF2B8C
Complementary color
Monochromatic Colors of #BF2B8C
Black with #BF2B8C
Text Example
Text Example
White with #BF2B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2B8C; }
p { color: rgb(191,43,140); }
H1.HeaderClassName
{
color: #BF2B8C;
}
.AnyTagClassName
{
color: #BF2B8C;
}
</style>
background-color css
<style>
a { background-color: #BF2B8C; }
a { background-color: rgb(191,43,140); }
div.DivClassName
{
background-color: #BF2B8C;
}
.BgClassName
{
background-color: #BF2B8C;
}
</style>
border-color css
<style>
span { border-color: #BF2B8C; }
span { border-color: rgb(191,43,140); }
td.TdClassName
{
border-color: #BF2B8C;
}
.TagClassName
{
border-color: #BF2B8C;
}
</style>