Shades of Medium Violet Red #B30C83
Tints of Medium Violet Red #B30C83
RGB
CMYK
RGB Variations
Color information
#B30C83 (or 0xB30C83) is known color: Medium Violet Red. HEX triplet: B3, 0C and 83. RGB value is (179,12,131). Sum of RGB (Red+Green+Blue) = 179+12+131=322 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.59% from 322); Green value is 12 (5.08% from 255 or 3.73% from 322); Blue value is 131 (51.56% from 255 or 40.68% from 322); Max value from RGB is 179 - color contains mainly: red. Hex color #B30C83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30C83 is #4CF37C. Grayscale: #4B4B4B. Windows color (decimal): -5043069 or 8588467. OLE color: 8588467.
HSL color Cylindrical-coordinate representation of color #B30C83: hue angle of 317.25º 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 #B30C83 is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 12 | 131 | - |
| CMYK | 0 | 0.93 | 0.27 | 0.30 |
| HSL | 317.25º | 0.87% | 0.37% | - |
| HSV(B) | 317.25º | 0.93% | 0.7% | - |
| XYZ | 22.82 | 11.49 | 22.49 | - |
| YUV | 75.5 | 159.33 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 12 | 131 | 0 | 0.93 | 0.27 | 0.30 | 317.25 | 0.87 | 0.37 |
| Hex | B3 | C | 83 | 0 | 5D | 1B | 1E | 13D | 57 | 25 |
| Octal | 263 | 14 | 203 | 0 | 135 | 33 | 36 | 475 | 127 | 45 |
| Binary | 10110011 | 1100 | 10000011 | 0 | 1011101 | 11011 | 11110 | 100111101 | 1010111 | 100101 |
Color Harmonies of #B30C83
Complementary color
Monochromatic Colors of #B30C83
Black with #B30C83
Text Example
Text Example
White with #B30C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30C83; }
p { color: rgb(179,12,131); }
H1.HeaderClassName
{
color: #B30C83;
}
.AnyTagClassName
{
color: #B30C83;
}
</style>
background-color css
<style>
a { background-color: #B30C83; }
a { background-color: rgb(179,12,131); }
div.DivClassName
{
background-color: #B30C83;
}
.BgClassName
{
background-color: #B30C83;
}
</style>
border-color css
<style>
span { border-color: #B30C83; }
span { border-color: rgb(179,12,131); }
td.TdClassName
{
border-color: #B30C83;
}
.TagClassName
{
border-color: #B30C83;
}
</style>