Shades of Medium Violet Red #B30293
Tints of Medium Violet Red #B30293
RGB
CMYK
RGB Variations
Color information
#B30293 (or 0xB30293) is known color: Medium Violet Red. HEX triplet: B3, 02 and 93. RGB value is (179,2,147). Sum of RGB (Red+Green+Blue) = 179+2+147=328 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.57% from 328); Green value is 2 (1.17% from 255 or 0.61% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 179 - color contains mainly: red. Hex color #B30293 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30293 is #4CFD6C. Grayscale: #474747. Windows color (decimal): -5045613 or 9634483. OLE color: 9634483.
HSL color Cylindrical-coordinate representation of color #B30293: hue angle of 310.85º 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 #B30293 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 2 | 147 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.30 |
| HSL | 310.85º | 0.98% | 0.35% | - |
| HSV(B) | 310.85º | 0.99% | 0.7% | - |
| XYZ | 23.88 | 11.73 | 28.61 | - |
| YUV | 71.45 | 170.64 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 2 | 147 | 0 | 0.99 | 0.18 | 0.30 | 310.85 | 0.98 | 0.35 |
| Hex | B3 | 2 | 93 | 0 | 63 | 12 | 1E | 137 | 62 | 23 |
| Octal | 263 | 2 | 223 | 0 | 143 | 22 | 36 | 467 | 142 | 43 |
| Binary | 10110011 | 10 | 10010011 | 0 | 1100011 | 10010 | 11110 | 100110111 | 1100010 | 100011 |
Color Harmonies of #B30293
Complementary color
Monochromatic Colors of #B30293
Black with #B30293
Text Example
Text Example
White with #B30293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30293; }
p { color: rgb(179,2,147); }
H1.HeaderClassName
{
color: #B30293;
}
.AnyTagClassName
{
color: #B30293;
}
</style>
background-color css
<style>
a { background-color: #B30293; }
a { background-color: rgb(179,2,147); }
div.DivClassName
{
background-color: #B30293;
}
.BgClassName
{
background-color: #B30293;
}
</style>
border-color css
<style>
span { border-color: #B30293; }
span { border-color: rgb(179,2,147); }
td.TdClassName
{
border-color: #B30293;
}
.TagClassName
{
border-color: #B30293;
}
</style>