Shades of Medium Violet Red #B3028C
Tints of Medium Violet Red #B3028C
RGB
CMYK
RGB Variations
Color information
#B3028C (or 0xB3028C) is known color: Medium Violet Red. HEX triplet: B3, 02 and 8C. RGB value is (179,2,140). Sum of RGB (Red+Green+Blue) = 179+2+140=321 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.76% from 321); Green value is 2 (1.17% from 255 or 0.62% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 179 - color contains mainly: red. Hex color #B3028C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3028C is #4CFD73. Grayscale: #464646. Windows color (decimal): -5045620 or 9175731. OLE color: 9175731.
HSL color Cylindrical-coordinate representation of color #B3028C: hue angle of 313.22º 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 #B3028C is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 2 | 140 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.30 |
| HSL | 313.22º | 0.98% | 0.35% | - |
| HSV(B) | 313.22º | 0.99% | 0.7% | - |
| XYZ | 23.35 | 11.52 | 25.8 | - |
| YUV | 70.66 | 167.14 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 2 | 140 | 0 | 0.99 | 0.22 | 0.30 | 313.22 | 0.98 | 0.35 |
| Hex | B3 | 2 | 8C | 0 | 63 | 16 | 1E | 139 | 62 | 23 |
| Octal | 263 | 2 | 214 | 0 | 143 | 26 | 36 | 471 | 142 | 43 |
| Binary | 10110011 | 10 | 10001100 | 0 | 1100011 | 10110 | 11110 | 100111001 | 1100010 | 100011 |
Color Harmonies of #B3028C
Complementary color
Monochromatic Colors of #B3028C
Black with #B3028C
Text Example
Text Example
White with #B3028C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3028C; }
p { color: rgb(179,2,140); }
H1.HeaderClassName
{
color: #B3028C;
}
.AnyTagClassName
{
color: #B3028C;
}
</style>
background-color css
<style>
a { background-color: #B3028C; }
a { background-color: rgb(179,2,140); }
div.DivClassName
{
background-color: #B3028C;
}
.BgClassName
{
background-color: #B3028C;
}
</style>
border-color css
<style>
span { border-color: #B3028C; }
span { border-color: rgb(179,2,140); }
td.TdClassName
{
border-color: #B3028C;
}
.TagClassName
{
border-color: #B3028C;
}
</style>