Shades of Medium Red Violet #B3398D
Tints of Medium Red Violet #B3398D
RGB
CMYK
RGB Variations
Color information
#B3398D (or 0xB3398D) is known color: Medium Red Violet. HEX triplet: B3, 39 and 8D. RGB value is (179,57,141). Sum of RGB (Red+Green+Blue) = 179+57+141=377 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.48% from 377); Green value is 57 (22.66% from 255 or 15.12% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 179 - color contains mainly: red. Hex color #B3398D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3398D is #4CC672. Grayscale: #666666. Windows color (decimal): -5031539 or 9255347. OLE color: 9255347.
HSL color Cylindrical-coordinate representation of color #B3398D: hue angle of 318.69º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B3398D is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 57 | 141 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.30 |
| HSL | 318.69º | 0.52% | 0.46% | - |
| HSV(B) | 318.69º | 0.68% | 0.7% | - |
| XYZ | 24.86 | 14.43 | 26.67 | - |
| YUV | 103.05 | 149.42 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 57 | 141 | 0 | 0.68 | 0.21 | 0.30 | 318.69 | 0.52 | 0.46 |
| Hex | B3 | 39 | 8D | 0 | 44 | 15 | 1E | 13F | 34 | 2E |
| Octal | 263 | 71 | 215 | 0 | 104 | 25 | 36 | 477 | 64 | 56 |
| Binary | 10110011 | 111001 | 10001101 | 0 | 1000100 | 10101 | 11110 | 100111111 | 110100 | 101110 |
Color Harmonies of #B3398D
Complementary color
Monochromatic Colors of #B3398D
Black with #B3398D
Text Example
Text Example
White with #B3398D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3398D; }
p { color: rgb(179,57,141); }
H1.HeaderClassName
{
color: #B3398D;
}
.AnyTagClassName
{
color: #B3398D;
}
</style>
background-color css
<style>
a { background-color: #B3398D; }
a { background-color: rgb(179,57,141); }
div.DivClassName
{
background-color: #B3398D;
}
.BgClassName
{
background-color: #B3398D;
}
</style>
border-color css
<style>
span { border-color: #B3398D; }
span { border-color: rgb(179,57,141); }
td.TdClassName
{
border-color: #B3398D;
}
.TagClassName
{
border-color: #B3398D;
}
</style>