Shades of Medium Violet Red #B30BA5
Tints of Medium Violet Red #B30BA5
RGB
CMYK
RGB Variations
Color information
#B30BA5 (or 0xB30BA5) is known color: Medium Violet Red. HEX triplet: B3, 0B and A5. RGB value is (179,11,165). Sum of RGB (Red+Green+Blue) = 179+11+165=355 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.42% from 355); Green value is 11 (4.69% from 255 or 3.10% from 355); Blue value is 165 (64.84% from 255 or 46.48% from 355); Max value from RGB is 179 - color contains mainly: red. Hex color #B30BA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30BA5 is #4CF45A. Grayscale: #4E4E4E. Windows color (decimal): -5043291 or 10816435. OLE color: 10816435.
HSL color Cylindrical-coordinate representation of color #B30BA5: hue angle of 305º 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 #B30BA5 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 11 | 165 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.30 |
| HSL | 305º | 0.88% | 0.37% | - |
| HSV(B) | 305º | 0.94% | 0.7% | - |
| XYZ | 25.5 | 12.54 | 36.67 | - |
| YUV | 78.79 | 176.66 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 11 | 165 | 0 | 0.94 | 0.08 | 0.30 | 305 | 0.88 | 0.37 |
| Hex | B3 | B | A5 | 0 | 5E | 8 | 1E | 131 | 58 | 25 |
| Octal | 263 | 13 | 245 | 0 | 136 | 10 | 36 | 461 | 130 | 45 |
| Binary | 10110011 | 1011 | 10100101 | 0 | 1011110 | 1000 | 11110 | 100110001 | 1011000 | 100101 |
Color Harmonies of #B30BA5
Complementary color
Monochromatic Colors of #B30BA5
Black with #B30BA5
Text Example
Text Example
White with #B30BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30BA5; }
p { color: rgb(179,11,165); }
H1.HeaderClassName
{
color: #B30BA5;
}
.AnyTagClassName
{
color: #B30BA5;
}
</style>
background-color css
<style>
a { background-color: #B30BA5; }
a { background-color: rgb(179,11,165); }
div.DivClassName
{
background-color: #B30BA5;
}
.BgClassName
{
background-color: #B30BA5;
}
</style>
border-color css
<style>
span { border-color: #B30BA5; }
span { border-color: rgb(179,11,165); }
td.TdClassName
{
border-color: #B30BA5;
}
.TagClassName
{
border-color: #B30BA5;
}
</style>