Shades of Medium Violet Red #B3009F
Tints of Medium Violet Red #B3009F
RGB
CMYK
RGB Variations
Color information
#B3009F (or 0xB3009F) is known color: Medium Violet Red. HEX triplet: B3, 00 and 9F. RGB value is (179,0,159). Sum of RGB (Red+Green+Blue) = 179+0+159=338 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.96% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 159 (62.5% from 255 or 47.04% from 338); Max value from RGB is 179 - color contains mainly: red. Hex color #B3009F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3009F is #4CFF60. Grayscale: #474747. Windows color (decimal): -5046113 or 10420403. OLE color: 10420403.
HSL color Cylindrical-coordinate representation of color #B3009F: hue angle of 306.7º 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 #B3009F is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 0 | 159 | - |
| CMYK | 0 | 1 | 0.11 | 0.30 |
| HSL | 306.7º | 1% | 0.35% | - |
| HSV(B) | 306.7º | 1% | 0.7% | - |
| XYZ | 24.85 | 12.09 | 33.82 | - |
| YUV | 71.65 | 177.3 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 0 | 159 | 0 | 1 | 0.11 | 0.30 | 306.7 | 1 | 0.35 |
| Hex | B3 | 0 | 9F | 0 | 64 | B | 1E | 133 | 64 | 23 |
| Octal | 263 | 0 | 237 | 0 | 144 | 13 | 36 | 463 | 144 | 43 |
| Binary | 10110011 | 0 | 10011111 | 0 | 1100100 | 1011 | 11110 | 100110011 | 1100100 | 100011 |
Color Harmonies of #B3009F
Complementary color
Monochromatic Colors of #B3009F
Black with #B3009F
Text Example
Text Example
White with #B3009F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3009F; }
p { color: rgb(179,0,159); }
H1.HeaderClassName
{
color: #B3009F;
}
.AnyTagClassName
{
color: #B3009F;
}
</style>
background-color css
<style>
a { background-color: #B3009F; }
a { background-color: rgb(179,0,159); }
div.DivClassName
{
background-color: #B3009F;
}
.BgClassName
{
background-color: #B3009F;
}
</style>
border-color css
<style>
span { border-color: #B3009F; }
span { border-color: rgb(179,0,159); }
td.TdClassName
{
border-color: #B3009F;
}
.TagClassName
{
border-color: #B3009F;
}
</style>