Shades of Medium Violet Red #B30A8F
Tints of Medium Violet Red #B30A8F
RGB
CMYK
RGB Variations
Color information
#B30A8F (or 0xB30A8F) is known color: Medium Violet Red. HEX triplet: B3, 0A and 8F. RGB value is (179,10,143). Sum of RGB (Red+Green+Blue) = 179+10+143=332 (43% of max value = 765). Red value is 179 (70.31% from 255 or 53.92% from 332); Green value is 10 (4.30% from 255 or 3.01% from 332); Blue value is 143 (56.25% from 255 or 43.07% from 332); Max value from RGB is 179 - color contains mainly: red. Hex color #B30A8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30A8F is #4CF570. Grayscale: #4B4B4B. Windows color (decimal): -5043569 or 9374387. OLE color: 9374387.
HSL color Cylindrical-coordinate representation of color #B30A8F: hue angle of 312.78º degrees, saturation: 0.89, 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 #B30A8F is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 10 | 143 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.30 |
| HSL | 312.78º | 0.89% | 0.37% | - |
| HSV(B) | 312.78º | 0.94% | 0.7% | - |
| XYZ | 23.66 | 11.78 | 27.01 | - |
| YUV | 75.69 | 165.99 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 10 | 143 | 0 | 0.94 | 0.20 | 0.30 | 312.78 | 0.89 | 0.37 |
| Hex | B3 | A | 8F | 0 | 5E | 14 | 1E | 139 | 59 | 25 |
| Octal | 263 | 12 | 217 | 0 | 136 | 24 | 36 | 471 | 131 | 45 |
| Binary | 10110011 | 1010 | 10001111 | 0 | 1011110 | 10100 | 11110 | 100111001 | 1011001 | 100101 |
Color Harmonies of #B30A8F
Complementary color
Monochromatic Colors of #B30A8F
Black with #B30A8F
Text Example
Text Example
White with #B30A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30A8F; }
p { color: rgb(179,10,143); }
H1.HeaderClassName
{
color: #B30A8F;
}
.AnyTagClassName
{
color: #B30A8F;
}
</style>
background-color css
<style>
a { background-color: #B30A8F; }
a { background-color: rgb(179,10,143); }
div.DivClassName
{
background-color: #B30A8F;
}
.BgClassName
{
background-color: #B30A8F;
}
</style>
border-color css
<style>
span { border-color: #B30A8F; }
span { border-color: rgb(179,10,143); }
td.TdClassName
{
border-color: #B30A8F;
}
.TagClassName
{
border-color: #B30A8F;
}
</style>