Shades of Deep Magenta #B61AD0
Tints of Deep Magenta #B61AD0
RGB
CMYK
RGB Variations
Color information
#B61AD0 (or 0xB61AD0) is known color: Deep Magenta. HEX triplet: B6, 1A and D0. RGB value is (182,26,208). Sum of RGB (Red+Green+Blue) = 182+26+208=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 26 (10.55% from 255 or 6.25% from 416); Blue value is 208 (81.64% from 255 or 50% from 416); Max value from RGB is 208 - color contains mainly: blue. Hex color #B61AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61AD0 is #49E52F. Grayscale: #5C5C5C. Windows color (decimal): -4842800 or 13638326. OLE color: 13638326.
HSL color Cylindrical-coordinate representation of color #B61AD0: hue angle of 291.43º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B61AD0 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 26 | 208 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.18 |
| HSL | 291.43º | 0.78% | 0.46% | - |
| HSV(B) | 291.43º | 0.88% | 0.82% | - |
| XYZ | 31.05 | 15.24 | 60.98 | - |
| YUV | 93.39 | 192.68 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 26 | 208 | 0.12 | 0.88 | 0 | 0.18 | 291.43 | 0.78 | 0.46 |
| Hex | B6 | 1A | D0 | C | 58 | 0 | 12 | 123 | 4E | 2E |
| Octal | 266 | 32 | 320 | 14 | 130 | 0 | 22 | 443 | 116 | 56 |
| Binary | 10110110 | 11010 | 11010000 | 1100 | 1011000 | 0 | 10010 | 100100011 | 1001110 | 101110 |
Color Harmonies of #B61AD0
Complementary color
Monochromatic Colors of #B61AD0
Black with #B61AD0
Text Example
Text Example
White with #B61AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61AD0; }
p { color: rgb(182,26,208); }
H1.HeaderClassName
{
color: #B61AD0;
}
.AnyTagClassName
{
color: #B61AD0;
}
</style>
background-color css
<style>
a { background-color: #B61AD0; }
a { background-color: rgb(182,26,208); }
div.DivClassName
{
background-color: #B61AD0;
}
.BgClassName
{
background-color: #B61AD0;
}
</style>
border-color css
<style>
span { border-color: #B61AD0; }
span { border-color: rgb(182,26,208); }
td.TdClassName
{
border-color: #B61AD0;
}
.TagClassName
{
border-color: #B61AD0;
}
</style>