Shades of Medium Red Violet #B33D8B
Tints of Medium Red Violet #B33D8B
RGB
CMYK
RGB Variations
Color information
#B33D8B (or 0xB33D8B) is known color: Medium Red Violet. HEX triplet: B3, 3D and 8B. RGB value is (179,61,139). Sum of RGB (Red+Green+Blue) = 179+61+139=379 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.23% from 379); Green value is 61 (24.22% from 255 or 16.09% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 179 - color contains mainly: red. Hex color #B33D8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33D8B is #4CC274. Grayscale: #686868. Windows color (decimal): -5030517 or 9125299. OLE color: 9125299.
HSL color Cylindrical-coordinate representation of color #B33D8B: hue angle of 320.34º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B33D8B is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 61 | 139 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.30 |
| HSL | 320.34º | 0.49% | 0.47% | - |
| HSV(B) | 320.34º | 0.66% | 0.7% | - |
| XYZ | 24.92 | 14.79 | 25.97 | - |
| YUV | 105.17 | 147.09 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 61 | 139 | 0 | 0.66 | 0.22 | 0.30 | 320.34 | 0.49 | 0.47 |
| Hex | B3 | 3D | 8B | 0 | 42 | 16 | 1E | 140 | 31 | 2F |
| Octal | 263 | 75 | 213 | 0 | 102 | 26 | 36 | 500 | 61 | 57 |
| Binary | 10110011 | 111101 | 10001011 | 0 | 1000010 | 10110 | 11110 | 101000000 | 110001 | 101111 |
Color Harmonies of #B33D8B
Complementary color
Monochromatic Colors of #B33D8B
Black with #B33D8B
Text Example
Text Example
White with #B33D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33D8B; }
p { color: rgb(179,61,139); }
H1.HeaderClassName
{
color: #B33D8B;
}
.AnyTagClassName
{
color: #B33D8B;
}
</style>
background-color css
<style>
a { background-color: #B33D8B; }
a { background-color: rgb(179,61,139); }
div.DivClassName
{
background-color: #B33D8B;
}
.BgClassName
{
background-color: #B33D8B;
}
</style>
border-color css
<style>
span { border-color: #B33D8B; }
span { border-color: rgb(179,61,139); }
td.TdClassName
{
border-color: #B33D8B;
}
.TagClassName
{
border-color: #B33D8B;
}
</style>