Shades of Deep Magenta #B826B7
Tints of Deep Magenta #B826B7
RGB
CMYK
RGB Variations
Color information
#B826B7 (or 0xB826B7) is known color: Deep Magenta. HEX triplet: B8, 26 and B7. RGB value is (184,38,183). Sum of RGB (Red+Green+Blue) = 184+38+183=405 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.43% from 405); Green value is 38 (15.23% from 255 or 9.38% from 405); Blue value is 183 (71.88% from 255 or 45.19% from 405); Max value from RGB is 184 - color contains mainly: red. Hex color #B826B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B826B7 is #47D948. Grayscale: #616161. Windows color (decimal): -4708681 or 12003000. OLE color: 12003000.
HSL color Cylindrical-coordinate representation of color #B826B7: hue angle of 300.41º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B826B7 is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 38 | 183 | - |
| CMYK | 0 | 0.79 | 0.01 | 0.28 |
| HSL | 300.41º | 0.66% | 0.44% | - |
| HSV(B) | 300.41º | 0.79% | 0.72% | - |
| XYZ | 29.01 | 15 | 46.17 | - |
| YUV | 98.18 | 175.87 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 38 | 183 | 0 | 0.79 | 0.01 | 0.28 | 300.41 | 0.66 | 0.44 |
| Hex | B8 | 26 | B7 | 0 | 4F | 1 | 1C | 12C | 42 | 2C |
| Octal | 270 | 46 | 267 | 0 | 117 | 1 | 34 | 454 | 102 | 54 |
| Binary | 10111000 | 100110 | 10110111 | 0 | 1001111 | 1 | 11100 | 100101100 | 1000010 | 101100 |
Color Harmonies of #B826B7
Complementary color
Monochromatic Colors of #B826B7
Black with #B826B7
Text Example
Text Example
White with #B826B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B826B7; }
p { color: rgb(184,38,183); }
H1.HeaderClassName
{
color: #B826B7;
}
.AnyTagClassName
{
color: #B826B7;
}
</style>
background-color css
<style>
a { background-color: #B826B7; }
a { background-color: rgb(184,38,183); }
div.DivClassName
{
background-color: #B826B7;
}
.BgClassName
{
background-color: #B826B7;
}
</style>
border-color css
<style>
span { border-color: #B826B7; }
span { border-color: rgb(184,38,183); }
td.TdClassName
{
border-color: #B826B7;
}
.TagClassName
{
border-color: #B826B7;
}
</style>