Shades of Medium Violet Red #B3028D
Tints of Medium Violet Red #B3028D
RGB
CMYK
RGB Variations
Color information
#B3028D (or 0xB3028D) is known color: Medium Violet Red. HEX triplet: B3, 02 and 8D. RGB value is (179,2,141). Sum of RGB (Red+Green+Blue) = 179+2+141=322 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.59% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 141 (55.47% from 255 or 43.79% from 322); Max value from RGB is 179 - color contains mainly: red. Hex color #B3028D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3028D is #4CFD72. Grayscale: #464646. Windows color (decimal): -5045619 or 9241267. OLE color: 9241267.
HSL color Cylindrical-coordinate representation of color #B3028D: hue angle of 312.88º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B3028D is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 2 | 141 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.30 |
| HSL | 312.88º | 0.98% | 0.35% | - |
| HSV(B) | 312.88º | 0.99% | 0.7% | - |
| XYZ | 23.42 | 11.55 | 26.19 | - |
| YUV | 70.77 | 167.64 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 2 | 141 | 0 | 0.99 | 0.21 | 0.30 | 312.88 | 0.98 | 0.35 |
| Hex | B3 | 2 | 8D | 0 | 63 | 15 | 1E | 139 | 62 | 23 |
| Octal | 263 | 2 | 215 | 0 | 143 | 25 | 36 | 471 | 142 | 43 |
| Binary | 10110011 | 10 | 10001101 | 0 | 1100011 | 10101 | 11110 | 100111001 | 1100010 | 100011 |
Color Harmonies of #B3028D
Complementary color
Monochromatic Colors of #B3028D
Black with #B3028D
Text Example
Text Example
White with #B3028D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3028D; }
p { color: rgb(179,2,141); }
H1.HeaderClassName
{
color: #B3028D;
}
.AnyTagClassName
{
color: #B3028D;
}
</style>
background-color css
<style>
a { background-color: #B3028D; }
a { background-color: rgb(179,2,141); }
div.DivClassName
{
background-color: #B3028D;
}
.BgClassName
{
background-color: #B3028D;
}
</style>
border-color css
<style>
span { border-color: #B3028D; }
span { border-color: rgb(179,2,141); }
td.TdClassName
{
border-color: #B3028D;
}
.TagClassName
{
border-color: #B3028D;
}
</style>