Shades of Medium Red Violet #B3288C
Tints of Medium Red Violet #B3288C
RGB
CMYK
RGB Variations
Color information
#B3288C (or 0xB3288C) is known color: Medium Red Violet. HEX triplet: B3, 28 and 8C. RGB value is (179,40,140). Sum of RGB (Red+Green+Blue) = 179+40+140=359 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.86% from 359); Green value is 40 (16.02% from 255 or 11.14% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 179 - color contains mainly: red. Hex color #B3288C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3288C is #4CD773. Grayscale: #5C5C5C. Windows color (decimal): -5035892 or 9185459. OLE color: 9185459.
HSL color Cylindrical-coordinate representation of color #B3288C: hue angle of 316.83º 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 #B3288C is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 40 | 140 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.30 |
| HSL | 316.83º | 0.63% | 0.43% | - |
| HSV(B) | 316.83º | 0.78% | 0.7% | - |
| XYZ | 24.08 | 12.99 | 26.05 | - |
| YUV | 92.96 | 154.55 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 40 | 140 | 0 | 0.78 | 0.22 | 0.30 | 316.83 | 0.63 | 0.43 |
| Hex | B3 | 28 | 8C | 0 | 4E | 16 | 1E | 13D | 3F | 2B |
| Octal | 263 | 50 | 214 | 0 | 116 | 26 | 36 | 475 | 77 | 53 |
| Binary | 10110011 | 101000 | 10001100 | 0 | 1001110 | 10110 | 11110 | 100111101 | 111111 | 101011 |
Color Harmonies of #B3288C
Complementary color
Monochromatic Colors of #B3288C
Black with #B3288C
Text Example
Text Example
White with #B3288C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3288C; }
p { color: rgb(179,40,140); }
H1.HeaderClassName
{
color: #B3288C;
}
.AnyTagClassName
{
color: #B3288C;
}
</style>
background-color css
<style>
a { background-color: #B3288C; }
a { background-color: rgb(179,40,140); }
div.DivClassName
{
background-color: #B3288C;
}
.BgClassName
{
background-color: #B3288C;
}
</style>
border-color css
<style>
span { border-color: #B3288C; }
span { border-color: rgb(179,40,140); }
td.TdClassName
{
border-color: #B3288C;
}
.TagClassName
{
border-color: #B3288C;
}
</style>