Shades of Medium Violet Red #B30B7A
Tints of Medium Violet Red #B30B7A
RGB
CMYK
RGB Variations
Color information
#B30B7A (or 0xB30B7A) is known color: Medium Violet Red. HEX triplet: B3, 0B and 7A. RGB value is (179,11,122). Sum of RGB (Red+Green+Blue) = 179+11+122=312 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.37% from 312); Green value is 11 (4.69% from 255 or 3.53% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 179 - color contains mainly: red. Hex color #B30B7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30B7A is #4CF485. Grayscale: #494949. Windows color (decimal): -5043334 or 7998387. OLE color: 7998387.
HSL color Cylindrical-coordinate representation of color #B30B7A: hue angle of 320.36º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30B7A is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 11 | 122 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.30 |
| HSL | 320.36º | 0.88% | 0.37% | - |
| HSV(B) | 320.36º | 0.94% | 0.7% | - |
| XYZ | 22.22 | 11.23 | 19.41 | - |
| YUV | 73.89 | 155.16 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 11 | 122 | 0 | 0.94 | 0.32 | 0.30 | 320.36 | 0.88 | 0.37 |
| Hex | B3 | B | 7A | 0 | 5E | 20 | 1E | 140 | 58 | 25 |
| Octal | 263 | 13 | 172 | 0 | 136 | 40 | 36 | 500 | 130 | 45 |
| Binary | 10110011 | 1011 | 1111010 | 0 | 1011110 | 100000 | 11110 | 101000000 | 1011000 | 100101 |
Color Harmonies of #B30B7A
Complementary color
Monochromatic Colors of #B30B7A
Black with #B30B7A
Text Example
Text Example
White with #B30B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30B7A; }
p { color: rgb(179,11,122); }
H1.HeaderClassName
{
color: #B30B7A;
}
.AnyTagClassName
{
color: #B30B7A;
}
</style>
background-color css
<style>
a { background-color: #B30B7A; }
a { background-color: rgb(179,11,122); }
div.DivClassName
{
background-color: #B30B7A;
}
.BgClassName
{
background-color: #B30B7A;
}
</style>
border-color css
<style>
span { border-color: #B30B7A; }
span { border-color: rgb(179,11,122); }
td.TdClassName
{
border-color: #B30B7A;
}
.TagClassName
{
border-color: #B30B7A;
}
</style>