Shades of Medium Red Violet #BF26AB
Tints of Medium Red Violet #BF26AB
RGB
CMYK
RGB Variations
Color information
#BF26AB (or 0xBF26AB) is known color: Medium Red Violet. HEX triplet: BF, 26 and AB. RGB value is (191,38,171). Sum of RGB (Red+Green+Blue) = 191+38+171=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 38 (15.23% from 255 or 9.5% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 191 - color contains mainly: red. Hex color #BF26AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF26AB is #40D954. Grayscale: #626262. Windows color (decimal): -4249941 or 11216575. OLE color: 11216575.
HSL color Cylindrical-coordinate representation of color #BF26AB: hue angle of 307.84º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF26AB is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 38 | 171 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.25 |
| HSL | 307.84º | 0.67% | 0.45% | - |
| HSV(B) | 307.84º | 0.8% | 0.75% | - |
| XYZ | 29.53 | 15.4 | 39.94 | - |
| YUV | 98.91 | 168.69 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 38 | 171 | 0 | 0.80 | 0.10 | 0.25 | 307.84 | 0.67 | 0.45 |
| Hex | BF | 26 | AB | 0 | 50 | A | 19 | 134 | 43 | 2D |
| Octal | 277 | 46 | 253 | 0 | 120 | 12 | 31 | 464 | 103 | 55 |
| Binary | 10111111 | 100110 | 10101011 | 0 | 1010000 | 1010 | 11001 | 100110100 | 1000011 | 101101 |
Color Harmonies of #BF26AB
Complementary color
Monochromatic Colors of #BF26AB
Black with #BF26AB
Text Example
Text Example
White with #BF26AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF26AB; }
p { color: rgb(191,38,171); }
H1.HeaderClassName
{
color: #BF26AB;
}
.AnyTagClassName
{
color: #BF26AB;
}
</style>
background-color css
<style>
a { background-color: #BF26AB; }
a { background-color: rgb(191,38,171); }
div.DivClassName
{
background-color: #BF26AB;
}
.BgClassName
{
background-color: #BF26AB;
}
</style>
border-color css
<style>
span { border-color: #BF26AB; }
span { border-color: rgb(191,38,171); }
td.TdClassName
{
border-color: #BF26AB;
}
.TagClassName
{
border-color: #BF26AB;
}
</style>