Shades of Deep Magenta #B107A8
Tints of Deep Magenta #B107A8
RGB
CMYK
RGB Variations
Color information
#B107A8 (or 0xB107A8) is known color: Deep Magenta. HEX triplet: B1, 07 and A8. RGB value is (177,7,168). Sum of RGB (Red+Green+Blue) = 177+7+168=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 7 (3.12% from 255 or 1.99% from 352); Blue value is 168 (66.02% from 255 or 47.73% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B107A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B107A8 is #4EF857. Grayscale: #4B4B4B. Windows color (decimal): -5175384 or 11012017. OLE color: 11012017.
HSL color Cylindrical-coordinate representation of color #B107A8: hue angle of 303.18º 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 #B107A8 is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 7 | 168 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.31 |
| HSL | 303.18º | 0.92% | 0.36% | - |
| HSV(B) | 303.18º | 0.96% | 0.69% | - |
| XYZ | 25.28 | 12.33 | 38.09 | - |
| YUV | 76.18 | 179.82 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 7 | 168 | 0 | 0.96 | 0.05 | 0.31 | 303.18 | 0.92 | 0.36 |
| Hex | B1 | 7 | A8 | 0 | 60 | 5 | 1F | 12F | 5C | 24 |
| Octal | 261 | 7 | 250 | 0 | 140 | 5 | 37 | 457 | 134 | 44 |
| Binary | 10110001 | 111 | 10101000 | 0 | 1100000 | 101 | 11111 | 100101111 | 1011100 | 100100 |
Color Harmonies of #B107A8
Complementary color
Monochromatic Colors of #B107A8
Black with #B107A8
Text Example
Text Example
White with #B107A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B107A8; }
p { color: rgb(177,7,168); }
H1.HeaderClassName
{
color: #B107A8;
}
.AnyTagClassName
{
color: #B107A8;
}
</style>
background-color css
<style>
a { background-color: #B107A8; }
a { background-color: rgb(177,7,168); }
div.DivClassName
{
background-color: #B107A8;
}
.BgClassName
{
background-color: #B107A8;
}
</style>
border-color css
<style>
span { border-color: #B107A8; }
span { border-color: rgb(177,7,168); }
td.TdClassName
{
border-color: #B107A8;
}
.TagClassName
{
border-color: #B107A8;
}
</style>