Shades of Medium Violet Red #BF228C
Tints of Medium Violet Red #BF228C
RGB
CMYK
RGB Variations
Color information
#BF228C (or 0xBF228C) is known color: Medium Violet Red. HEX triplet: BF, 22 and 8C. RGB value is (191,34,140). Sum of RGB (Red+Green+Blue) = 191+34+140=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 34 (13.67% from 255 or 9.32% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF228C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF228C is #40DD73. Grayscale: #5C5C5C. Windows color (decimal): -4250996 or 9183935. OLE color: 9183935.
HSL color Cylindrical-coordinate representation of color #BF228C: hue angle of 319.49º 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 #BF228C is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 34 | 140 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.25 |
| HSL | 319.49º | 0.7% | 0.44% | - |
| HSV(B) | 319.49º | 0.82% | 0.75% | - |
| XYZ | 26.79 | 14.11 | 26.12 | - |
| YUV | 93.03 | 154.51 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 34 | 140 | 0 | 0.82 | 0.27 | 0.25 | 319.49 | 0.7 | 0.44 |
| Hex | BF | 22 | 8C | 0 | 52 | 1B | 19 | 13F | 46 | 2C |
| Octal | 277 | 42 | 214 | 0 | 122 | 33 | 31 | 477 | 106 | 54 |
| Binary | 10111111 | 100010 | 10001100 | 0 | 1010010 | 11011 | 11001 | 100111111 | 1000110 | 101100 |
Color Harmonies of #BF228C
Complementary color
Monochromatic Colors of #BF228C
Black with #BF228C
Text Example
Text Example
White with #BF228C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF228C; }
p { color: rgb(191,34,140); }
H1.HeaderClassName
{
color: #BF228C;
}
.AnyTagClassName
{
color: #BF228C;
}
</style>
background-color css
<style>
a { background-color: #BF228C; }
a { background-color: rgb(191,34,140); }
div.DivClassName
{
background-color: #BF228C;
}
.BgClassName
{
background-color: #BF228C;
}
</style>
border-color css
<style>
span { border-color: #BF228C; }
span { border-color: rgb(191,34,140); }
td.TdClassName
{
border-color: #BF228C;
}
.TagClassName
{
border-color: #BF228C;
}
</style>