Shades of Medium Red Violet #B3409D
Tints of Medium Red Violet #B3409D
RGB
CMYK
RGB Variations
Color information
#B3409D (or 0xB3409D) is known color: Medium Red Violet. HEX triplet: B3, 40 and 9D. RGB value is (179,64,157). Sum of RGB (Red+Green+Blue) = 179+64+157=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 64 (25.39% from 255 or 16% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 179 - color contains mainly: red. Hex color #B3409D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3409D is #4CBF62. Grayscale: #6C6C6C. Windows color (decimal): -5029731 or 10305715. OLE color: 10305715.
HSL color Cylindrical-coordinate representation of color #B3409D: hue angle of 311.48º 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 #B3409D is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 64 | 157 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.30 |
| HSL | 311.48º | 0.47% | 0.48% | - |
| HSV(B) | 311.48º | 0.64% | 0.7% | - |
| XYZ | 26.51 | 15.68 | 33.53 | - |
| YUV | 108.99 | 155.1 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 64 | 157 | 0 | 0.64 | 0.12 | 0.30 | 311.48 | 0.47 | 0.48 |
| Hex | B3 | 40 | 9D | 0 | 40 | C | 1E | 137 | 2F | 30 |
| Octal | 263 | 100 | 235 | 0 | 100 | 14 | 36 | 467 | 57 | 60 |
| Binary | 10110011 | 1000000 | 10011101 | 0 | 1000000 | 1100 | 11110 | 100110111 | 101111 | 110000 |
Color Harmonies of #B3409D
Complementary color
Monochromatic Colors of #B3409D
Black with #B3409D
Text Example
Text Example
White with #B3409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3409D; }
p { color: rgb(179,64,157); }
H1.HeaderClassName
{
color: #B3409D;
}
.AnyTagClassName
{
color: #B3409D;
}
</style>
background-color css
<style>
a { background-color: #B3409D; }
a { background-color: rgb(179,64,157); }
div.DivClassName
{
background-color: #B3409D;
}
.BgClassName
{
background-color: #B3409D;
}
</style>
border-color css
<style>
span { border-color: #B3409D; }
span { border-color: rgb(179,64,157); }
td.TdClassName
{
border-color: #B3409D;
}
.TagClassName
{
border-color: #B3409D;
}
</style>