Shades of Medium Violet Red #B30180
Tints of Medium Violet Red #B30180
RGB
CMYK
RGB Variations
Color information
#B30180 (or 0xB30180) is known color: Medium Violet Red. HEX triplet: B3, 01 and 80. RGB value is (179,1,128). Sum of RGB (Red+Green+Blue) = 179+1+128=308 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.12% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 128 (50.39% from 255 or 41.56% from 308); Max value from RGB is 179 - color contains mainly: red. Hex color #B30180 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30180 is #4CFE7F. Grayscale: #444444. Windows color (decimal): -5045888 or 8389043. OLE color: 8389043.
HSL color Cylindrical-coordinate representation of color #B30180: hue angle of 317.19º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B30180 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 1 | 128 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.30 |
| HSL | 317.19º | 0.99% | 0.35% | - |
| HSV(B) | 317.19º | 0.99% | 0.7% | - |
| XYZ | 22.5 | 11.16 | 21.39 | - |
| YUV | 68.7 | 161.47 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 128 | 0 | 0.99 | 0.28 | 0.30 | 317.19 | 0.99 | 0.35 |
| Hex | B3 | 1 | 80 | 0 | 63 | 1C | 1E | 13D | 63 | 23 |
| Octal | 263 | 1 | 200 | 0 | 143 | 34 | 36 | 475 | 143 | 43 |
| Binary | 10110011 | 1 | 10000000 | 0 | 1100011 | 11100 | 11110 | 100111101 | 1100011 | 100011 |
Color Harmonies of #B30180
Complementary color
Monochromatic Colors of #B30180
Black with #B30180
Text Example
Text Example
White with #B30180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30180; }
p { color: rgb(179,1,128); }
H1.HeaderClassName
{
color: #B30180;
}
.AnyTagClassName
{
color: #B30180;
}
</style>
background-color css
<style>
a { background-color: #B30180; }
a { background-color: rgb(179,1,128); }
div.DivClassName
{
background-color: #B30180;
}
.BgClassName
{
background-color: #B30180;
}
</style>
border-color css
<style>
span { border-color: #B30180; }
span { border-color: rgb(179,1,128); }
td.TdClassName
{
border-color: #B30180;
}
.TagClassName
{
border-color: #B30180;
}
</style>