Shades of Medium Violet Red #B30C8C
Tints of Medium Violet Red #B30C8C
RGB
CMYK
RGB Variations
Color information
#B30C8C (or 0xB30C8C) is known color: Medium Violet Red. HEX triplet: B3, 0C and 8C. RGB value is (179,12,140). Sum of RGB (Red+Green+Blue) = 179+12+140=331 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.08% from 331); Green value is 12 (5.08% from 255 or 3.63% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 179 - color contains mainly: red. Hex color #B30C8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30C8C is #4CF373. Grayscale: #4C4C4C. Windows color (decimal): -5043060 or 9178291. OLE color: 9178291.
HSL color Cylindrical-coordinate representation of color #B30C8C: hue angle of 314.01º 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 #B30C8C is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 12 | 140 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.30 |
| HSL | 314.01º | 0.87% | 0.37% | - |
| HSV(B) | 314.01º | 0.93% | 0.7% | - |
| XYZ | 23.46 | 11.74 | 25.84 | - |
| YUV | 76.53 | 163.83 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 12 | 140 | 0 | 0.93 | 0.22 | 0.30 | 314.01 | 0.87 | 0.37 |
| Hex | B3 | C | 8C | 0 | 5D | 16 | 1E | 13A | 57 | 25 |
| Octal | 263 | 14 | 214 | 0 | 135 | 26 | 36 | 472 | 127 | 45 |
| Binary | 10110011 | 1100 | 10001100 | 0 | 1011101 | 10110 | 11110 | 100111010 | 1010111 | 100101 |
Color Harmonies of #B30C8C
Complementary color
Monochromatic Colors of #B30C8C
Black with #B30C8C
Text Example
Text Example
White with #B30C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30C8C; }
p { color: rgb(179,12,140); }
H1.HeaderClassName
{
color: #B30C8C;
}
.AnyTagClassName
{
color: #B30C8C;
}
</style>
background-color css
<style>
a { background-color: #B30C8C; }
a { background-color: rgb(179,12,140); }
div.DivClassName
{
background-color: #B30C8C;
}
.BgClassName
{
background-color: #B30C8C;
}
</style>
border-color css
<style>
span { border-color: #B30C8C; }
span { border-color: rgb(179,12,140); }
td.TdClassName
{
border-color: #B30C8C;
}
.TagClassName
{
border-color: #B30C8C;
}
</style>