Shades of Medium Violet Red #B30B9C
Tints of Medium Violet Red #B30B9C
RGB
CMYK
RGB Variations
Color information
#B30B9C (or 0xB30B9C) is known color: Medium Violet Red. HEX triplet: B3, 0B and 9C. RGB value is (179,11,156). Sum of RGB (Red+Green+Blue) = 179+11+156=346 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.73% from 346); Green value is 11 (4.69% from 255 or 3.18% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 179 - color contains mainly: red. Hex color #B30B9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30B9C is #4CF463. Grayscale: #4D4D4D. Windows color (decimal): -5043300 or 10226611. OLE color: 10226611.
HSL color Cylindrical-coordinate representation of color #B30B9C: hue angle of 308.21º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30B9C is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 11 | 156 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.30 |
| HSL | 308.21º | 0.88% | 0.37% | - |
| HSV(B) | 308.21º | 0.94% | 0.7% | - |
| XYZ | 24.71 | 12.22 | 32.51 | - |
| YUV | 77.76 | 172.16 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 11 | 156 | 0 | 0.94 | 0.13 | 0.30 | 308.21 | 0.88 | 0.37 |
| Hex | B3 | B | 9C | 0 | 5E | D | 1E | 134 | 58 | 25 |
| Octal | 263 | 13 | 234 | 0 | 136 | 15 | 36 | 464 | 130 | 45 |
| Binary | 10110011 | 1011 | 10011100 | 0 | 1011110 | 1101 | 11110 | 100110100 | 1011000 | 100101 |
Color Harmonies of #B30B9C
Complementary color
Monochromatic Colors of #B30B9C
Black with #B30B9C
Text Example
Text Example
White with #B30B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30B9C; }
p { color: rgb(179,11,156); }
H1.HeaderClassName
{
color: #B30B9C;
}
.AnyTagClassName
{
color: #B30B9C;
}
</style>
background-color css
<style>
a { background-color: #B30B9C; }
a { background-color: rgb(179,11,156); }
div.DivClassName
{
background-color: #B30B9C;
}
.BgClassName
{
background-color: #B30B9C;
}
</style>
border-color css
<style>
span { border-color: #B30B9C; }
span { border-color: rgb(179,11,156); }
td.TdClassName
{
border-color: #B30B9C;
}
.TagClassName
{
border-color: #B30B9C;
}
</style>