Shades of Medium Violet Red #B30298
Tints of Medium Violet Red #B30298
RGB
CMYK
RGB Variations
Color information
#B30298 (or 0xB30298) is known color: Medium Violet Red. HEX triplet: B3, 02 and 98. RGB value is (179,2,152). Sum of RGB (Red+Green+Blue) = 179+2+152=333 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.75% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 152 (59.77% from 255 or 45.65% from 333); Max value from RGB is 179 - color contains mainly: red. Hex color #B30298 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30298 is #4CFD67. Grayscale: #474747. Windows color (decimal): -5045608 or 9962163. OLE color: 9962163.
HSL color Cylindrical-coordinate representation of color #B30298: hue angle of 309.15º 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 #B30298 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 2 | 152 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.30 |
| HSL | 309.15º | 0.98% | 0.35% | - |
| HSV(B) | 309.15º | 0.99% | 0.7% | - |
| XYZ | 24.28 | 11.89 | 30.72 | - |
| YUV | 72.02 | 173.14 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 2 | 152 | 0 | 0.99 | 0.15 | 0.30 | 309.15 | 0.98 | 0.35 |
| Hex | B3 | 2 | 98 | 0 | 63 | F | 1E | 135 | 62 | 23 |
| Octal | 263 | 2 | 230 | 0 | 143 | 17 | 36 | 465 | 142 | 43 |
| Binary | 10110011 | 10 | 10011000 | 0 | 1100011 | 1111 | 11110 | 100110101 | 1100010 | 100011 |
Color Harmonies of #B30298
Complementary color
Monochromatic Colors of #B30298
Black with #B30298
Text Example
Text Example
White with #B30298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30298; }
p { color: rgb(179,2,152); }
H1.HeaderClassName
{
color: #B30298;
}
.AnyTagClassName
{
color: #B30298;
}
</style>
background-color css
<style>
a { background-color: #B30298; }
a { background-color: rgb(179,2,152); }
div.DivClassName
{
background-color: #B30298;
}
.BgClassName
{
background-color: #B30298;
}
</style>
border-color css
<style>
span { border-color: #B30298; }
span { border-color: rgb(179,2,152); }
td.TdClassName
{
border-color: #B30298;
}
.TagClassName
{
border-color: #B30298;
}
</style>