Shades of Medium Violet Red #B2058B
Tints of Medium Violet Red #B2058B
RGB
CMYK
RGB Variations
Color information
#B2058B (or 0xB2058B) is known color: Medium Violet Red. HEX triplet: B2, 05 and 8B. RGB value is (178,5,139). Sum of RGB (Red+Green+Blue) = 178+5+139=322 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.28% from 322); Green value is 5 (2.34% from 255 or 1.55% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 178 - color contains mainly: red. Hex color #B2058B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2058B is #4DFA74. Grayscale: #474747. Windows color (decimal): -5110389 or 9110962. OLE color: 9110962.
HSL color Cylindrical-coordinate representation of color #B2058B: hue angle of 313.53º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B2058B is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 5 | 139 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.30 |
| HSL | 313.53º | 0.95% | 0.36% | - |
| HSV(B) | 313.53º | 0.97% | 0.7% | - |
| XYZ | 23.07 | 11.44 | 25.42 | - |
| YUV | 72 | 165.81 | 203.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 5 | 139 | 0 | 0.97 | 0.22 | 0.30 | 313.53 | 0.95 | 0.36 |
| Hex | B2 | 5 | 8B | 0 | 61 | 16 | 1E | 13A | 5F | 24 |
| Octal | 262 | 5 | 213 | 0 | 141 | 26 | 36 | 472 | 137 | 44 |
| Binary | 10110010 | 101 | 10001011 | 0 | 1100001 | 10110 | 11110 | 100111010 | 1011111 | 100100 |
Color Harmonies of #B2058B
Complementary color
Monochromatic Colors of #B2058B
Black with #B2058B
Text Example
Text Example
White with #B2058B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2058B; }
p { color: rgb(178,5,139); }
H1.HeaderClassName
{
color: #B2058B;
}
.AnyTagClassName
{
color: #B2058B;
}
</style>
background-color css
<style>
a { background-color: #B2058B; }
a { background-color: rgb(178,5,139); }
div.DivClassName
{
background-color: #B2058B;
}
.BgClassName
{
background-color: #B2058B;
}
</style>
border-color css
<style>
span { border-color: #B2058B; }
span { border-color: rgb(178,5,139); }
td.TdClassName
{
border-color: #B2058B;
}
.TagClassName
{
border-color: #B2058B;
}
</style>