Shades of Medium Violet Red #B3107B
Tints of Medium Violet Red #B3107B
RGB
CMYK
RGB Variations
Color information
#B3107B (or 0xB3107B) is known color: Medium Violet Red. HEX triplet: B3, 10 and 7B. RGB value is (179,16,123). Sum of RGB (Red+Green+Blue) = 179+16+123=318 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.29% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 179 - color contains mainly: red. Hex color #B3107B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3107B is #4CEF84. Grayscale: #4C4C4C. Windows color (decimal): -5042053 or 8065203. OLE color: 8065203.
HSL color Cylindrical-coordinate representation of color #B3107B: hue angle of 320.61º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B3107B is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 16 | 123 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.30 |
| HSL | 320.61º | 0.84% | 0.38% | - |
| HSV(B) | 320.61º | 0.91% | 0.7% | - |
| XYZ | 22.35 | 11.38 | 19.76 | - |
| YUV | 76.94 | 154 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 16 | 123 | 0 | 0.91 | 0.31 | 0.30 | 320.61 | 0.84 | 0.38 |
| Hex | B3 | 10 | 7B | 0 | 5B | 1F | 1E | 141 | 54 | 26 |
| Octal | 263 | 20 | 173 | 0 | 133 | 37 | 36 | 501 | 124 | 46 |
| Binary | 10110011 | 10000 | 1111011 | 0 | 1011011 | 11111 | 11110 | 101000001 | 1010100 | 100110 |
Color Harmonies of #B3107B
Complementary color
Monochromatic Colors of #B3107B
Black with #B3107B
Text Example
Text Example
White with #B3107B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3107B; }
p { color: rgb(179,16,123); }
H1.HeaderClassName
{
color: #B3107B;
}
.AnyTagClassName
{
color: #B3107B;
}
</style>
background-color css
<style>
a { background-color: #B3107B; }
a { background-color: rgb(179,16,123); }
div.DivClassName
{
background-color: #B3107B;
}
.BgClassName
{
background-color: #B3107B;
}
</style>
border-color css
<style>
span { border-color: #B3107B; }
span { border-color: rgb(179,16,123); }
td.TdClassName
{
border-color: #B3107B;
}
.TagClassName
{
border-color: #B3107B;
}
</style>