Shades of Medium Violet Red #B30C85
Tints of Medium Violet Red #B30C85
RGB
CMYK
RGB Variations
Color information
#B30C85 (or 0xB30C85) is known color: Medium Violet Red. HEX triplet: B3, 0C and 85. RGB value is (179,12,133). Sum of RGB (Red+Green+Blue) = 179+12+133=324 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.25% from 324); Green value is 12 (5.08% from 255 or 3.70% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 179 - color contains mainly: red. Hex color #B30C85 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30C85 is #4CF37A. Grayscale: #4B4B4B. Windows color (decimal): -5043067 or 8719539. OLE color: 8719539.
HSL color Cylindrical-coordinate representation of color #B30C85: hue angle of 316.53º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B30C85 is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 12 | 133 | - |
| CMYK | 0 | 0.93 | 0.26 | 0.30 |
| HSL | 316.53º | 0.87% | 0.37% | - |
| HSV(B) | 316.53º | 0.93% | 0.7% | - |
| XYZ | 22.96 | 11.54 | 23.21 | - |
| YUV | 75.73 | 160.33 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 12 | 133 | 0 | 0.93 | 0.26 | 0.30 | 316.53 | 0.87 | 0.37 |
| Hex | B3 | C | 85 | 0 | 5D | 1A | 1E | 13D | 57 | 25 |
| Octal | 263 | 14 | 205 | 0 | 135 | 32 | 36 | 475 | 127 | 45 |
| Binary | 10110011 | 1100 | 10000101 | 0 | 1011101 | 11010 | 11110 | 100111101 | 1010111 | 100101 |
Color Harmonies of #B30C85
Complementary color
Monochromatic Colors of #B30C85
Black with #B30C85
Text Example
Text Example
White with #B30C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30C85; }
p { color: rgb(179,12,133); }
H1.HeaderClassName
{
color: #B30C85;
}
.AnyTagClassName
{
color: #B30C85;
}
</style>
background-color css
<style>
a { background-color: #B30C85; }
a { background-color: rgb(179,12,133); }
div.DivClassName
{
background-color: #B30C85;
}
.BgClassName
{
background-color: #B30C85;
}
</style>
border-color css
<style>
span { border-color: #B30C85; }
span { border-color: rgb(179,12,133); }
td.TdClassName
{
border-color: #B30C85;
}
.TagClassName
{
border-color: #B30C85;
}
</style>