Shades of Deep Magenta #B61DB8
Tints of Deep Magenta #B61DB8
RGB
CMYK
RGB Variations
Color information
#B61DB8 (or 0xB61DB8) is known color: Deep Magenta. HEX triplet: B6, 1D and B8. RGB value is (182,29,184). Sum of RGB (Red+Green+Blue) = 182+29+184=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 29 (11.72% from 255 or 7.34% from 395); Blue value is 184 (72.27% from 255 or 46.58% from 395); Max value from RGB is 184 - color contains mainly: blue. Hex color #B61DB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61DB8 is #49E247. Grayscale: #5B5B5B. Windows color (decimal): -4842056 or 12066230. OLE color: 12066230.
HSL color Cylindrical-coordinate representation of color #B61DB8: hue angle of 299.23º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B61DB8 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 182 | 29 | 184 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.28 |
| HSL | 299.23º | 0.73% | 0.42% | - |
| HSV(B) | 299.23º | 0.84% | 0.72% | - |
| XYZ | 28.38 | 14.28 | 46.61 | - |
| YUV | 92.42 | 179.69 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 29 | 184 | 0.01 | 0.84 | 0 | 0.28 | 299.23 | 0.73 | 0.42 |
| Hex | B6 | 1D | B8 | 1 | 54 | 0 | 1C | 12B | 49 | 2A |
| Octal | 266 | 35 | 270 | 1 | 124 | 0 | 34 | 453 | 111 | 52 |
| Binary | 10110110 | 11101 | 10111000 | 1 | 1010100 | 0 | 11100 | 100101011 | 1001001 | 101010 |
Color Harmonies of #B61DB8
Complementary color
Monochromatic Colors of #B61DB8
Black with #B61DB8
Text Example
Text Example
White with #B61DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61DB8; }
p { color: rgb(182,29,184); }
H1.HeaderClassName
{
color: #B61DB8;
}
.AnyTagClassName
{
color: #B61DB8;
}
</style>
background-color css
<style>
a { background-color: #B61DB8; }
a { background-color: rgb(182,29,184); }
div.DivClassName
{
background-color: #B61DB8;
}
.BgClassName
{
background-color: #B61DB8;
}
</style>
border-color css
<style>
span { border-color: #B61DB8; }
span { border-color: rgb(182,29,184); }
td.TdClassName
{
border-color: #B61DB8;
}
.TagClassName
{
border-color: #B61DB8;
}
</style>