Shades of Medium Violet Red #B9218F
Tints of Medium Violet Red #B9218F
RGB
CMYK
RGB Variations
Color information
#B9218F (or 0xB9218F) is known color: Medium Violet Red. HEX triplet: B9, 21 and 8F. RGB value is (185,33,143). Sum of RGB (Red+Green+Blue) = 185+33+143=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 33 (13.28% from 255 or 9.14% from 361); Blue value is 143 (56.25% from 255 or 39.61% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B9218F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9218F is #46DE70. Grayscale: #5A5A5A. Windows color (decimal): -4644465 or 9380281. OLE color: 9380281.
HSL color Cylindrical-coordinate representation of color #B9218F: hue angle of 316.58º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B9218F is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 33 | 143 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.27 |
| HSL | 316.58º | 0.7% | 0.43% | - |
| HSV(B) | 316.58º | 0.82% | 0.73% | - |
| XYZ | 25.51 | 13.39 | 27.23 | - |
| YUV | 90.99 | 157.36 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 33 | 143 | 0 | 0.82 | 0.23 | 0.27 | 316.58 | 0.7 | 0.43 |
| Hex | B9 | 21 | 8F | 0 | 52 | 17 | 1B | 13D | 46 | 2B |
| Octal | 271 | 41 | 217 | 0 | 122 | 27 | 33 | 475 | 106 | 53 |
| Binary | 10111001 | 100001 | 10001111 | 0 | 1010010 | 10111 | 11011 | 100111101 | 1000110 | 101011 |
Color Harmonies of #B9218F
Complementary color
Monochromatic Colors of #B9218F
Black with #B9218F
Text Example
Text Example
White with #B9218F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9218F; }
p { color: rgb(185,33,143); }
H1.HeaderClassName
{
color: #B9218F;
}
.AnyTagClassName
{
color: #B9218F;
}
</style>
background-color css
<style>
a { background-color: #B9218F; }
a { background-color: rgb(185,33,143); }
div.DivClassName
{
background-color: #B9218F;
}
.BgClassName
{
background-color: #B9218F;
}
</style>
border-color css
<style>
span { border-color: #B9218F; }
span { border-color: rgb(185,33,143); }
td.TdClassName
{
border-color: #B9218F;
}
.TagClassName
{
border-color: #B9218F;
}
</style>