Shades of Medium Violet Red #B3007D
Tints of Medium Violet Red #B3007D
RGB
CMYK
RGB Variations
Color information
#B3007D (or 0xB3007D) is known color: Medium Violet Red. HEX triplet: B3, 00 and 7D. RGB value is (179,0,125). Sum of RGB (Red+Green+Blue) = 179+0+125=304 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.88% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 179 - color contains mainly: red. Hex color #B3007D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3007D is #4CFF82. Grayscale: #434343. Windows color (decimal): -5046147 or 8192179. OLE color: 8192179.
HSL color Cylindrical-coordinate representation of color #B3007D: hue angle of 318.1º 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 #B3007D is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 0 | 125 | - |
| CMYK | 0 | 1 | 0.30 | 0.30 |
| HSL | 318.1º | 1% | 0.35% | - |
| HSV(B) | 318.1º | 1% | 0.7% | - |
| XYZ | 22.29 | 11.06 | 20.36 | - |
| YUV | 67.77 | 160.3 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 0 | 125 | 0 | 1 | 0.30 | 0.30 | 318.1 | 1 | 0.35 |
| Hex | B3 | 0 | 7D | 0 | 64 | 1E | 1E | 13E | 64 | 23 |
| Octal | 263 | 0 | 175 | 0 | 144 | 36 | 36 | 476 | 144 | 43 |
| Binary | 10110011 | 0 | 1111101 | 0 | 1100100 | 11110 | 11110 | 100111110 | 1100100 | 100011 |
Color Harmonies of #B3007D
Complementary color
Monochromatic Colors of #B3007D
Black with #B3007D
Text Example
Text Example
White with #B3007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3007D; }
p { color: rgb(179,0,125); }
H1.HeaderClassName
{
color: #B3007D;
}
.AnyTagClassName
{
color: #B3007D;
}
</style>
background-color css
<style>
a { background-color: #B3007D; }
a { background-color: rgb(179,0,125); }
div.DivClassName
{
background-color: #B3007D;
}
.BgClassName
{
background-color: #B3007D;
}
</style>
border-color css
<style>
span { border-color: #B3007D; }
span { border-color: rgb(179,0,125); }
td.TdClassName
{
border-color: #B3007D;
}
.TagClassName
{
border-color: #B3007D;
}
</style>