Shades of Medium Red Violet #B3286D
Tints of Medium Red Violet #B3286D
RGB
CMYK
RGB Variations
Color information
#B3286D (or 0xB3286D) is known color: Medium Red Violet. HEX triplet: B3, 28 and 6D. RGB value is (179,40,109). Sum of RGB (Red+Green+Blue) = 179+40+109=328 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.57% from 328); Green value is 40 (16.02% from 255 or 12.20% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 179 - color contains mainly: red. Hex color #B3286D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3286D is #4CD792. Grayscale: #595959. Windows color (decimal): -5035923 or 7153843. OLE color: 7153843.
HSL color Cylindrical-coordinate representation of color #B3286D: hue angle of 330.22º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B3286D is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 40 | 109 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.30 |
| HSL | 330.22º | 0.63% | 0.43% | - |
| HSV(B) | 330.22º | 0.78% | 0.7% | - |
| XYZ | 22.11 | 12.21 | 15.66 | - |
| YUV | 89.43 | 139.05 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 40 | 109 | 0 | 0.78 | 0.39 | 0.30 | 330.22 | 0.63 | 0.43 |
| Hex | B3 | 28 | 6D | 0 | 4E | 27 | 1E | 14A | 3F | 2B |
| Octal | 263 | 50 | 155 | 0 | 116 | 47 | 36 | 512 | 77 | 53 |
| Binary | 10110011 | 101000 | 1101101 | 0 | 1001110 | 100111 | 11110 | 101001010 | 111111 | 101011 |
Color Harmonies of #B3286D
Complementary color
Monochromatic Colors of #B3286D
Black with #B3286D
Text Example
Text Example
White with #B3286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3286D; }
p { color: rgb(179,40,109); }
H1.HeaderClassName
{
color: #B3286D;
}
.AnyTagClassName
{
color: #B3286D;
}
</style>
background-color css
<style>
a { background-color: #B3286D; }
a { background-color: rgb(179,40,109); }
div.DivClassName
{
background-color: #B3286D;
}
.BgClassName
{
background-color: #B3286D;
}
</style>
border-color css
<style>
span { border-color: #B3286D; }
span { border-color: rgb(179,40,109); }
td.TdClassName
{
border-color: #B3286D;
}
.TagClassName
{
border-color: #B3286D;
}
</style>