Shades of Medium Violet Red #B30D9E
Tints of Medium Violet Red #B30D9E
RGB
CMYK
RGB Variations
Color information
#B30D9E (or 0xB30D9E) is known color: Medium Violet Red. HEX triplet: B3, 0D and 9E. RGB value is (179,13,158). Sum of RGB (Red+Green+Blue) = 179+13+158=350 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.14% from 350); Green value is 13 (5.47% from 255 or 3.71% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 179 - color contains mainly: red. Hex color #B30D9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30D9E is #4CF261. Grayscale: #4E4E4E. Windows color (decimal): -5042786 or 10358195. OLE color: 10358195.
HSL color Cylindrical-coordinate representation of color #B30D9E: hue angle of 307.59º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B30D9E is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 13 | 158 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.30 |
| HSL | 307.59º | 0.86% | 0.38% | - |
| HSV(B) | 307.59º | 0.93% | 0.7% | - |
| XYZ | 24.91 | 12.34 | 33.42 | - |
| YUV | 79.16 | 172.5 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 13 | 158 | 0 | 0.93 | 0.12 | 0.30 | 307.59 | 0.86 | 0.38 |
| Hex | B3 | D | 9E | 0 | 5D | C | 1E | 134 | 56 | 26 |
| Octal | 263 | 15 | 236 | 0 | 135 | 14 | 36 | 464 | 126 | 46 |
| Binary | 10110011 | 1101 | 10011110 | 0 | 1011101 | 1100 | 11110 | 100110100 | 1010110 | 100110 |
Color Harmonies of #B30D9E
Complementary color
Monochromatic Colors of #B30D9E
Black with #B30D9E
Text Example
Text Example
White with #B30D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30D9E; }
p { color: rgb(179,13,158); }
H1.HeaderClassName
{
color: #B30D9E;
}
.AnyTagClassName
{
color: #B30D9E;
}
</style>
background-color css
<style>
a { background-color: #B30D9E; }
a { background-color: rgb(179,13,158); }
div.DivClassName
{
background-color: #B30D9E;
}
.BgClassName
{
background-color: #B30D9E;
}
</style>
border-color css
<style>
span { border-color: #B30D9E; }
span { border-color: rgb(179,13,158); }
td.TdClassName
{
border-color: #B30D9E;
}
.TagClassName
{
border-color: #B30D9E;
}
</style>