Shades of Deep Magenta #B100BF
Tints of Deep Magenta #B100BF
RGB
CMYK
RGB Variations
Color information
#B100BF (or 0xB100BF) is known color: Deep Magenta. HEX triplet: B1, 00 and BF. RGB value is (177,0,191). Sum of RGB (Red+Green+Blue) = 177+0+191=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 0 (0.39% from 255 or 0% from 368); Blue value is 191 (75% from 255 or 51.90% from 368); Max value from RGB is 191 - color contains mainly: blue. Hex color #B100BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B100BF is #4EFF40. Grayscale: #4A4A4A. Windows color (decimal): -5177153 or 12517553. OLE color: 12517553.
HSL color Cylindrical-coordinate representation of color #B100BF: hue angle of 295.6º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B100BF is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 0 | 191 | - |
| CMYK | 0.07 | 1 | 0 | 0.25 |
| HSL | 295.6º | 1% | 0.37% | - |
| HSV(B) | 295.6º | 1% | 0.75% | - |
| XYZ | 27.54 | 13.11 | 50.37 | - |
| YUV | 74.7 | 193.64 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 191 | 0.07 | 1 | 0 | 0.25 | 295.6 | 1 | 0.37 |
| Hex | B1 | 0 | BF | 7 | 64 | 0 | 19 | 128 | 64 | 25 |
| Octal | 261 | 0 | 277 | 7 | 144 | 0 | 31 | 450 | 144 | 45 |
| Binary | 10110001 | 0 | 10111111 | 111 | 1100100 | 0 | 11001 | 100101000 | 1100100 | 100101 |
Color Harmonies of #B100BF
Complementary color
Monochromatic Colors of #B100BF
Black with #B100BF
Text Example
Text Example
White with #B100BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B100BF; }
p { color: rgb(177,0,191); }
H1.HeaderClassName
{
color: #B100BF;
}
.AnyTagClassName
{
color: #B100BF;
}
</style>
background-color css
<style>
a { background-color: #B100BF; }
a { background-color: rgb(177,0,191); }
div.DivClassName
{
background-color: #B100BF;
}
.BgClassName
{
background-color: #B100BF;
}
</style>
border-color css
<style>
span { border-color: #B100BF; }
span { border-color: rgb(177,0,191); }
td.TdClassName
{
border-color: #B100BF;
}
.TagClassName
{
border-color: #B100BF;
}
</style>