Shades of Medium Violet Red #B3008D
Tints of Medium Violet Red #B3008D
RGB
CMYK
RGB Variations
Color information
#B3008D (or 0xB3008D) is known color: Medium Violet Red. HEX triplet: B3, 00 and 8D. RGB value is (179,0,141). Sum of RGB (Red+Green+Blue) = 179+0+141=320 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.94% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 179 - color contains mainly: red. Hex color #B3008D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3008D is #4CFF72. Grayscale: #454545. Windows color (decimal): -5046131 or 9240755. OLE color: 9240755.
HSL color Cylindrical-coordinate representation of color #B3008D: hue angle of 312.74º 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 #B3008D is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 0 | 141 | - |
| CMYK | 0 | 1 | 0.21 | 0.30 |
| HSL | 312.74º | 1% | 0.35% | - |
| HSV(B) | 312.74º | 1% | 0.7% | - |
| XYZ | 23.4 | 11.51 | 26.19 | - |
| YUV | 69.6 | 168.3 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 0 | 141 | 0 | 1 | 0.21 | 0.30 | 312.74 | 1 | 0.35 |
| Hex | B3 | 0 | 8D | 0 | 64 | 15 | 1E | 139 | 64 | 23 |
| Octal | 263 | 0 | 215 | 0 | 144 | 25 | 36 | 471 | 144 | 43 |
| Binary | 10110011 | 0 | 10001101 | 0 | 1100100 | 10101 | 11110 | 100111001 | 1100100 | 100011 |
Color Harmonies of #B3008D
Complementary color
Monochromatic Colors of #B3008D
Black with #B3008D
Text Example
Text Example
White with #B3008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3008D; }
p { color: rgb(179,0,141); }
H1.HeaderClassName
{
color: #B3008D;
}
.AnyTagClassName
{
color: #B3008D;
}
</style>
background-color css
<style>
a { background-color: #B3008D; }
a { background-color: rgb(179,0,141); }
div.DivClassName
{
background-color: #B3008D;
}
.BgClassName
{
background-color: #B3008D;
}
</style>
border-color css
<style>
span { border-color: #B3008D; }
span { border-color: rgb(179,0,141); }
td.TdClassName
{
border-color: #B3008D;
}
.TagClassName
{
border-color: #B3008D;
}
</style>