Shades of Medium Red Violet #B3298D
Tints of Medium Red Violet #B3298D
RGB
CMYK
RGB Variations
Color information
#B3298D (or 0xB3298D) is known color: Medium Red Violet. HEX triplet: B3, 29 and 8D. RGB value is (179,41,141). Sum of RGB (Red+Green+Blue) = 179+41+141=361 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.58% from 361); Green value is 41 (16.41% from 255 or 11.36% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 179 - color contains mainly: red. Hex color #B3298D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3298D is #4CD672. Grayscale: #5D5D5D. Windows color (decimal): -5035635 or 9251251. OLE color: 9251251.
HSL color Cylindrical-coordinate representation of color #B3298D: hue angle of 316.52º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B3298D is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 41 | 141 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.30 |
| HSL | 316.52º | 0.63% | 0.43% | - |
| HSV(B) | 316.52º | 0.77% | 0.7% | - |
| XYZ | 24.19 | 13.09 | 26.45 | - |
| YUV | 93.66 | 154.72 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 41 | 141 | 0 | 0.77 | 0.21 | 0.30 | 316.52 | 0.63 | 0.43 |
| Hex | B3 | 29 | 8D | 0 | 4D | 15 | 1E | 13D | 3F | 2B |
| Octal | 263 | 51 | 215 | 0 | 115 | 25 | 36 | 475 | 77 | 53 |
| Binary | 10110011 | 101001 | 10001101 | 0 | 1001101 | 10101 | 11110 | 100111101 | 111111 | 101011 |
Color Harmonies of #B3298D
Complementary color
Monochromatic Colors of #B3298D
Black with #B3298D
Text Example
Text Example
White with #B3298D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3298D; }
p { color: rgb(179,41,141); }
H1.HeaderClassName
{
color: #B3298D;
}
.AnyTagClassName
{
color: #B3298D;
}
</style>
background-color css
<style>
a { background-color: #B3298D; }
a { background-color: rgb(179,41,141); }
div.DivClassName
{
background-color: #B3298D;
}
.BgClassName
{
background-color: #B3298D;
}
</style>
border-color css
<style>
span { border-color: #B3298D; }
span { border-color: rgb(179,41,141); }
td.TdClassName
{
border-color: #B3298D;
}
.TagClassName
{
border-color: #B3298D;
}
</style>