Shades of Medium Violet Red #BF226C
Tints of Medium Violet Red #BF226C
RGB
CMYK
RGB Variations
Color information
#BF226C (or 0xBF226C) is known color: Medium Violet Red. HEX triplet: BF, 22 and 6C. RGB value is (191,34,108). Sum of RGB (Red+Green+Blue) = 191+34+108=333 (44% of max value = 765). Red value is 191 (75% from 255 or 57.36% from 333); Green value is 34 (13.67% from 255 or 10.21% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 191 - color contains mainly: red. Hex color #BF226C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF226C is #40DD93. Grayscale: #595959. Windows color (decimal): -4251028 or 7086783. OLE color: 7086783.
HSL color Cylindrical-coordinate representation of color #BF226C: hue angle of 331.72º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF226C is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 34 | 108 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.25 |
| HSL | 331.72º | 0.7% | 0.44% | - |
| HSV(B) | 331.72º | 0.82% | 0.75% | - |
| XYZ | 24.76 | 13.3 | 15.45 | - |
| YUV | 89.38 | 138.51 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 34 | 108 | 0 | 0.82 | 0.43 | 0.25 | 331.72 | 0.7 | 0.44 |
| Hex | BF | 22 | 6C | 0 | 52 | 2B | 19 | 14C | 46 | 2C |
| Octal | 277 | 42 | 154 | 0 | 122 | 53 | 31 | 514 | 106 | 54 |
| Binary | 10111111 | 100010 | 1101100 | 0 | 1010010 | 101011 | 11001 | 101001100 | 1000110 | 101100 |
Color Harmonies of #BF226C
Complementary color
Monochromatic Colors of #BF226C
Black with #BF226C
Text Example
Text Example
White with #BF226C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF226C; }
p { color: rgb(191,34,108); }
H1.HeaderClassName
{
color: #BF226C;
}
.AnyTagClassName
{
color: #BF226C;
}
</style>
background-color css
<style>
a { background-color: #BF226C; }
a { background-color: rgb(191,34,108); }
div.DivClassName
{
background-color: #BF226C;
}
.BgClassName
{
background-color: #BF226C;
}
</style>
border-color css
<style>
span { border-color: #BF226C; }
span { border-color: rgb(191,34,108); }
td.TdClassName
{
border-color: #BF226C;
}
.TagClassName
{
border-color: #BF226C;
}
</style>