Shades of Medium Red Violet #B32298
Tints of Medium Red Violet #B32298
RGB
CMYK
RGB Variations
Color information
#B32298 (or 0xB32298) is known color: Medium Red Violet. HEX triplet: B3, 22 and 98. RGB value is (179,34,152). Sum of RGB (Red+Green+Blue) = 179+34+152=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 34 (13.67% from 255 or 9.32% from 365); Blue value is 152 (59.77% from 255 or 41.64% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B32298 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32298 is #4CDD67. Grayscale: #5A5A5A. Windows color (decimal): -5037416 or 9970355. OLE color: 9970355.
HSL color Cylindrical-coordinate representation of color #B32298: hue angle of 311.17º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B32298 is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 34 | 152 | - |
| CMYK | 0 | 0.81 | 0.15 | 0.30 |
| HSL | 311.17º | 0.68% | 0.42% | - |
| HSV(B) | 311.17º | 0.81% | 0.7% | - |
| XYZ | 24.83 | 12.99 | 30.91 | - |
| YUV | 90.81 | 162.54 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 34 | 152 | 0 | 0.81 | 0.15 | 0.30 | 311.17 | 0.68 | 0.42 |
| Hex | B3 | 22 | 98 | 0 | 51 | F | 1E | 137 | 44 | 2A |
| Octal | 263 | 42 | 230 | 0 | 121 | 17 | 36 | 467 | 104 | 52 |
| Binary | 10110011 | 100010 | 10011000 | 0 | 1010001 | 1111 | 11110 | 100110111 | 1000100 | 101010 |
Color Harmonies of #B32298
Complementary color
Monochromatic Colors of #B32298
Black with #B32298
Text Example
Text Example
White with #B32298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32298; }
p { color: rgb(179,34,152); }
H1.HeaderClassName
{
color: #B32298;
}
.AnyTagClassName
{
color: #B32298;
}
</style>
background-color css
<style>
a { background-color: #B32298; }
a { background-color: rgb(179,34,152); }
div.DivClassName
{
background-color: #B32298;
}
.BgClassName
{
background-color: #B32298;
}
</style>
border-color css
<style>
span { border-color: #B32298; }
span { border-color: rgb(179,34,152); }
td.TdClassName
{
border-color: #B32298;
}
.TagClassName
{
border-color: #B32298;
}
</style>