Shades of Medium Red Violet #B8338F
Tints of Medium Red Violet #B8338F
RGB
CMYK
RGB Variations
Color information
#B8338F (or 0xB8338F) is known color: Medium Red Violet. HEX triplet: B8, 33 and 8F. RGB value is (184,51,143). Sum of RGB (Red+Green+Blue) = 184+51+143=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 51 (20.31% from 255 or 13.49% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B8338F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8338F is #47CC70. Grayscale: #656565. Windows color (decimal): -4705393 or 9384888. OLE color: 9384888.
HSL color Cylindrical-coordinate representation of color #B8338F: hue angle of 318.5º 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 #B8338F is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 51 | 143 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.28 |
| HSL | 318.5º | 0.57% | 0.46% | - |
| HSV(B) | 318.5º | 0.72% | 0.72% | - |
| XYZ | 25.91 | 14.54 | 27.43 | - |
| YUV | 101.26 | 151.56 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 51 | 143 | 0 | 0.72 | 0.22 | 0.28 | 318.5 | 0.57 | 0.46 |
| Hex | B8 | 33 | 8F | 0 | 48 | 16 | 1C | 13E | 39 | 2E |
| Octal | 270 | 63 | 217 | 0 | 110 | 26 | 34 | 476 | 71 | 56 |
| Binary | 10111000 | 110011 | 10001111 | 0 | 1001000 | 10110 | 11100 | 100111110 | 111001 | 101110 |
Color Harmonies of #B8338F
Complementary color
Monochromatic Colors of #B8338F
Black with #B8338F
Text Example
Text Example
White with #B8338F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8338F; }
p { color: rgb(184,51,143); }
H1.HeaderClassName
{
color: #B8338F;
}
.AnyTagClassName
{
color: #B8338F;
}
</style>
background-color css
<style>
a { background-color: #B8338F; }
a { background-color: rgb(184,51,143); }
div.DivClassName
{
background-color: #B8338F;
}
.BgClassName
{
background-color: #B8338F;
}
</style>
border-color css
<style>
span { border-color: #B8338F; }
span { border-color: rgb(184,51,143); }
td.TdClassName
{
border-color: #B8338F;
}
.TagClassName
{
border-color: #B8338F;
}
</style>