Shades of Medium Violet Red #B30C9C
Tints of Medium Violet Red #B30C9C
RGB
CMYK
RGB Variations
Color information
#B30C9C (or 0xB30C9C) is known color: Medium Violet Red. HEX triplet: B3, 0C and 9C. RGB value is (179,12,156). Sum of RGB (Red+Green+Blue) = 179+12+156=347 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.59% from 347); Green value is 12 (5.08% from 255 or 3.46% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 179 - color contains mainly: red. Hex color #B30C9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30C9C is #4CF363. Grayscale: #4D4D4D. Windows color (decimal): -5043044 or 10226867. OLE color: 10226867.
HSL color Cylindrical-coordinate representation of color #B30C9C: hue angle of 308.26º 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 #B30C9C is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 12 | 156 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.30 |
| HSL | 308.26º | 0.87% | 0.37% | - |
| HSV(B) | 308.26º | 0.93% | 0.7% | - |
| XYZ | 24.72 | 12.25 | 32.51 | - |
| YUV | 78.35 | 171.83 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 12 | 156 | 0 | 0.93 | 0.13 | 0.30 | 308.26 | 0.87 | 0.37 |
| Hex | B3 | C | 9C | 0 | 5D | D | 1E | 134 | 57 | 25 |
| Octal | 263 | 14 | 234 | 0 | 135 | 15 | 36 | 464 | 127 | 45 |
| Binary | 10110011 | 1100 | 10011100 | 0 | 1011101 | 1101 | 11110 | 100110100 | 1010111 | 100101 |
Color Harmonies of #B30C9C
Complementary color
Monochromatic Colors of #B30C9C
Black with #B30C9C
Text Example
Text Example
White with #B30C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30C9C; }
p { color: rgb(179,12,156); }
H1.HeaderClassName
{
color: #B30C9C;
}
.AnyTagClassName
{
color: #B30C9C;
}
</style>
background-color css
<style>
a { background-color: #B30C9C; }
a { background-color: rgb(179,12,156); }
div.DivClassName
{
background-color: #B30C9C;
}
.BgClassName
{
background-color: #B30C9C;
}
</style>
border-color css
<style>
span { border-color: #B30C9C; }
span { border-color: rgb(179,12,156); }
td.TdClassName
{
border-color: #B30C9C;
}
.TagClassName
{
border-color: #B30C9C;
}
</style>