Shades of Medium Violet Red #B30FA4
Tints of Medium Violet Red #B30FA4
RGB
CMYK
RGB Variations
Color information
#B30FA4 (or 0xB30FA4) is known color: Medium Violet Red. HEX triplet: B3, 0F and A4. RGB value is (179,15,164). Sum of RGB (Red+Green+Blue) = 179+15+164=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 15 (6.25% from 255 or 4.19% from 358); Blue value is 164 (64.45% from 255 or 45.81% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B30FA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30FA4 is #4CF05B. Grayscale: #505050. Windows color (decimal): -5042268 or 10751923. OLE color: 10751923.
HSL color Cylindrical-coordinate representation of color #B30FA4: hue angle of 305.49º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B30FA4 is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 15 | 164 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.30 |
| HSL | 305.49º | 0.85% | 0.38% | - |
| HSV(B) | 305.49º | 0.92% | 0.7% | - |
| XYZ | 25.46 | 12.61 | 36.21 | - |
| YUV | 81.02 | 174.83 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 15 | 164 | 0 | 0.92 | 0.08 | 0.30 | 305.49 | 0.85 | 0.38 |
| Hex | B3 | F | A4 | 0 | 5C | 8 | 1E | 131 | 55 | 26 |
| Octal | 263 | 17 | 244 | 0 | 134 | 10 | 36 | 461 | 125 | 46 |
| Binary | 10110011 | 1111 | 10100100 | 0 | 1011100 | 1000 | 11110 | 100110001 | 1010101 | 100110 |
Color Harmonies of #B30FA4
Complementary color
Monochromatic Colors of #B30FA4
Black with #B30FA4
Text Example
Text Example
White with #B30FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30FA4; }
p { color: rgb(179,15,164); }
H1.HeaderClassName
{
color: #B30FA4;
}
.AnyTagClassName
{
color: #B30FA4;
}
</style>
background-color css
<style>
a { background-color: #B30FA4; }
a { background-color: rgb(179,15,164); }
div.DivClassName
{
background-color: #B30FA4;
}
.BgClassName
{
background-color: #B30FA4;
}
</style>
border-color css
<style>
span { border-color: #B30FA4; }
span { border-color: rgb(179,15,164); }
td.TdClassName
{
border-color: #B30FA4;
}
.TagClassName
{
border-color: #B30FA4;
}
</style>