Shades of Medium Red Violet #B3287C
Tints of Medium Red Violet #B3287C
RGB
CMYK
RGB Variations
Color information
#B3287C (or 0xB3287C) is known color: Medium Red Violet. HEX triplet: B3, 28 and 7C. RGB value is (179,40,124). Sum of RGB (Red+Green+Blue) = 179+40+124=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 40 (16.02% from 255 or 11.66% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B3287C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3287C is #4CD783. Grayscale: #5A5A5A. Windows color (decimal): -5035908 or 8136883. OLE color: 8136883.
HSL color Cylindrical-coordinate representation of color #B3287C: hue angle of 323.74º 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 #B3287C is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 40 | 124 | - |
| CMYK | 0 | 0.78 | 0.31 | 0.30 |
| HSL | 323.74º | 0.63% | 0.43% | - |
| HSV(B) | 323.74º | 0.78% | 0.7% | - |
| XYZ | 22.99 | 12.56 | 20.28 | - |
| YUV | 91.14 | 146.55 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 40 | 124 | 0 | 0.78 | 0.31 | 0.30 | 323.74 | 0.63 | 0.43 |
| Hex | B3 | 28 | 7C | 0 | 4E | 1F | 1E | 144 | 3F | 2B |
| Octal | 263 | 50 | 174 | 0 | 116 | 37 | 36 | 504 | 77 | 53 |
| Binary | 10110011 | 101000 | 1111100 | 0 | 1001110 | 11111 | 11110 | 101000100 | 111111 | 101011 |
Color Harmonies of #B3287C
Complementary color
Monochromatic Colors of #B3287C
Black with #B3287C
Text Example
Text Example
White with #B3287C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3287C; }
p { color: rgb(179,40,124); }
H1.HeaderClassName
{
color: #B3287C;
}
.AnyTagClassName
{
color: #B3287C;
}
</style>
background-color css
<style>
a { background-color: #B3287C; }
a { background-color: rgb(179,40,124); }
div.DivClassName
{
background-color: #B3287C;
}
.BgClassName
{
background-color: #B3287C;
}
</style>
border-color css
<style>
span { border-color: #B3287C; }
span { border-color: rgb(179,40,124); }
td.TdClassName
{
border-color: #B3287C;
}
.TagClassName
{
border-color: #B3287C;
}
</style>