Shades of Medium Red Violet #B8338D
Tints of Medium Red Violet #B8338D
RGB
CMYK
RGB Variations
Color information
#B8338D (or 0xB8338D) is known color: Medium Red Violet. HEX triplet: B8, 33 and 8D. RGB value is (184,51,141). Sum of RGB (Red+Green+Blue) = 184+51+141=376 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.94% from 376); Green value is 51 (20.31% from 255 or 13.56% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 184 - color contains mainly: red. Hex color #B8338D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8338D is #47CC72. Grayscale: #646464. Windows color (decimal): -4705395 or 9253816. OLE color: 9253816.
HSL color Cylindrical-coordinate representation of color #B8338D: hue angle of 319.4º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B8338D is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 51 | 141 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.28 |
| HSL | 319.4º | 0.57% | 0.46% | - |
| HSV(B) | 319.4º | 0.72% | 0.72% | - |
| XYZ | 25.76 | 14.48 | 26.64 | - |
| YUV | 101.03 | 150.56 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 51 | 141 | 0 | 0.72 | 0.23 | 0.28 | 319.4 | 0.57 | 0.46 |
| Hex | B8 | 33 | 8D | 0 | 48 | 17 | 1C | 13F | 39 | 2E |
| Octal | 270 | 63 | 215 | 0 | 110 | 27 | 34 | 477 | 71 | 56 |
| Binary | 10111000 | 110011 | 10001101 | 0 | 1001000 | 10111 | 11100 | 100111111 | 111001 | 101110 |
Color Harmonies of #B8338D
Complementary color
Monochromatic Colors of #B8338D
Black with #B8338D
Text Example
Text Example
White with #B8338D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8338D; }
p { color: rgb(184,51,141); }
H1.HeaderClassName
{
color: #B8338D;
}
.AnyTagClassName
{
color: #B8338D;
}
</style>
background-color css
<style>
a { background-color: #B8338D; }
a { background-color: rgb(184,51,141); }
div.DivClassName
{
background-color: #B8338D;
}
.BgClassName
{
background-color: #B8338D;
}
</style>
border-color css
<style>
span { border-color: #B8338D; }
span { border-color: rgb(184,51,141); }
td.TdClassName
{
border-color: #B8338D;
}
.TagClassName
{
border-color: #B8338D;
}
</style>