Shades of Medium Violet Red #B8058F
Tints of Medium Violet Red #B8058F
RGB
CMYK
RGB Variations
Color information
#B8058F (or 0xB8058F) is known color: Medium Violet Red. HEX triplet: B8, 05 and 8F. RGB value is (184,5,143). Sum of RGB (Red+Green+Blue) = 184+5+143=332 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.42% from 332); Green value is 5 (2.34% from 255 or 1.51% from 332); Blue value is 143 (56.25% from 255 or 43.07% from 332); Max value from RGB is 184 - color contains mainly: red. Hex color #B8058F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8058F is #47FA70. Grayscale: #494949. Windows color (decimal): -4717169 or 9373112. OLE color: 9373112.
HSL color Cylindrical-coordinate representation of color #B8058F: hue angle of 313.74º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B8058F is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 5 | 143 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.28 |
| HSL | 313.74º | 0.95% | 0.37% | - |
| HSV(B) | 313.74º | 0.97% | 0.72% | - |
| XYZ | 24.78 | 12.28 | 27.05 | - |
| YUV | 74.25 | 166.8 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 5 | 143 | 0 | 0.97 | 0.22 | 0.28 | 313.74 | 0.95 | 0.37 |
| Hex | B8 | 5 | 8F | 0 | 61 | 16 | 1C | 13A | 5F | 25 |
| Octal | 270 | 5 | 217 | 0 | 141 | 26 | 34 | 472 | 137 | 45 |
| Binary | 10111000 | 101 | 10001111 | 0 | 1100001 | 10110 | 11100 | 100111010 | 1011111 | 100101 |
Color Harmonies of #B8058F
Complementary color
Monochromatic Colors of #B8058F
Black with #B8058F
Text Example
Text Example
White with #B8058F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8058F; }
p { color: rgb(184,5,143); }
H1.HeaderClassName
{
color: #B8058F;
}
.AnyTagClassName
{
color: #B8058F;
}
</style>
background-color css
<style>
a { background-color: #B8058F; }
a { background-color: rgb(184,5,143); }
div.DivClassName
{
background-color: #B8058F;
}
.BgClassName
{
background-color: #B8058F;
}
</style>
border-color css
<style>
span { border-color: #B8058F; }
span { border-color: rgb(184,5,143); }
td.TdClassName
{
border-color: #B8058F;
}
.TagClassName
{
border-color: #B8058F;
}
</style>