Shades of Medium Violet Red #B30893
Tints of Medium Violet Red #B30893
RGB
CMYK
RGB Variations
Color information
#B30893 (or 0xB30893) is known color: Medium Violet Red. HEX triplet: B3, 08 and 93. RGB value is (179,8,147). Sum of RGB (Red+Green+Blue) = 179+8+147=334 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.59% from 334); Green value is 8 (3.52% from 255 or 2.40% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 179 - color contains mainly: red. Hex color #B30893 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30893 is #4CF76C. Grayscale: #4A4A4A. Windows color (decimal): -5044077 or 9636019. OLE color: 9636019.
HSL color Cylindrical-coordinate representation of color #B30893: hue angle of 311.23º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B30893 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 8 | 147 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.30 |
| HSL | 311.23º | 0.91% | 0.37% | - |
| HSV(B) | 311.23º | 0.96% | 0.7% | - |
| XYZ | 23.94 | 11.86 | 28.63 | - |
| YUV | 74.98 | 168.65 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 8 | 147 | 0 | 0.96 | 0.18 | 0.30 | 311.23 | 0.91 | 0.37 |
| Hex | B3 | 8 | 93 | 0 | 60 | 12 | 1E | 137 | 5B | 25 |
| Octal | 263 | 10 | 223 | 0 | 140 | 22 | 36 | 467 | 133 | 45 |
| Binary | 10110011 | 1000 | 10010011 | 0 | 1100000 | 10010 | 11110 | 100110111 | 1011011 | 100101 |
Color Harmonies of #B30893
Complementary color
Monochromatic Colors of #B30893
Black with #B30893
Text Example
Text Example
White with #B30893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30893; }
p { color: rgb(179,8,147); }
H1.HeaderClassName
{
color: #B30893;
}
.AnyTagClassName
{
color: #B30893;
}
</style>
background-color css
<style>
a { background-color: #B30893; }
a { background-color: rgb(179,8,147); }
div.DivClassName
{
background-color: #B30893;
}
.BgClassName
{
background-color: #B30893;
}
</style>
border-color css
<style>
span { border-color: #B30893; }
span { border-color: rgb(179,8,147); }
td.TdClassName
{
border-color: #B30893;
}
.TagClassName
{
border-color: #B30893;
}
</style>