Shades of Deep Magenta #B100B3
Tints of Deep Magenta #B100B3
RGB
CMYK
RGB Variations
Color information
#B100B3 (or 0xB100B3) is known color: Deep Magenta. HEX triplet: B1, 00 and B3. RGB value is (177,0,179). Sum of RGB (Red+Green+Blue) = 177+0+179=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 179 (70.31% from 255 or 50.28% from 356); Max value from RGB is 179 - color contains mainly: blue. Hex color #B100B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B100B3 is #4EFF4C. Grayscale: #484848. Windows color (decimal): -5177165 or 11731121. OLE color: 11731121.
HSL color Cylindrical-coordinate representation of color #B100B3: hue angle of 299.33º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B100B3 is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 177 | 0 | 179 | - |
| CMYK | 0.01 | 1 | 0 | 0.30 |
| HSL | 299.33º | 1% | 0.35% | - |
| HSV(B) | 299.33º | 1% | 0.7% | - |
| XYZ | 26.27 | 12.6 | 43.7 | - |
| YUV | 73.33 | 187.64 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 179 | 0.01 | 1 | 0 | 0.30 | 299.33 | 1 | 0.35 |
| Hex | B1 | 0 | B3 | 1 | 64 | 0 | 1E | 12B | 64 | 23 |
| Octal | 261 | 0 | 263 | 1 | 144 | 0 | 36 | 453 | 144 | 43 |
| Binary | 10110001 | 0 | 10110011 | 1 | 1100100 | 0 | 11110 | 100101011 | 1100100 | 100011 |
Color Harmonies of #B100B3
Complementary color
Monochromatic Colors of #B100B3
Black with #B100B3
Text Example
Text Example
White with #B100B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B100B3; }
p { color: rgb(177,0,179); }
H1.HeaderClassName
{
color: #B100B3;
}
.AnyTagClassName
{
color: #B100B3;
}
</style>
background-color css
<style>
a { background-color: #B100B3; }
a { background-color: rgb(177,0,179); }
div.DivClassName
{
background-color: #B100B3;
}
.BgClassName
{
background-color: #B100B3;
}
</style>
border-color css
<style>
span { border-color: #B100B3; }
span { border-color: rgb(177,0,179); }
td.TdClassName
{
border-color: #B100B3;
}
.TagClassName
{
border-color: #B100B3;
}
</style>