Shades of Deep Magenta #B211B3
Tints of Deep Magenta #B211B3
RGB
CMYK
RGB Variations
Color information
#B211B3 (or 0xB211B3) is known color: Deep Magenta. HEX triplet: B2, 11 and B3. RGB value is (178,17,179). Sum of RGB (Red+Green+Blue) = 178+17+179=374 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.59% from 374); Green value is 17 (7.03% from 255 or 4.55% from 374); Blue value is 179 (70.31% from 255 or 47.86% from 374); Max value from RGB is 179 - color contains mainly: blue. Hex color #B211B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B211B3 is #4DEE4C. Grayscale: #535353. Windows color (decimal): -5107277 or 11735474. OLE color: 11735474.
HSL color Cylindrical-coordinate representation of color #B211B3: hue angle of 299.63º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B211B3 is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 17 | 179 | - |
| CMYK | 0.01 | 0.91 | 0 | 0.30 |
| HSL | 299.63º | 0.83% | 0.38% | - |
| HSV(B) | 299.63º | 0.91% | 0.7% | - |
| XYZ | 26.7 | 13.12 | 43.77 | - |
| YUV | 83.61 | 181.84 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 17 | 179 | 0.01 | 0.91 | 0 | 0.30 | 299.63 | 0.83 | 0.38 |
| Hex | B2 | 11 | B3 | 1 | 5B | 0 | 1E | 12C | 53 | 26 |
| Octal | 262 | 21 | 263 | 1 | 133 | 0 | 36 | 454 | 123 | 46 |
| Binary | 10110010 | 10001 | 10110011 | 1 | 1011011 | 0 | 11110 | 100101100 | 1010011 | 100110 |
Color Harmonies of #B211B3
Complementary color
Monochromatic Colors of #B211B3
Black with #B211B3
Text Example
Text Example
White with #B211B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B211B3; }
p { color: rgb(178,17,179); }
H1.HeaderClassName
{
color: #B211B3;
}
.AnyTagClassName
{
color: #B211B3;
}
</style>
background-color css
<style>
a { background-color: #B211B3; }
a { background-color: rgb(178,17,179); }
div.DivClassName
{
background-color: #B211B3;
}
.BgClassName
{
background-color: #B211B3;
}
</style>
border-color css
<style>
span { border-color: #B211B3; }
span { border-color: rgb(178,17,179); }
td.TdClassName
{
border-color: #B211B3;
}
.TagClassName
{
border-color: #B211B3;
}
</style>