Shades of Medium Red Violet #B3338F
Tints of Medium Red Violet #B3338F
RGB
CMYK
RGB Variations
Color information
#B3338F (or 0xB3338F) is known color: Medium Red Violet. HEX triplet: B3, 33 and 8F. RGB value is (179,51,143). Sum of RGB (Red+Green+Blue) = 179+51+143=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 51 (20.31% from 255 or 13.67% from 373); Blue value is 143 (56.25% from 255 or 38.34% from 373); Max value from RGB is 179 - color contains mainly: red. Hex color #B3338F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3338F is #4CCC70. Grayscale: #636363. Windows color (decimal): -5033073 or 9384883. OLE color: 9384883.
HSL color Cylindrical-coordinate representation of color #B3338F: hue angle of 316.88º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B3338F is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 51 | 143 | - |
| CMYK | 0 | 0.72 | 0.20 | 0.30 |
| HSL | 316.88º | 0.56% | 0.45% | - |
| HSV(B) | 316.88º | 0.72% | 0.7% | - |
| XYZ | 24.73 | 13.93 | 27.37 | - |
| YUV | 99.76 | 152.41 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 51 | 143 | 0 | 0.72 | 0.20 | 0.30 | 316.88 | 0.56 | 0.45 |
| Hex | B3 | 33 | 8F | 0 | 48 | 14 | 1E | 13D | 38 | 2D |
| Octal | 263 | 63 | 217 | 0 | 110 | 24 | 36 | 475 | 70 | 55 |
| Binary | 10110011 | 110011 | 10001111 | 0 | 1001000 | 10100 | 11110 | 100111101 | 111000 | 101101 |
Color Harmonies of #B3338F
Complementary color
Monochromatic Colors of #B3338F
Black with #B3338F
Text Example
Text Example
White with #B3338F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3338F; }
p { color: rgb(179,51,143); }
H1.HeaderClassName
{
color: #B3338F;
}
.AnyTagClassName
{
color: #B3338F;
}
</style>
background-color css
<style>
a { background-color: #B3338F; }
a { background-color: rgb(179,51,143); }
div.DivClassName
{
background-color: #B3338F;
}
.BgClassName
{
background-color: #B3338F;
}
</style>
border-color css
<style>
span { border-color: #B3338F; }
span { border-color: rgb(179,51,143); }
td.TdClassName
{
border-color: #B3338F;
}
.TagClassName
{
border-color: #B3338F;
}
</style>