Shades of Medium Violet Red #BF229B
Tints of Medium Violet Red #BF229B
RGB
CMYK
RGB Variations
Color information
#BF229B (or 0xBF229B) is known color: Medium Violet Red. HEX triplet: BF, 22 and 9B. RGB value is (191,34,155). Sum of RGB (Red+Green+Blue) = 191+34+155=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 34 (13.67% from 255 or 8.95% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BF229B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF229B is #40DD64. Grayscale: #5E5E5E. Windows color (decimal): -4250981 or 10166975. OLE color: 10166975.
HSL color Cylindrical-coordinate representation of color #BF229B: hue angle of 313.76º 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 #BF229B is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 34 | 155 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.25 |
| HSL | 313.76º | 0.7% | 0.44% | - |
| HSV(B) | 313.76º | 0.82% | 0.75% | - |
| XYZ | 27.97 | 14.59 | 32.35 | - |
| YUV | 94.74 | 162.01 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 34 | 155 | 0 | 0.82 | 0.19 | 0.25 | 313.76 | 0.7 | 0.44 |
| Hex | BF | 22 | 9B | 0 | 52 | 13 | 19 | 13A | 46 | 2C |
| Octal | 277 | 42 | 233 | 0 | 122 | 23 | 31 | 472 | 106 | 54 |
| Binary | 10111111 | 100010 | 10011011 | 0 | 1010010 | 10011 | 11001 | 100111010 | 1000110 | 101100 |
Color Harmonies of #BF229B
Complementary color
Monochromatic Colors of #BF229B
Black with #BF229B
Text Example
Text Example
White with #BF229B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF229B; }
p { color: rgb(191,34,155); }
H1.HeaderClassName
{
color: #BF229B;
}
.AnyTagClassName
{
color: #BF229B;
}
</style>
background-color css
<style>
a { background-color: #BF229B; }
a { background-color: rgb(191,34,155); }
div.DivClassName
{
background-color: #BF229B;
}
.BgClassName
{
background-color: #BF229B;
}
</style>
border-color css
<style>
span { border-color: #BF229B; }
span { border-color: rgb(191,34,155); }
td.TdClassName
{
border-color: #BF229B;
}
.TagClassName
{
border-color: #BF229B;
}
</style>