Shades of Medium Red Violet #BF256F
Tints of Medium Red Violet #BF256F
RGB
CMYK
RGB Variations
Color information
#BF256F (or 0xBF256F) is known color: Medium Red Violet. HEX triplet: BF, 25 and 6F. RGB value is (191,37,111). Sum of RGB (Red+Green+Blue) = 191+37+111=339 (44% of max value = 765). Red value is 191 (75% from 255 or 56.34% from 339); Green value is 37 (14.84% from 255 or 10.91% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 191 - color contains mainly: red. Hex color #BF256F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF256F is #40DA90. Grayscale: #5B5B5B. Windows color (decimal): -4250257 or 7284159. OLE color: 7284159.
HSL color Cylindrical-coordinate representation of color #BF256F: hue angle of 331.17º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF256F is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 37 | 111 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.25 |
| HSL | 331.17º | 0.68% | 0.45% | - |
| HSV(B) | 331.17º | 0.81% | 0.75% | - |
| XYZ | 25.02 | 13.55 | 16.34 | - |
| YUV | 91.48 | 139.02 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 37 | 111 | 0 | 0.81 | 0.42 | 0.25 | 331.17 | 0.68 | 0.45 |
| Hex | BF | 25 | 6F | 0 | 51 | 2A | 19 | 14B | 44 | 2D |
| Octal | 277 | 45 | 157 | 0 | 121 | 52 | 31 | 513 | 104 | 55 |
| Binary | 10111111 | 100101 | 1101111 | 0 | 1010001 | 101010 | 11001 | 101001011 | 1000100 | 101101 |
Color Harmonies of #BF256F
Complementary color
Monochromatic Colors of #BF256F
Black with #BF256F
Text Example
Text Example
White with #BF256F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF256F; }
p { color: rgb(191,37,111); }
H1.HeaderClassName
{
color: #BF256F;
}
.AnyTagClassName
{
color: #BF256F;
}
</style>
background-color css
<style>
a { background-color: #BF256F; }
a { background-color: rgb(191,37,111); }
div.DivClassName
{
background-color: #BF256F;
}
.BgClassName
{
background-color: #BF256F;
}
</style>
border-color css
<style>
span { border-color: #BF256F; }
span { border-color: rgb(191,37,111); }
td.TdClassName
{
border-color: #BF256F;
}
.TagClassName
{
border-color: #BF256F;
}
</style>