Shades of Medium Violet Red #B30289
Tints of Medium Violet Red #B30289
RGB
CMYK
RGB Variations
Color information
#B30289 (or 0xB30289) is known color: Medium Violet Red. HEX triplet: B3, 02 and 89. RGB value is (179,2,137). Sum of RGB (Red+Green+Blue) = 179+2+137=318 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.29% from 318); Green value is 2 (1.17% from 255 or 0.63% from 318); Blue value is 137 (53.91% from 255 or 43.08% from 318); Max value from RGB is 179 - color contains mainly: red. Hex color #B30289 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30289 is #4CFD76. Grayscale: #454545. Windows color (decimal): -5045623 or 8979123. OLE color: 8979123.
HSL color Cylindrical-coordinate representation of color #B30289: hue angle of 314.24º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B30289 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 2 | 137 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.30 |
| HSL | 314.24º | 0.98% | 0.35% | - |
| HSV(B) | 314.24º | 0.99% | 0.7% | - |
| XYZ | 23.13 | 11.43 | 24.65 | - |
| YUV | 70.31 | 165.64 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 2 | 137 | 0 | 0.99 | 0.23 | 0.30 | 314.24 | 0.98 | 0.35 |
| Hex | B3 | 2 | 89 | 0 | 63 | 17 | 1E | 13A | 62 | 23 |
| Octal | 263 | 2 | 211 | 0 | 143 | 27 | 36 | 472 | 142 | 43 |
| Binary | 10110011 | 10 | 10001001 | 0 | 1100011 | 10111 | 11110 | 100111010 | 1100010 | 100011 |
Color Harmonies of #B30289
Complementary color
Monochromatic Colors of #B30289
Black with #B30289
Text Example
Text Example
White with #B30289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30289; }
p { color: rgb(179,2,137); }
H1.HeaderClassName
{
color: #B30289;
}
.AnyTagClassName
{
color: #B30289;
}
</style>
background-color css
<style>
a { background-color: #B30289; }
a { background-color: rgb(179,2,137); }
div.DivClassName
{
background-color: #B30289;
}
.BgClassName
{
background-color: #B30289;
}
</style>
border-color css
<style>
span { border-color: #B30289; }
span { border-color: rgb(179,2,137); }
td.TdClassName
{
border-color: #B30289;
}
.TagClassName
{
border-color: #B30289;
}
</style>