Shades of Medium Violet Red #B30085
Tints of Medium Violet Red #B30085
RGB
CMYK
RGB Variations
Color information
#B30085 (or 0xB30085) is known color: Medium Violet Red. HEX triplet: B3, 00 and 85. RGB value is (179,0,133). Sum of RGB (Red+Green+Blue) = 179+0+133=312 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.37% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 179 - color contains mainly: red. Hex color #B30085 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30085 is #4CFF7A. Grayscale: #444444. Windows color (decimal): -5046139 or 8716467. OLE color: 8716467.
HSL color Cylindrical-coordinate representation of color #B30085: hue angle of 315.42º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B30085 is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 0 | 133 | - |
| CMYK | 0 | 1 | 0.26 | 0.30 |
| HSL | 315.42º | 1% | 0.35% | - |
| HSV(B) | 315.42º | 1% | 0.7% | - |
| XYZ | 22.82 | 11.28 | 23.16 | - |
| YUV | 68.68 | 164.3 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 0 | 133 | 0 | 1 | 0.26 | 0.30 | 315.42 | 1 | 0.35 |
| Hex | B3 | 0 | 85 | 0 | 64 | 1A | 1E | 13B | 64 | 23 |
| Octal | 263 | 0 | 205 | 0 | 144 | 32 | 36 | 473 | 144 | 43 |
| Binary | 10110011 | 0 | 10000101 | 0 | 1100100 | 11010 | 11110 | 100111011 | 1100100 | 100011 |
Color Harmonies of #B30085
Complementary color
Monochromatic Colors of #B30085
Black with #B30085
Text Example
Text Example
White with #B30085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30085; }
p { color: rgb(179,0,133); }
H1.HeaderClassName
{
color: #B30085;
}
.AnyTagClassName
{
color: #B30085;
}
</style>
background-color css
<style>
a { background-color: #B30085; }
a { background-color: rgb(179,0,133); }
div.DivClassName
{
background-color: #B30085;
}
.BgClassName
{
background-color: #B30085;
}
</style>
border-color css
<style>
span { border-color: #B30085; }
span { border-color: rgb(179,0,133); }
td.TdClassName
{
border-color: #B30085;
}
.TagClassName
{
border-color: #B30085;
}
</style>