Shades of Medium Red Violet #BF256D
Tints of Medium Red Violet #BF256D
RGB
CMYK
RGB Variations
Color information
#BF256D (or 0xBF256D) is known color: Medium Red Violet. HEX triplet: BF, 25 and 6D. RGB value is (191,37,109). Sum of RGB (Red+Green+Blue) = 191+37+109=337 (44% of max value = 765). Red value is 191 (75% from 255 or 56.68% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 191 - color contains mainly: red. Hex color #BF256D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF256D is #40DA92. Grayscale: #5B5B5B. Windows color (decimal): -4250259 or 7153087. OLE color: 7153087.
HSL color Cylindrical-coordinate representation of color #BF256D: hue angle of 331.95º 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 #BF256D is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 37 | 109 | - |
| CMYK | 0 | 0.81 | 0.43 | 0.25 |
| HSL | 331.95º | 0.68% | 0.45% | - |
| HSV(B) | 331.95º | 0.81% | 0.75% | - |
| XYZ | 24.91 | 13.5 | 15.76 | - |
| YUV | 91.25 | 138.02 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 37 | 109 | 0 | 0.81 | 0.43 | 0.25 | 331.95 | 0.68 | 0.45 |
| Hex | BF | 25 | 6D | 0 | 51 | 2B | 19 | 14C | 44 | 2D |
| Octal | 277 | 45 | 155 | 0 | 121 | 53 | 31 | 514 | 104 | 55 |
| Binary | 10111111 | 100101 | 1101101 | 0 | 1010001 | 101011 | 11001 | 101001100 | 1000100 | 101101 |
Color Harmonies of #BF256D
Complementary color
Monochromatic Colors of #BF256D
Black with #BF256D
Text Example
Text Example
White with #BF256D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF256D; }
p { color: rgb(191,37,109); }
H1.HeaderClassName
{
color: #BF256D;
}
.AnyTagClassName
{
color: #BF256D;
}
</style>
background-color css
<style>
a { background-color: #BF256D; }
a { background-color: rgb(191,37,109); }
div.DivClassName
{
background-color: #BF256D;
}
.BgClassName
{
background-color: #BF256D;
}
</style>
border-color css
<style>
span { border-color: #BF256D; }
span { border-color: rgb(191,37,109); }
td.TdClassName
{
border-color: #BF256D;
}
.TagClassName
{
border-color: #BF256D;
}
</style>