Shades of Medium Red Violet #B3408B
Tints of Medium Red Violet #B3408B
RGB
CMYK
RGB Variations
Color information
#B3408B (or 0xB3408B) is known color: Medium Red Violet. HEX triplet: B3, 40 and 8B. RGB value is (179,64,139). Sum of RGB (Red+Green+Blue) = 179+64+139=382 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.86% from 382); Green value is 64 (25.39% from 255 or 16.75% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 179 - color contains mainly: red. Hex color #B3408B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3408B is #4CBF74. Grayscale: #6A6A6A. Windows color (decimal): -5029749 or 9126067. OLE color: 9126067.
HSL color Cylindrical-coordinate representation of color #B3408B: hue angle of 320.87º 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 #B3408B is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 64 | 139 | - |
| CMYK | 0 | 0.64 | 0.22 | 0.30 |
| HSL | 320.87º | 0.47% | 0.48% | - |
| HSV(B) | 320.87º | 0.64% | 0.7% | - |
| XYZ | 25.08 | 15.11 | 26.02 | - |
| YUV | 106.94 | 146.1 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 64 | 139 | 0 | 0.64 | 0.22 | 0.30 | 320.87 | 0.47 | 0.48 |
| Hex | B3 | 40 | 8B | 0 | 40 | 16 | 1E | 141 | 2F | 30 |
| Octal | 263 | 100 | 213 | 0 | 100 | 26 | 36 | 501 | 57 | 60 |
| Binary | 10110011 | 1000000 | 10001011 | 0 | 1000000 | 10110 | 11110 | 101000001 | 101111 | 110000 |
Color Harmonies of #B3408B
Complementary color
Monochromatic Colors of #B3408B
Black with #B3408B
Text Example
Text Example
White with #B3408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3408B; }
p { color: rgb(179,64,139); }
H1.HeaderClassName
{
color: #B3408B;
}
.AnyTagClassName
{
color: #B3408B;
}
</style>
background-color css
<style>
a { background-color: #B3408B; }
a { background-color: rgb(179,64,139); }
div.DivClassName
{
background-color: #B3408B;
}
.BgClassName
{
background-color: #B3408B;
}
</style>
border-color css
<style>
span { border-color: #B3408B; }
span { border-color: rgb(179,64,139); }
td.TdClassName
{
border-color: #B3408B;
}
.TagClassName
{
border-color: #B3408B;
}
</style>