Shades of Deep Magenta #B107BC
Tints of Deep Magenta #B107BC
RGB
CMYK
RGB Variations
Color information
#B107BC (or 0xB107BC) is known color: Deep Magenta. HEX triplet: B1, 07 and BC. RGB value is (177,7,188). Sum of RGB (Red+Green+Blue) = 177+7+188=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 7 (3.12% from 255 or 1.88% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #B107BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B107BC is #4EF843. Grayscale: #4D4D4D. Windows color (decimal): -5175364 or 12322737. OLE color: 12322737.
HSL color Cylindrical-coordinate representation of color #B107BC: hue angle of 296.35º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B107BC is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 7 | 188 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.26 |
| HSL | 296.35º | 0.93% | 0.38% | - |
| HSV(B) | 296.35º | 0.96% | 0.74% | - |
| XYZ | 27.28 | 13.13 | 48.67 | - |
| YUV | 78.46 | 189.82 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 7 | 188 | 0.06 | 0.96 | 0 | 0.26 | 296.35 | 0.93 | 0.38 |
| Hex | B1 | 7 | BC | 6 | 60 | 0 | 1A | 128 | 5D | 26 |
| Octal | 261 | 7 | 274 | 6 | 140 | 0 | 32 | 450 | 135 | 46 |
| Binary | 10110001 | 111 | 10111100 | 110 | 1100000 | 0 | 11010 | 100101000 | 1011101 | 100110 |
Color Harmonies of #B107BC
Complementary color
Monochromatic Colors of #B107BC
Black with #B107BC
Text Example
Text Example
White with #B107BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B107BC; }
p { color: rgb(177,7,188); }
H1.HeaderClassName
{
color: #B107BC;
}
.AnyTagClassName
{
color: #B107BC;
}
</style>
background-color css
<style>
a { background-color: #B107BC; }
a { background-color: rgb(177,7,188); }
div.DivClassName
{
background-color: #B107BC;
}
.BgClassName
{
background-color: #B107BC;
}
</style>
border-color css
<style>
span { border-color: #B107BC; }
span { border-color: rgb(177,7,188); }
td.TdClassName
{
border-color: #B107BC;
}
.TagClassName
{
border-color: #B107BC;
}
</style>