Shades of Medium Violet Red #B30789
Tints of Medium Violet Red #B30789
RGB
CMYK
RGB Variations
Color information
#B30789 (or 0xB30789) is known color: Medium Violet Red. HEX triplet: B3, 07 and 89. RGB value is (179,7,137). Sum of RGB (Red+Green+Blue) = 179+7+137=323 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.42% from 323); Green value is 7 (3.12% from 255 or 2.17% from 323); Blue value is 137 (53.91% from 255 or 42.41% from 323); Max value from RGB is 179 - color contains mainly: red. Hex color #B30789 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30789 is #4CF876. Grayscale: #484848. Windows color (decimal): -5044343 or 8980403. OLE color: 8980403.
HSL color Cylindrical-coordinate representation of color #B30789: hue angle of 314.65º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B30789 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 7 | 137 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.30 |
| HSL | 314.65º | 0.92% | 0.36% | - |
| HSV(B) | 314.65º | 0.96% | 0.7% | - |
| XYZ | 23.18 | 11.54 | 24.67 | - |
| YUV | 73.25 | 163.98 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 7 | 137 | 0 | 0.96 | 0.23 | 0.30 | 314.65 | 0.92 | 0.36 |
| Hex | B3 | 7 | 89 | 0 | 60 | 17 | 1E | 13B | 5C | 24 |
| Octal | 263 | 7 | 211 | 0 | 140 | 27 | 36 | 473 | 134 | 44 |
| Binary | 10110011 | 111 | 10001001 | 0 | 1100000 | 10111 | 11110 | 100111011 | 1011100 | 100100 |
Color Harmonies of #B30789
Complementary color
Monochromatic Colors of #B30789
Black with #B30789
Text Example
Text Example
White with #B30789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30789; }
p { color: rgb(179,7,137); }
H1.HeaderClassName
{
color: #B30789;
}
.AnyTagClassName
{
color: #B30789;
}
</style>
background-color css
<style>
a { background-color: #B30789; }
a { background-color: rgb(179,7,137); }
div.DivClassName
{
background-color: #B30789;
}
.BgClassName
{
background-color: #B30789;
}
</style>
border-color css
<style>
span { border-color: #B30789; }
span { border-color: rgb(179,7,137); }
td.TdClassName
{
border-color: #B30789;
}
.TagClassName
{
border-color: #B30789;
}
</style>