Shades of Deep Magenta #B61DBA
Tints of Deep Magenta #B61DBA
RGB
CMYK
RGB Variations
Color information
#B61DBA (or 0xB61DBA) is known color: Deep Magenta. HEX triplet: B6, 1D and BA. RGB value is (182,29,186). Sum of RGB (Red+Green+Blue) = 182+29+186=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 29 (11.72% from 255 or 7.30% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #B61DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61DBA is #49E245. Grayscale: #5C5C5C. Windows color (decimal): -4842054 or 12197302. OLE color: 12197302.
HSL color Cylindrical-coordinate representation of color #B61DBA: hue angle of 298.47º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B61DBA is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 29 | 186 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.27 |
| HSL | 298.47º | 0.73% | 0.42% | - |
| HSV(B) | 298.47º | 0.84% | 0.73% | - |
| XYZ | 28.59 | 14.37 | 47.72 | - |
| YUV | 92.65 | 180.69 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 29 | 186 | 0.02 | 0.84 | 0 | 0.27 | 298.47 | 0.73 | 0.42 |
| Hex | B6 | 1D | BA | 2 | 54 | 0 | 1B | 12A | 49 | 2A |
| Octal | 266 | 35 | 272 | 2 | 124 | 0 | 33 | 452 | 111 | 52 |
| Binary | 10110110 | 11101 | 10111010 | 10 | 1010100 | 0 | 11011 | 100101010 | 1001001 | 101010 |
Color Harmonies of #B61DBA
Complementary color
Monochromatic Colors of #B61DBA
Black with #B61DBA
Text Example
Text Example
White with #B61DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61DBA; }
p { color: rgb(182,29,186); }
H1.HeaderClassName
{
color: #B61DBA;
}
.AnyTagClassName
{
color: #B61DBA;
}
</style>
background-color css
<style>
a { background-color: #B61DBA; }
a { background-color: rgb(182,29,186); }
div.DivClassName
{
background-color: #B61DBA;
}
.BgClassName
{
background-color: #B61DBA;
}
</style>
border-color css
<style>
span { border-color: #B61DBA; }
span { border-color: rgb(182,29,186); }
td.TdClassName
{
border-color: #B61DBA;
}
.TagClassName
{
border-color: #B61DBA;
}
</style>