Shades of Medium Red Violet #B3408D
Tints of Medium Red Violet #B3408D
RGB
CMYK
RGB Variations
Color information
#B3408D (or 0xB3408D) is known color: Medium Red Violet. HEX triplet: B3, 40 and 8D. RGB value is (179,64,141). Sum of RGB (Red+Green+Blue) = 179+64+141=384 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.61% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 179 - color contains mainly: red. Hex color #B3408D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3408D is #4CBF72. Grayscale: #6A6A6A. Windows color (decimal): -5029747 or 9257139. OLE color: 9257139.
HSL color Cylindrical-coordinate representation of color #B3408D: hue angle of 319.83º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B3408D is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 64 | 141 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.30 |
| HSL | 319.83º | 0.47% | 0.48% | - |
| HSV(B) | 319.83º | 0.64% | 0.7% | - |
| XYZ | 25.23 | 15.17 | 26.8 | - |
| YUV | 107.16 | 147.1 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 64 | 141 | 0 | 0.64 | 0.21 | 0.30 | 319.83 | 0.47 | 0.48 |
| Hex | B3 | 40 | 8D | 0 | 40 | 15 | 1E | 140 | 2F | 30 |
| Octal | 263 | 100 | 215 | 0 | 100 | 25 | 36 | 500 | 57 | 60 |
| Binary | 10110011 | 1000000 | 10001101 | 0 | 1000000 | 10101 | 11110 | 101000000 | 101111 | 110000 |
Color Harmonies of #B3408D
Complementary color
Monochromatic Colors of #B3408D
Black with #B3408D
Text Example
Text Example
White with #B3408D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3408D; }
p { color: rgb(179,64,141); }
H1.HeaderClassName
{
color: #B3408D;
}
.AnyTagClassName
{
color: #B3408D;
}
</style>
background-color css
<style>
a { background-color: #B3408D; }
a { background-color: rgb(179,64,141); }
div.DivClassName
{
background-color: #B3408D;
}
.BgClassName
{
background-color: #B3408D;
}
</style>
border-color css
<style>
span { border-color: #B3408D; }
span { border-color: rgb(179,64,141); }
td.TdClassName
{
border-color: #B3408D;
}
.TagClassName
{
border-color: #B3408D;
}
</style>