Shades of Deep Magenta #B108BC
Tints of Deep Magenta #B108BC
RGB
CMYK
RGB Variations
Color information
#B108BC (or 0xB108BC) is known color: Deep Magenta. HEX triplet: B1, 08 and BC. RGB value is (177,8,188). Sum of RGB (Red+Green+Blue) = 177+8+188=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 8 (3.52% from 255 or 2.14% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #B108BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B108BC is #4EF743. Grayscale: #4E4E4E. Windows color (decimal): -5175108 or 12322993. OLE color: 12322993.
HSL color Cylindrical-coordinate representation of color #B108BC: hue angle of 296.33º degrees, saturation: 0.92, 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 #B108BC is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 8 | 188 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.26 |
| HSL | 296.33º | 0.92% | 0.38% | - |
| HSV(B) | 296.33º | 0.96% | 0.74% | - |
| XYZ | 27.3 | 13.15 | 48.68 | - |
| YUV | 79.05 | 189.49 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 8 | 188 | 0.06 | 0.96 | 0 | 0.26 | 296.33 | 0.92 | 0.38 |
| Hex | B1 | 8 | BC | 6 | 60 | 0 | 1A | 128 | 5C | 26 |
| Octal | 261 | 10 | 274 | 6 | 140 | 0 | 32 | 450 | 134 | 46 |
| Binary | 10110001 | 1000 | 10111100 | 110 | 1100000 | 0 | 11010 | 100101000 | 1011100 | 100110 |
Color Harmonies of #B108BC
Complementary color
Monochromatic Colors of #B108BC
Black with #B108BC
Text Example
Text Example
White with #B108BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B108BC; }
p { color: rgb(177,8,188); }
H1.HeaderClassName
{
color: #B108BC;
}
.AnyTagClassName
{
color: #B108BC;
}
</style>
background-color css
<style>
a { background-color: #B108BC; }
a { background-color: rgb(177,8,188); }
div.DivClassName
{
background-color: #B108BC;
}
.BgClassName
{
background-color: #B108BC;
}
</style>
border-color css
<style>
span { border-color: #B108BC; }
span { border-color: rgb(177,8,188); }
td.TdClassName
{
border-color: #B108BC;
}
.TagClassName
{
border-color: #B108BC;
}
</style>