Shades of Medium Violet Red #BF227B
Tints of Medium Violet Red #BF227B
RGB
CMYK
RGB Variations
Color information
#BF227B (or 0xBF227B) is known color: Medium Violet Red. HEX triplet: BF, 22 and 7B. RGB value is (191,34,123). Sum of RGB (Red+Green+Blue) = 191+34+123=348 (46% of max value = 765). Red value is 191 (75% from 255 or 54.89% from 348); Green value is 34 (13.67% from 255 or 9.77% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 191 - color contains mainly: red. Hex color #BF227B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF227B is #40DD84. Grayscale: #5A5A5A. Windows color (decimal): -4251013 or 8069823. OLE color: 8069823.
HSL color Cylindrical-coordinate representation of color #BF227B: hue angle of 325.99º 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 #BF227B is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 34 | 123 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.25 |
| HSL | 325.99º | 0.7% | 0.44% | - |
| HSV(B) | 325.99º | 0.82% | 0.75% | - |
| XYZ | 25.63 | 13.65 | 20.02 | - |
| YUV | 91.09 | 146.01 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 34 | 123 | 0 | 0.82 | 0.36 | 0.25 | 325.99 | 0.7 | 0.44 |
| Hex | BF | 22 | 7B | 0 | 52 | 24 | 19 | 146 | 46 | 2C |
| Octal | 277 | 42 | 173 | 0 | 122 | 44 | 31 | 506 | 106 | 54 |
| Binary | 10111111 | 100010 | 1111011 | 0 | 1010010 | 100100 | 11001 | 101000110 | 1000110 | 101100 |
Color Harmonies of #BF227B
Complementary color
Monochromatic Colors of #BF227B
Black with #BF227B
Text Example
Text Example
White with #BF227B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF227B; }
p { color: rgb(191,34,123); }
H1.HeaderClassName
{
color: #BF227B;
}
.AnyTagClassName
{
color: #BF227B;
}
</style>
background-color css
<style>
a { background-color: #BF227B; }
a { background-color: rgb(191,34,123); }
div.DivClassName
{
background-color: #BF227B;
}
.BgClassName
{
background-color: #BF227B;
}
</style>
border-color css
<style>
span { border-color: #BF227B; }
span { border-color: rgb(191,34,123); }
td.TdClassName
{
border-color: #BF227B;
}
.TagClassName
{
border-color: #BF227B;
}
</style>