Shades of Deep Magenta #B61BC2
Tints of Deep Magenta #B61BC2
RGB
CMYK
RGB Variations
Color information
#B61BC2 (or 0xB61BC2) is known color: Deep Magenta. HEX triplet: B6, 1B and C2. RGB value is (182,27,194). Sum of RGB (Red+Green+Blue) = 182+27+194=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 27 (10.94% from 255 or 6.70% from 403); Blue value is 194 (76.17% from 255 or 48.14% from 403); Max value from RGB is 194 - color contains mainly: blue. Hex color #B61BC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61BC2 is #49E43D. Grayscale: #5B5B5B. Windows color (decimal): -4842558 or 12721078. OLE color: 12721078.
HSL color Cylindrical-coordinate representation of color #B61BC2: hue angle of 295.69º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B61BC2 is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 27 | 194 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.24 |
| HSL | 295.69º | 0.76% | 0.43% | - |
| HSV(B) | 295.69º | 0.86% | 0.76% | - |
| XYZ | 29.42 | 14.62 | 52.31 | - |
| YUV | 92.38 | 185.35 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 27 | 194 | 0.06 | 0.86 | 0 | 0.24 | 295.69 | 0.76 | 0.43 |
| Hex | B6 | 1B | C2 | 6 | 56 | 0 | 18 | 128 | 4C | 2B |
| Octal | 266 | 33 | 302 | 6 | 126 | 0 | 30 | 450 | 114 | 53 |
| Binary | 10110110 | 11011 | 11000010 | 110 | 1010110 | 0 | 11000 | 100101000 | 1001100 | 101011 |
Color Harmonies of #B61BC2
Complementary color
Monochromatic Colors of #B61BC2
Black with #B61BC2
Text Example
Text Example
White with #B61BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61BC2; }
p { color: rgb(182,27,194); }
H1.HeaderClassName
{
color: #B61BC2;
}
.AnyTagClassName
{
color: #B61BC2;
}
</style>
background-color css
<style>
a { background-color: #B61BC2; }
a { background-color: rgb(182,27,194); }
div.DivClassName
{
background-color: #B61BC2;
}
.BgClassName
{
background-color: #B61BC2;
}
</style>
border-color css
<style>
span { border-color: #B61BC2; }
span { border-color: rgb(182,27,194); }
td.TdClassName
{
border-color: #B61BC2;
}
.TagClassName
{
border-color: #B61BC2;
}
</style>