Shades of Medium Red Violet #B3218B
Tints of Medium Red Violet #B3218B
RGB
CMYK
RGB Variations
Color information
#B3218B (or 0xB3218B) is known color: Medium Red Violet. HEX triplet: B3, 21 and 8B. RGB value is (179,33,139). Sum of RGB (Red+Green+Blue) = 179+33+139=351 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.00% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 179 - color contains mainly: red. Hex color #B3218B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3218B is #4CDE74. Grayscale: #585858. Windows color (decimal): -5037685 or 9118131. OLE color: 9118131.
HSL color Cylindrical-coordinate representation of color #B3218B: hue angle of 316.44º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B3218B is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 33 | 139 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.30 |
| HSL | 316.44º | 0.69% | 0.42% | - |
| HSV(B) | 316.44º | 0.82% | 0.7% | - |
| XYZ | 23.79 | 12.54 | 25.59 | - |
| YUV | 88.74 | 156.37 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 33 | 139 | 0 | 0.82 | 0.22 | 0.30 | 316.44 | 0.69 | 0.42 |
| Hex | B3 | 21 | 8B | 0 | 52 | 16 | 1E | 13C | 45 | 2A |
| Octal | 263 | 41 | 213 | 0 | 122 | 26 | 36 | 474 | 105 | 52 |
| Binary | 10110011 | 100001 | 10001011 | 0 | 1010010 | 10110 | 11110 | 100111100 | 1000101 | 101010 |
Color Harmonies of #B3218B
Complementary color
Monochromatic Colors of #B3218B
Black with #B3218B
Text Example
Text Example
White with #B3218B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3218B; }
p { color: rgb(179,33,139); }
H1.HeaderClassName
{
color: #B3218B;
}
.AnyTagClassName
{
color: #B3218B;
}
</style>
background-color css
<style>
a { background-color: #B3218B; }
a { background-color: rgb(179,33,139); }
div.DivClassName
{
background-color: #B3218B;
}
.BgClassName
{
background-color: #B3218B;
}
</style>
border-color css
<style>
span { border-color: #B3218B; }
span { border-color: rgb(179,33,139); }
td.TdClassName
{
border-color: #B3218B;
}
.TagClassName
{
border-color: #B3218B;
}
</style>