Shades of Medium Red Violet #B33A8C
Tints of Medium Red Violet #B33A8C
RGB
CMYK
RGB Variations
Color information
#B33A8C (or 0xB33A8C) is known color: Medium Red Violet. HEX triplet: B3, 3A and 8C. RGB value is (179,58,140). Sum of RGB (Red+Green+Blue) = 179+58+140=377 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.48% from 377); Green value is 58 (23.05% from 255 or 15.38% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 179 - color contains mainly: red. Hex color #B33A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33A8C is #4CC573. Grayscale: #676767. Windows color (decimal): -5031284 or 9190067. OLE color: 9190067.
HSL color Cylindrical-coordinate representation of color #B33A8C: hue angle of 319.34º 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 #B33A8C is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 58 | 140 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.30 |
| HSL | 319.34º | 0.51% | 0.46% | - |
| HSV(B) | 319.34º | 0.68% | 0.7% | - |
| XYZ | 24.84 | 14.5 | 26.3 | - |
| YUV | 103.53 | 148.59 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 58 | 140 | 0 | 0.68 | 0.22 | 0.30 | 319.34 | 0.51 | 0.46 |
| Hex | B3 | 3A | 8C | 0 | 44 | 16 | 1E | 13F | 33 | 2E |
| Octal | 263 | 72 | 214 | 0 | 104 | 26 | 36 | 477 | 63 | 56 |
| Binary | 10110011 | 111010 | 10001100 | 0 | 1000100 | 10110 | 11110 | 100111111 | 110011 | 101110 |
Color Harmonies of #B33A8C
Complementary color
Monochromatic Colors of #B33A8C
Black with #B33A8C
Text Example
Text Example
White with #B33A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33A8C; }
p { color: rgb(179,58,140); }
H1.HeaderClassName
{
color: #B33A8C;
}
.AnyTagClassName
{
color: #B33A8C;
}
</style>
background-color css
<style>
a { background-color: #B33A8C; }
a { background-color: rgb(179,58,140); }
div.DivClassName
{
background-color: #B33A8C;
}
.BgClassName
{
background-color: #B33A8C;
}
</style>
border-color css
<style>
span { border-color: #B33A8C; }
span { border-color: rgb(179,58,140); }
td.TdClassName
{
border-color: #B33A8C;
}
.TagClassName
{
border-color: #B33A8C;
}
</style>