Shades of Deep Magenta #B61ABC
Tints of Deep Magenta #B61ABC
RGB
CMYK
RGB Variations
Color information
#B61ABC (or 0xB61ABC) is known color: Deep Magenta. HEX triplet: B6, 1A and BC. RGB value is (182,26,188). Sum of RGB (Red+Green+Blue) = 182+26+188=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 26 (10.55% from 255 or 6.57% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #B61ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61ABC is #49E543. Grayscale: #5A5A5A. Windows color (decimal): -4842820 or 12327606. OLE color: 12327606.
HSL color Cylindrical-coordinate representation of color #B61ABC: hue angle of 297.78º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B61ABC is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 26 | 188 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.26 |
| HSL | 297.78º | 0.76% | 0.42% | - |
| HSV(B) | 297.78º | 0.86% | 0.74% | - |
| XYZ | 28.74 | 14.31 | 48.83 | - |
| YUV | 91.11 | 182.68 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 26 | 188 | 0.03 | 0.86 | 0 | 0.26 | 297.78 | 0.76 | 0.42 |
| Hex | B6 | 1A | BC | 3 | 56 | 0 | 1A | 12A | 4C | 2A |
| Octal | 266 | 32 | 274 | 3 | 126 | 0 | 32 | 452 | 114 | 52 |
| Binary | 10110110 | 11010 | 10111100 | 11 | 1010110 | 0 | 11010 | 100101010 | 1001100 | 101010 |
Color Harmonies of #B61ABC
Complementary color
Monochromatic Colors of #B61ABC
Black with #B61ABC
Text Example
Text Example
White with #B61ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61ABC; }
p { color: rgb(182,26,188); }
H1.HeaderClassName
{
color: #B61ABC;
}
.AnyTagClassName
{
color: #B61ABC;
}
</style>
background-color css
<style>
a { background-color: #B61ABC; }
a { background-color: rgb(182,26,188); }
div.DivClassName
{
background-color: #B61ABC;
}
.BgClassName
{
background-color: #B61ABC;
}
</style>
border-color css
<style>
span { border-color: #B61ABC; }
span { border-color: rgb(182,26,188); }
td.TdClassName
{
border-color: #B61ABC;
}
.TagClassName
{
border-color: #B61ABC;
}
</style>