Shades of Deep Magenta #B107C2
Tints of Deep Magenta #B107C2
RGB
CMYK
RGB Variations
Color information
#B107C2 (or 0xB107C2) is known color: Deep Magenta. HEX triplet: B1, 07 and C2. RGB value is (177,7,194). Sum of RGB (Red+Green+Blue) = 177+7+194=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 7 (3.12% from 255 or 1.85% from 378); Blue value is 194 (76.17% from 255 or 51.32% from 378); Max value from RGB is 194 - color contains mainly: blue. Hex color #B107C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B107C2 is #4EF83D. Grayscale: #4E4E4E. Windows color (decimal): -5175358 or 12715953. OLE color: 12715953.
HSL color Cylindrical-coordinate representation of color #B107C2: hue angle of 294.55º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B107C2 is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 7 | 194 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.24 |
| HSL | 294.55º | 0.93% | 0.39% | - |
| HSV(B) | 294.55º | 0.96% | 0.76% | - |
| XYZ | 27.95 | 13.39 | 52.15 | - |
| YUV | 79.15 | 192.82 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 7 | 194 | 0.09 | 0.96 | 0 | 0.24 | 294.55 | 0.93 | 0.39 |
| Hex | B1 | 7 | C2 | 9 | 60 | 0 | 18 | 127 | 5D | 27 |
| Octal | 261 | 7 | 302 | 11 | 140 | 0 | 30 | 447 | 135 | 47 |
| Binary | 10110001 | 111 | 11000010 | 1001 | 1100000 | 0 | 11000 | 100100111 | 1011101 | 100111 |
Color Harmonies of #B107C2
Complementary color
Monochromatic Colors of #B107C2
Black with #B107C2
Text Example
Text Example
White with #B107C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B107C2; }
p { color: rgb(177,7,194); }
H1.HeaderClassName
{
color: #B107C2;
}
.AnyTagClassName
{
color: #B107C2;
}
</style>
background-color css
<style>
a { background-color: #B107C2; }
a { background-color: rgb(177,7,194); }
div.DivClassName
{
background-color: #B107C2;
}
.BgClassName
{
background-color: #B107C2;
}
</style>
border-color css
<style>
span { border-color: #B107C2; }
span { border-color: rgb(177,7,194); }
td.TdClassName
{
border-color: #B107C2;
}
.TagClassName
{
border-color: #B107C2;
}
</style>