Shades of Deep Magenta #B100BD
Tints of Deep Magenta #B100BD
RGB
CMYK
RGB Variations
Color information
#B100BD (or 0xB100BD) is known color: Deep Magenta. HEX triplet: B1, 00 and BD. RGB value is (177,0,189). Sum of RGB (Red+Green+Blue) = 177+0+189=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 0 (0.39% from 255 or 0% from 366); Blue value is 189 (74.22% from 255 or 51.64% from 366); Max value from RGB is 189 - color contains mainly: blue. Hex color #B100BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B100BD is #4EFF42. Grayscale: #494949. Windows color (decimal): -5177155 or 12386481. OLE color: 12386481.
HSL color Cylindrical-coordinate representation of color #B100BD: hue angle of 296.19º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B100BD is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 0 | 189 | - |
| CMYK | 0.06 | 1 | 0 | 0.26 |
| HSL | 296.19º | 1% | 0.37% | - |
| HSV(B) | 296.19º | 1% | 0.74% | - |
| XYZ | 27.32 | 13.02 | 49.22 | - |
| YUV | 74.47 | 192.64 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 189 | 0.06 | 1 | 0 | 0.26 | 296.19 | 1 | 0.37 |
| Hex | B1 | 0 | BD | 6 | 64 | 0 | 1A | 128 | 64 | 25 |
| Octal | 261 | 0 | 275 | 6 | 144 | 0 | 32 | 450 | 144 | 45 |
| Binary | 10110001 | 0 | 10111101 | 110 | 1100100 | 0 | 11010 | 100101000 | 1100100 | 100101 |
Color Harmonies of #B100BD
Complementary color
Monochromatic Colors of #B100BD
Black with #B100BD
Text Example
Text Example
White with #B100BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B100BD; }
p { color: rgb(177,0,189); }
H1.HeaderClassName
{
color: #B100BD;
}
.AnyTagClassName
{
color: #B100BD;
}
</style>
background-color css
<style>
a { background-color: #B100BD; }
a { background-color: rgb(177,0,189); }
div.DivClassName
{
background-color: #B100BD;
}
.BgClassName
{
background-color: #B100BD;
}
</style>
border-color css
<style>
span { border-color: #B100BD; }
span { border-color: rgb(177,0,189); }
td.TdClassName
{
border-color: #B100BD;
}
.TagClassName
{
border-color: #B100BD;
}
</style>