Shades of Medium Red Violet #B33A8B
Tints of Medium Red Violet #B33A8B
RGB
CMYK
RGB Variations
Color information
#B33A8B (or 0xB33A8B) is known color: Medium Red Violet. HEX triplet: B3, 3A and 8B. RGB value is (179,58,139). Sum of RGB (Red+Green+Blue) = 179+58+139=376 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.61% from 376); Green value is 58 (23.05% from 255 or 15.43% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 179 - color contains mainly: red. Hex color #B33A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33A8B is #4CC574. Grayscale: #676767. Windows color (decimal): -5031285 or 9124531. OLE color: 9124531.
HSL color Cylindrical-coordinate representation of color #B33A8B: hue angle of 319.83º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B33A8B is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 58 | 139 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.30 |
| HSL | 319.83º | 0.51% | 0.46% | - |
| HSV(B) | 319.83º | 0.68% | 0.7% | - |
| XYZ | 24.76 | 14.47 | 25.91 | - |
| YUV | 103.41 | 148.09 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 58 | 139 | 0 | 0.68 | 0.22 | 0.30 | 319.83 | 0.51 | 0.46 |
| Hex | B3 | 3A | 8B | 0 | 44 | 16 | 1E | 140 | 33 | 2E |
| Octal | 263 | 72 | 213 | 0 | 104 | 26 | 36 | 500 | 63 | 56 |
| Binary | 10110011 | 111010 | 10001011 | 0 | 1000100 | 10110 | 11110 | 101000000 | 110011 | 101110 |
Color Harmonies of #B33A8B
Complementary color
Monochromatic Colors of #B33A8B
Black with #B33A8B
Text Example
Text Example
White with #B33A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33A8B; }
p { color: rgb(179,58,139); }
H1.HeaderClassName
{
color: #B33A8B;
}
.AnyTagClassName
{
color: #B33A8B;
}
</style>
background-color css
<style>
a { background-color: #B33A8B; }
a { background-color: rgb(179,58,139); }
div.DivClassName
{
background-color: #B33A8B;
}
.BgClassName
{
background-color: #B33A8B;
}
</style>
border-color css
<style>
span { border-color: #B33A8B; }
span { border-color: rgb(179,58,139); }
td.TdClassName
{
border-color: #B33A8B;
}
.TagClassName
{
border-color: #B33A8B;
}
</style>