Shades of Medium Violet Red #B30382
Tints of Medium Violet Red #B30382
RGB
CMYK
RGB Variations
Color information
#B30382 (or 0xB30382) is known color: Medium Violet Red. HEX triplet: B3, 03 and 82. RGB value is (179,3,130). Sum of RGB (Red+Green+Blue) = 179+3+130=312 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.37% from 312); Green value is 3 (1.56% from 255 or 0.96% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 179 - color contains mainly: red. Hex color #B30382 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30382 is #4CFC7D. Grayscale: #454545. Windows color (decimal): -5045374 or 8520627. OLE color: 8520627.
HSL color Cylindrical-coordinate representation of color #B30382: hue angle of 316.7º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B30382 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 3 | 130 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.30 |
| HSL | 316.7º | 0.97% | 0.36% | - |
| HSV(B) | 316.7º | 0.98% | 0.7% | - |
| XYZ | 22.65 | 11.26 | 22.1 | - |
| YUV | 70.1 | 161.81 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 3 | 130 | 0 | 0.98 | 0.27 | 0.30 | 316.7 | 0.97 | 0.36 |
| Hex | B3 | 3 | 82 | 0 | 62 | 1B | 1E | 13D | 61 | 24 |
| Octal | 263 | 3 | 202 | 0 | 142 | 33 | 36 | 475 | 141 | 44 |
| Binary | 10110011 | 11 | 10000010 | 0 | 1100010 | 11011 | 11110 | 100111101 | 1100001 | 100100 |
Color Harmonies of #B30382
Complementary color
Monochromatic Colors of #B30382
Black with #B30382
Text Example
Text Example
White with #B30382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30382; }
p { color: rgb(179,3,130); }
H1.HeaderClassName
{
color: #B30382;
}
.AnyTagClassName
{
color: #B30382;
}
</style>
background-color css
<style>
a { background-color: #B30382; }
a { background-color: rgb(179,3,130); }
div.DivClassName
{
background-color: #B30382;
}
.BgClassName
{
background-color: #B30382;
}
</style>
border-color css
<style>
span { border-color: #B30382; }
span { border-color: rgb(179,3,130); }
td.TdClassName
{
border-color: #B30382;
}
.TagClassName
{
border-color: #B30382;
}
</style>