Shades of Deep Magenta #B61DB5
Tints of Deep Magenta #B61DB5
RGB
CMYK
RGB Variations
Color information
#B61DB5 (or 0xB61DB5) is known color: Deep Magenta. HEX triplet: B6, 1D and B5. RGB value is (182,29,181). Sum of RGB (Red+Green+Blue) = 182+29+181=392 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.43% from 392); Green value is 29 (11.72% from 255 or 7.40% from 392); Blue value is 181 (71.09% from 255 or 46.17% from 392); Max value from RGB is 182 - color contains mainly: red. Hex color #B61DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61DB5 is #49E24A. Grayscale: #5B5B5B. Windows color (decimal): -4842059 or 11869622. OLE color: 11869622.
HSL color Cylindrical-coordinate representation of color #B61DB5: hue angle of 300.39º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B61DB5 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 29 | 181 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.29 |
| HSL | 300.39º | 0.73% | 0.41% | - |
| HSV(B) | 300.39º | 0.84% | 0.71% | - |
| XYZ | 28.07 | 14.16 | 44.97 | - |
| YUV | 92.08 | 178.19 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 29 | 181 | 0 | 0.84 | 0.01 | 0.29 | 300.39 | 0.73 | 0.41 |
| Hex | B6 | 1D | B5 | 0 | 54 | 1 | 1D | 12C | 49 | 29 |
| Octal | 266 | 35 | 265 | 0 | 124 | 1 | 35 | 454 | 111 | 51 |
| Binary | 10110110 | 11101 | 10110101 | 0 | 1010100 | 1 | 11101 | 100101100 | 1001001 | 101001 |
Color Harmonies of #B61DB5
Complementary color
Monochromatic Colors of #B61DB5
Black with #B61DB5
Text Example
Text Example
White with #B61DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61DB5; }
p { color: rgb(182,29,181); }
H1.HeaderClassName
{
color: #B61DB5;
}
.AnyTagClassName
{
color: #B61DB5;
}
</style>
background-color css
<style>
a { background-color: #B61DB5; }
a { background-color: rgb(182,29,181); }
div.DivClassName
{
background-color: #B61DB5;
}
.BgClassName
{
background-color: #B61DB5;
}
</style>
border-color css
<style>
span { border-color: #B61DB5; }
span { border-color: rgb(182,29,181); }
td.TdClassName
{
border-color: #B61DB5;
}
.TagClassName
{
border-color: #B61DB5;
}
</style>