Shades of Medium Red Violet #B33087
Tints of Medium Red Violet #B33087
RGB
CMYK
RGB Variations
Color information
#B33087 (or 0xB33087) is known color: Medium Red Violet. HEX triplet: B3, 30 and 87. RGB value is (179,48,135). Sum of RGB (Red+Green+Blue) = 179+48+135=362 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.45% from 362); Green value is 48 (19.14% from 255 or 13.26% from 362); Blue value is 135 (53.12% from 255 or 37.29% from 362); Max value from RGB is 179 - color contains mainly: red. Hex color #B33087 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33087 is #4CCF78. Grayscale: #606060. Windows color (decimal): -5033849 or 8859827. OLE color: 8859827.
HSL color Cylindrical-coordinate representation of color #B33087: hue angle of 320.15º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B33087 is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 48 | 135 | - |
| CMYK | 0 | 0.73 | 0.25 | 0.30 |
| HSL | 320.15º | 0.58% | 0.45% | - |
| HSV(B) | 320.15º | 0.73% | 0.7% | - |
| XYZ | 24.02 | 13.45 | 24.25 | - |
| YUV | 97.09 | 149.4 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 48 | 135 | 0 | 0.73 | 0.25 | 0.30 | 320.15 | 0.58 | 0.45 |
| Hex | B3 | 30 | 87 | 0 | 49 | 19 | 1E | 140 | 3A | 2D |
| Octal | 263 | 60 | 207 | 0 | 111 | 31 | 36 | 500 | 72 | 55 |
| Binary | 10110011 | 110000 | 10000111 | 0 | 1001001 | 11001 | 11110 | 101000000 | 111010 | 101101 |
Color Harmonies of #B33087
Complementary color
Monochromatic Colors of #B33087
Black with #B33087
Text Example
Text Example
White with #B33087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33087; }
p { color: rgb(179,48,135); }
H1.HeaderClassName
{
color: #B33087;
}
.AnyTagClassName
{
color: #B33087;
}
</style>
background-color css
<style>
a { background-color: #B33087; }
a { background-color: rgb(179,48,135); }
div.DivClassName
{
background-color: #B33087;
}
.BgClassName
{
background-color: #B33087;
}
</style>
border-color css
<style>
span { border-color: #B33087; }
span { border-color: rgb(179,48,135); }
td.TdClassName
{
border-color: #B33087;
}
.TagClassName
{
border-color: #B33087;
}
</style>