Shades of Deep Magenta #B100B9
Tints of Deep Magenta #B100B9
RGB
CMYK
RGB Variations
Color information
#B100B9 (or 0xB100B9) is known color: Deep Magenta. HEX triplet: B1, 00 and B9. RGB value is (177,0,185). Sum of RGB (Red+Green+Blue) = 177+0+185=362 (47% of max value = 765). Red value is 177 (69.53% from 255 or 48.90% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 185 (72.66% from 255 or 51.10% from 362); Max value from RGB is 185 - color contains mainly: blue. Hex color #B100B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B100B9 is #4EFF46. Grayscale: #494949. Windows color (decimal): -5177159 or 12124337. OLE color: 12124337.
HSL color Cylindrical-coordinate representation of color #B100B9: hue angle of 297.41º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B100B9 is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 0 | 185 | - |
| CMYK | 0.04 | 1 | 0 | 0.27 |
| HSL | 297.41º | 1% | 0.36% | - |
| HSV(B) | 297.41º | 1% | 0.73% | - |
| XYZ | 26.89 | 12.85 | 46.96 | - |
| YUV | 74.01 | 190.64 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 185 | 0.04 | 1 | 0 | 0.27 | 297.41 | 1 | 0.36 |
| Hex | B1 | 0 | B9 | 4 | 64 | 0 | 1B | 129 | 64 | 24 |
| Octal | 261 | 0 | 271 | 4 | 144 | 0 | 33 | 451 | 144 | 44 |
| Binary | 10110001 | 0 | 10111001 | 100 | 1100100 | 0 | 11011 | 100101001 | 1100100 | 100100 |
Color Harmonies of #B100B9
Complementary color
Monochromatic Colors of #B100B9
Black with #B100B9
Text Example
Text Example
White with #B100B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B100B9; }
p { color: rgb(177,0,185); }
H1.HeaderClassName
{
color: #B100B9;
}
.AnyTagClassName
{
color: #B100B9;
}
</style>
background-color css
<style>
a { background-color: #B100B9; }
a { background-color: rgb(177,0,185); }
div.DivClassName
{
background-color: #B100B9;
}
.BgClassName
{
background-color: #B100B9;
}
</style>
border-color css
<style>
span { border-color: #B100B9; }
span { border-color: rgb(177,0,185); }
td.TdClassName
{
border-color: #B100B9;
}
.TagClassName
{
border-color: #B100B9;
}
</style>