Shades of Medium Violet Red #B30281
Tints of Medium Violet Red #B30281
RGB
CMYK
RGB Variations
Color information
#B30281 (or 0xB30281) is known color: Medium Violet Red. HEX triplet: B3, 02 and 81. RGB value is (179,2,129). Sum of RGB (Red+Green+Blue) = 179+2+129=310 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.74% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 129 (50.78% from 255 or 41.61% from 310); Max value from RGB is 179 - color contains mainly: red. Hex color #B30281 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30281 is #4CFD7E. Grayscale: #454545. Windows color (decimal): -5045631 or 8454835. OLE color: 8454835.
HSL color Cylindrical-coordinate representation of color #B30281: hue angle of 316.95º 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 #B30281 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 2 | 129 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.30 |
| HSL | 316.95º | 0.98% | 0.35% | - |
| HSV(B) | 316.95º | 0.99% | 0.7% | - |
| XYZ | 22.57 | 11.21 | 21.74 | - |
| YUV | 69.4 | 161.64 | 206.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 2 | 129 | 0 | 0.99 | 0.28 | 0.30 | 316.95 | 0.98 | 0.35 |
| Hex | B3 | 2 | 81 | 0 | 63 | 1C | 1E | 13D | 62 | 23 |
| Octal | 263 | 2 | 201 | 0 | 143 | 34 | 36 | 475 | 142 | 43 |
| Binary | 10110011 | 10 | 10000001 | 0 | 1100011 | 11100 | 11110 | 100111101 | 1100010 | 100011 |
Color Harmonies of #B30281
Complementary color
Monochromatic Colors of #B30281
Black with #B30281
Text Example
Text Example
White with #B30281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30281; }
p { color: rgb(179,2,129); }
H1.HeaderClassName
{
color: #B30281;
}
.AnyTagClassName
{
color: #B30281;
}
</style>
background-color css
<style>
a { background-color: #B30281; }
a { background-color: rgb(179,2,129); }
div.DivClassName
{
background-color: #B30281;
}
.BgClassName
{
background-color: #B30281;
}
</style>
border-color css
<style>
span { border-color: #B30281; }
span { border-color: rgb(179,2,129); }
td.TdClassName
{
border-color: #B30281;
}
.TagClassName
{
border-color: #B30281;
}
</style>