Shades of Deep Magenta #B107AC
Tints of Deep Magenta #B107AC
RGB
CMYK
RGB Variations
Color information
#B107AC (or 0xB107AC) is known color: Deep Magenta. HEX triplet: B1, 07 and AC. RGB value is (177,7,172). Sum of RGB (Red+Green+Blue) = 177+7+172=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 7 (3.12% from 255 or 1.97% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B107AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B107AC is #4EF853. Grayscale: #4C4C4C. Windows color (decimal): -5175380 or 11274161. OLE color: 11274161.
HSL color Cylindrical-coordinate representation of color #B107AC: hue angle of 301.76º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B107AC is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 7 | 172 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.31 |
| HSL | 301.76º | 0.92% | 0.36% | - |
| HSV(B) | 301.76º | 0.96% | 0.69% | - |
| XYZ | 25.65 | 12.48 | 40.09 | - |
| YUV | 76.64 | 181.82 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 7 | 172 | 0 | 0.96 | 0.03 | 0.31 | 301.76 | 0.92 | 0.36 |
| Hex | B1 | 7 | AC | 0 | 60 | 3 | 1F | 12E | 5C | 24 |
| Octal | 261 | 7 | 254 | 0 | 140 | 3 | 37 | 456 | 134 | 44 |
| Binary | 10110001 | 111 | 10101100 | 0 | 1100000 | 11 | 11111 | 100101110 | 1011100 | 100100 |
Color Harmonies of #B107AC
Complementary color
Monochromatic Colors of #B107AC
Black with #B107AC
Text Example
Text Example
White with #B107AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B107AC; }
p { color: rgb(177,7,172); }
H1.HeaderClassName
{
color: #B107AC;
}
.AnyTagClassName
{
color: #B107AC;
}
</style>
background-color css
<style>
a { background-color: #B107AC; }
a { background-color: rgb(177,7,172); }
div.DivClassName
{
background-color: #B107AC;
}
.BgClassName
{
background-color: #B107AC;
}
</style>
border-color css
<style>
span { border-color: #B107AC; }
span { border-color: rgb(177,7,172); }
td.TdClassName
{
border-color: #B107AC;
}
.TagClassName
{
border-color: #B107AC;
}
</style>