Shades of Medium Violet Red #B30889
Tints of Medium Violet Red #B30889
RGB
CMYK
RGB Variations
Color information
#B30889 (or 0xB30889) is known color: Medium Violet Red. HEX triplet: B3, 08 and 89. RGB value is (179,8,137). Sum of RGB (Red+Green+Blue) = 179+8+137=324 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.25% from 324); Green value is 8 (3.52% from 255 or 2.47% from 324); Blue value is 137 (53.91% from 255 or 42.28% from 324); Max value from RGB is 179 - color contains mainly: red. Hex color #B30889 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30889 is #4CF776. Grayscale: #494949. Windows color (decimal): -5044087 or 8980659. OLE color: 8980659.
HSL color Cylindrical-coordinate representation of color #B30889: hue angle of 314.74º 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 #B30889 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 8 | 137 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.30 |
| HSL | 314.74º | 0.91% | 0.37% | - |
| HSV(B) | 314.74º | 0.96% | 0.7% | - |
| XYZ | 23.19 | 11.56 | 24.68 | - |
| YUV | 73.84 | 163.65 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 8 | 137 | 0 | 0.96 | 0.23 | 0.30 | 314.74 | 0.91 | 0.37 |
| Hex | B3 | 8 | 89 | 0 | 60 | 17 | 1E | 13B | 5B | 25 |
| Octal | 263 | 10 | 211 | 0 | 140 | 27 | 36 | 473 | 133 | 45 |
| Binary | 10110011 | 1000 | 10001001 | 0 | 1100000 | 10111 | 11110 | 100111011 | 1011011 | 100101 |
Color Harmonies of #B30889
Complementary color
Monochromatic Colors of #B30889
Black with #B30889
Text Example
Text Example
White with #B30889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30889; }
p { color: rgb(179,8,137); }
H1.HeaderClassName
{
color: #B30889;
}
.AnyTagClassName
{
color: #B30889;
}
</style>
background-color css
<style>
a { background-color: #B30889; }
a { background-color: rgb(179,8,137); }
div.DivClassName
{
background-color: #B30889;
}
.BgClassName
{
background-color: #B30889;
}
</style>
border-color css
<style>
span { border-color: #B30889; }
span { border-color: rgb(179,8,137); }
td.TdClassName
{
border-color: #B30889;
}
.TagClassName
{
border-color: #B30889;
}
</style>