Shades of Medium Violet Red #BF2283
Tints of Medium Violet Red #BF2283
RGB
CMYK
RGB Variations
Color information
#BF2283 (or 0xBF2283) is known color: Medium Violet Red. HEX triplet: BF, 22 and 83. RGB value is (191,34,131). Sum of RGB (Red+Green+Blue) = 191+34+131=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 34 (13.67% from 255 or 9.55% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2283 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2283 is #40DD7C. Grayscale: #5B5B5B. Windows color (decimal): -4251005 or 8594111. OLE color: 8594111.
HSL color Cylindrical-coordinate representation of color #BF2283: hue angle of 322.93º 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 #BF2283 is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 34 | 131 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.25 |
| HSL | 322.93º | 0.7% | 0.44% | - |
| HSV(B) | 322.93º | 0.82% | 0.75% | - |
| XYZ | 26.15 | 13.86 | 22.77 | - |
| YUV | 92 | 150.01 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 34 | 131 | 0 | 0.82 | 0.31 | 0.25 | 322.93 | 0.7 | 0.44 |
| Hex | BF | 22 | 83 | 0 | 52 | 1F | 19 | 143 | 46 | 2C |
| Octal | 277 | 42 | 203 | 0 | 122 | 37 | 31 | 503 | 106 | 54 |
| Binary | 10111111 | 100010 | 10000011 | 0 | 1010010 | 11111 | 11001 | 101000011 | 1000110 | 101100 |
Color Harmonies of #BF2283
Complementary color
Monochromatic Colors of #BF2283
Black with #BF2283
Text Example
Text Example
White with #BF2283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2283; }
p { color: rgb(191,34,131); }
H1.HeaderClassName
{
color: #BF2283;
}
.AnyTagClassName
{
color: #BF2283;
}
</style>
background-color css
<style>
a { background-color: #BF2283; }
a { background-color: rgb(191,34,131); }
div.DivClassName
{
background-color: #BF2283;
}
.BgClassName
{
background-color: #BF2283;
}
</style>
border-color css
<style>
span { border-color: #BF2283; }
span { border-color: rgb(191,34,131); }
td.TdClassName
{
border-color: #BF2283;
}
.TagClassName
{
border-color: #BF2283;
}
</style>