Shades of Medium Red Violet #B8339F
Tints of Medium Red Violet #B8339F
RGB
CMYK
RGB Variations
Color information
#B8339F (or 0xB8339F) is known color: Medium Red Violet. HEX triplet: B8, 33 and 9F. RGB value is (184,51,159). Sum of RGB (Red+Green+Blue) = 184+51+159=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 51 (20.31% from 255 or 12.94% from 394); Blue value is 159 (62.5% from 255 or 40.36% from 394); Max value from RGB is 184 - color contains mainly: red. Hex color #B8339F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8339F is #47CC60. Grayscale: #666666. Windows color (decimal): -4705377 or 10433464. OLE color: 10433464.
HSL color Cylindrical-coordinate representation of color #B8339F: hue angle of 311.28º 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 #B8339F is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 51 | 159 | - |
| CMYK | 0 | 0.72 | 0.14 | 0.28 |
| HSL | 311.28º | 0.57% | 0.46% | - |
| HSV(B) | 311.28º | 0.72% | 0.72% | - |
| XYZ | 27.21 | 15.06 | 34.27 | - |
| YUV | 103.08 | 159.56 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 51 | 159 | 0 | 0.72 | 0.14 | 0.28 | 311.28 | 0.57 | 0.46 |
| Hex | B8 | 33 | 9F | 0 | 48 | E | 1C | 137 | 39 | 2E |
| Octal | 270 | 63 | 237 | 0 | 110 | 16 | 34 | 467 | 71 | 56 |
| Binary | 10111000 | 110011 | 10011111 | 0 | 1001000 | 1110 | 11100 | 100110111 | 111001 | 101110 |
Color Harmonies of #B8339F
Complementary color
Monochromatic Colors of #B8339F
Black with #B8339F
Text Example
Text Example
White with #B8339F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8339F; }
p { color: rgb(184,51,159); }
H1.HeaderClassName
{
color: #B8339F;
}
.AnyTagClassName
{
color: #B8339F;
}
</style>
background-color css
<style>
a { background-color: #B8339F; }
a { background-color: rgb(184,51,159); }
div.DivClassName
{
background-color: #B8339F;
}
.BgClassName
{
background-color: #B8339F;
}
</style>
border-color css
<style>
span { border-color: #B8339F; }
span { border-color: rgb(184,51,159); }
td.TdClassName
{
border-color: #B8339F;
}
.TagClassName
{
border-color: #B8339F;
}
</style>