Shades of Medium Red Violet #B33F90
Tints of Medium Red Violet #B33F90
RGB
CMYK
RGB Variations
Color information
#B33F90 (or 0xB33F90) is known color: Medium Red Violet. HEX triplet: B3, 3F and 90. RGB value is (179,63,144). Sum of RGB (Red+Green+Blue) = 179+63+144=386 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.37% from 386); Green value is 63 (25% from 255 or 16.32% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 179 - color contains mainly: red. Hex color #B33F90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33F90 is #4CC06F. Grayscale: #6A6A6A. Windows color (decimal): -5030000 or 9453491. OLE color: 9453491.
HSL color Cylindrical-coordinate representation of color #B33F90: hue angle of 318.1º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B33F90 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 63 | 144 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.30 |
| HSL | 318.1º | 0.48% | 0.47% | - |
| HSV(B) | 318.1º | 0.65% | 0.7% | - |
| XYZ | 25.4 | 15.15 | 27.97 | - |
| YUV | 106.92 | 148.93 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 63 | 144 | 0 | 0.65 | 0.20 | 0.30 | 318.1 | 0.48 | 0.47 |
| Hex | B3 | 3F | 90 | 0 | 41 | 14 | 1E | 13E | 30 | 2F |
| Octal | 263 | 77 | 220 | 0 | 101 | 24 | 36 | 476 | 60 | 57 |
| Binary | 10110011 | 111111 | 10010000 | 0 | 1000001 | 10100 | 11110 | 100111110 | 110000 | 101111 |
Color Harmonies of #B33F90
Complementary color
Monochromatic Colors of #B33F90
Black with #B33F90
Text Example
Text Example
White with #B33F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33F90; }
p { color: rgb(179,63,144); }
H1.HeaderClassName
{
color: #B33F90;
}
.AnyTagClassName
{
color: #B33F90;
}
</style>
background-color css
<style>
a { background-color: #B33F90; }
a { background-color: rgb(179,63,144); }
div.DivClassName
{
background-color: #B33F90;
}
.BgClassName
{
background-color: #B33F90;
}
</style>
border-color css
<style>
span { border-color: #B33F90; }
span { border-color: rgb(179,63,144); }
td.TdClassName
{
border-color: #B33F90;
}
.TagClassName
{
border-color: #B33F90;
}
</style>