Shades of Medium Violet Red #B30089
Tints of Medium Violet Red #B30089
RGB
CMYK
RGB Variations
Color information
#B30089 (or 0xB30089) is known color: Medium Violet Red. HEX triplet: B3, 00 and 89. RGB value is (179,0,137). Sum of RGB (Red+Green+Blue) = 179+0+137=316 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.65% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 137 (53.91% from 255 or 43.35% from 316); Max value from RGB is 179 - color contains mainly: red. Hex color #B30089 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30089 is #4CFF76. Grayscale: #444444. Windows color (decimal): -5046135 or 8978611. OLE color: 8978611.
HSL color Cylindrical-coordinate representation of color #B30089: hue angle of 314.08º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B30089 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 0 | 137 | - |
| CMYK | 0 | 1 | 0.23 | 0.30 |
| HSL | 314.08º | 1% | 0.35% | - |
| HSV(B) | 314.08º | 1% | 0.7% | - |
| XYZ | 23.11 | 11.39 | 24.65 | - |
| YUV | 69.14 | 166.3 | 206.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 0 | 137 | 0 | 1 | 0.23 | 0.30 | 314.08 | 1 | 0.35 |
| Hex | B3 | 0 | 89 | 0 | 64 | 17 | 1E | 13A | 64 | 23 |
| Octal | 263 | 0 | 211 | 0 | 144 | 27 | 36 | 472 | 144 | 43 |
| Binary | 10110011 | 0 | 10001001 | 0 | 1100100 | 10111 | 11110 | 100111010 | 1100100 | 100011 |
Color Harmonies of #B30089
Complementary color
Monochromatic Colors of #B30089
Black with #B30089
Text Example
Text Example
White with #B30089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30089; }
p { color: rgb(179,0,137); }
H1.HeaderClassName
{
color: #B30089;
}
.AnyTagClassName
{
color: #B30089;
}
</style>
background-color css
<style>
a { background-color: #B30089; }
a { background-color: rgb(179,0,137); }
div.DivClassName
{
background-color: #B30089;
}
.BgClassName
{
background-color: #B30089;
}
</style>
border-color css
<style>
span { border-color: #B30089; }
span { border-color: rgb(179,0,137); }
td.TdClassName
{
border-color: #B30089;
}
.TagClassName
{
border-color: #B30089;
}
</style>