Shades of Medium Red Violet #B3286E
Tints of Medium Red Violet #B3286E
RGB
CMYK
RGB Variations
Color information
#B3286E (or 0xB3286E) is known color: Medium Red Violet. HEX triplet: B3, 28 and 6E. RGB value is (179,40,110). Sum of RGB (Red+Green+Blue) = 179+40+110=329 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.41% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 179 - color contains mainly: red. Hex color #B3286E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3286E is #4CD791. Grayscale: #595959. Windows color (decimal): -5035922 or 7219379. OLE color: 7219379.
HSL color Cylindrical-coordinate representation of color #B3286E: hue angle of 329.78º 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 #B3286E is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 40 | 110 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.30 |
| HSL | 329.78º | 0.63% | 0.43% | - |
| HSV(B) | 329.78º | 0.78% | 0.7% | - |
| XYZ | 22.16 | 12.23 | 15.94 | - |
| YUV | 89.54 | 139.55 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 40 | 110 | 0 | 0.78 | 0.39 | 0.30 | 329.78 | 0.63 | 0.43 |
| Hex | B3 | 28 | 6E | 0 | 4E | 27 | 1E | 14A | 3F | 2B |
| Octal | 263 | 50 | 156 | 0 | 116 | 47 | 36 | 512 | 77 | 53 |
| Binary | 10110011 | 101000 | 1101110 | 0 | 1001110 | 100111 | 11110 | 101001010 | 111111 | 101011 |
Color Harmonies of #B3286E
Complementary color
Monochromatic Colors of #B3286E
Black with #B3286E
Text Example
Text Example
White with #B3286E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3286E; }
p { color: rgb(179,40,110); }
H1.HeaderClassName
{
color: #B3286E;
}
.AnyTagClassName
{
color: #B3286E;
}
</style>
background-color css
<style>
a { background-color: #B3286E; }
a { background-color: rgb(179,40,110); }
div.DivClassName
{
background-color: #B3286E;
}
.BgClassName
{
background-color: #B3286E;
}
</style>
border-color css
<style>
span { border-color: #B3286E; }
span { border-color: rgb(179,40,110); }
td.TdClassName
{
border-color: #B3286E;
}
.TagClassName
{
border-color: #B3286E;
}
</style>