Shades of Medium Violet Red #B30682
Tints of Medium Violet Red #B30682
RGB
CMYK
RGB Variations
Color information
#B30682 (or 0xB30682) is known color: Medium Violet Red. HEX triplet: B3, 06 and 82. RGB value is (179,6,130). Sum of RGB (Red+Green+Blue) = 179+6+130=315 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.83% from 315); Green value is 6 (2.73% from 255 or 1.90% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 179 - color contains mainly: red. Hex color #B30682 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30682 is #4CF97D. Grayscale: #474747. Windows color (decimal): -5044606 or 8521395. OLE color: 8521395.
HSL color Cylindrical-coordinate representation of color #B30682: hue angle of 316.99º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B30682 is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 6 | 130 | - |
| CMYK | 0 | 0.97 | 0.27 | 0.30 |
| HSL | 316.99º | 0.94% | 0.36% | - |
| HSV(B) | 316.99º | 0.97% | 0.7% | - |
| XYZ | 22.68 | 11.33 | 22.11 | - |
| YUV | 71.86 | 160.81 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 6 | 130 | 0 | 0.97 | 0.27 | 0.30 | 316.99 | 0.94 | 0.36 |
| Hex | B3 | 6 | 82 | 0 | 61 | 1B | 1E | 13D | 5E | 24 |
| Octal | 263 | 6 | 202 | 0 | 141 | 33 | 36 | 475 | 136 | 44 |
| Binary | 10110011 | 110 | 10000010 | 0 | 1100001 | 11011 | 11110 | 100111101 | 1011110 | 100100 |
Color Harmonies of #B30682
Complementary color
Monochromatic Colors of #B30682
Black with #B30682
Text Example
Text Example
White with #B30682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30682; }
p { color: rgb(179,6,130); }
H1.HeaderClassName
{
color: #B30682;
}
.AnyTagClassName
{
color: #B30682;
}
</style>
background-color css
<style>
a { background-color: #B30682; }
a { background-color: rgb(179,6,130); }
div.DivClassName
{
background-color: #B30682;
}
.BgClassName
{
background-color: #B30682;
}
</style>
border-color css
<style>
span { border-color: #B30682; }
span { border-color: rgb(179,6,130); }
td.TdClassName
{
border-color: #B30682;
}
.TagClassName
{
border-color: #B30682;
}
</style>