Shades of Medium Violet Red #B30485
Tints of Medium Violet Red #B30485
RGB
CMYK
RGB Variations
Color information
#B30485 (or 0xB30485) is known color: Medium Violet Red. HEX triplet: B3, 04 and 85. RGB value is (179,4,133). Sum of RGB (Red+Green+Blue) = 179+4+133=316 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.65% from 316); Green value is 4 (1.95% from 255 or 1.27% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 179 - color contains mainly: red. Hex color #B30485 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30485 is #4CFB7A. Grayscale: #464646. Windows color (decimal): -5045115 or 8717491. OLE color: 8717491.
HSL color Cylindrical-coordinate representation of color #B30485: hue angle of 315.77º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B30485 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 4 | 133 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.30 |
| HSL | 315.77º | 0.96% | 0.36% | - |
| HSV(B) | 315.77º | 0.98% | 0.7% | - |
| XYZ | 22.87 | 11.36 | 23.18 | - |
| YUV | 71.03 | 162.98 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 4 | 133 | 0 | 0.98 | 0.26 | 0.30 | 315.77 | 0.96 | 0.36 |
| Hex | B3 | 4 | 85 | 0 | 62 | 1A | 1E | 13C | 60 | 24 |
| Octal | 263 | 4 | 205 | 0 | 142 | 32 | 36 | 474 | 140 | 44 |
| Binary | 10110011 | 100 | 10000101 | 0 | 1100010 | 11010 | 11110 | 100111100 | 1100000 | 100100 |
Color Harmonies of #B30485
Complementary color
Monochromatic Colors of #B30485
Black with #B30485
Text Example
Text Example
White with #B30485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30485; }
p { color: rgb(179,4,133); }
H1.HeaderClassName
{
color: #B30485;
}
.AnyTagClassName
{
color: #B30485;
}
</style>
background-color css
<style>
a { background-color: #B30485; }
a { background-color: rgb(179,4,133); }
div.DivClassName
{
background-color: #B30485;
}
.BgClassName
{
background-color: #B30485;
}
</style>
border-color css
<style>
span { border-color: #B30485; }
span { border-color: rgb(179,4,133); }
td.TdClassName
{
border-color: #B30485;
}
.TagClassName
{
border-color: #B30485;
}
</style>