Shades of Deep Magenta #B621B5
Tints of Deep Magenta #B621B5
RGB
CMYK
RGB Variations
Color information
#B621B5 (or 0xB621B5) is known color: Deep Magenta. HEX triplet: B6, 21 and B5. RGB value is (182,33,181). Sum of RGB (Red+Green+Blue) = 182+33+181=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 33 (13.28% from 255 or 8.33% from 396); Blue value is 181 (71.09% from 255 or 45.71% from 396); Max value from RGB is 182 - color contains mainly: red. Hex color #B621B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B621B5 is #49DE4A. Grayscale: #5D5D5D. Windows color (decimal): -4841035 or 11870646. OLE color: 11870646.
HSL color Cylindrical-coordinate representation of color #B621B5: hue angle of 300.4º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B621B5 is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 33 | 181 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.29 |
| HSL | 300.4º | 0.69% | 0.42% | - |
| HSV(B) | 300.4º | 0.82% | 0.71% | - |
| XYZ | 28.18 | 14.37 | 45 | - |
| YUV | 94.42 | 176.86 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 33 | 181 | 0 | 0.82 | 0.01 | 0.29 | 300.4 | 0.69 | 0.42 |
| Hex | B6 | 21 | B5 | 0 | 52 | 1 | 1D | 12C | 45 | 2A |
| Octal | 266 | 41 | 265 | 0 | 122 | 1 | 35 | 454 | 105 | 52 |
| Binary | 10110110 | 100001 | 10110101 | 0 | 1010010 | 1 | 11101 | 100101100 | 1000101 | 101010 |
Color Harmonies of #B621B5
Complementary color
Monochromatic Colors of #B621B5
Black with #B621B5
Text Example
Text Example
White with #B621B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B621B5; }
p { color: rgb(182,33,181); }
H1.HeaderClassName
{
color: #B621B5;
}
.AnyTagClassName
{
color: #B621B5;
}
</style>
background-color css
<style>
a { background-color: #B621B5; }
a { background-color: rgb(182,33,181); }
div.DivClassName
{
background-color: #B621B5;
}
.BgClassName
{
background-color: #B621B5;
}
</style>
border-color css
<style>
span { border-color: #B621B5; }
span { border-color: rgb(182,33,181); }
td.TdClassName
{
border-color: #B621B5;
}
.TagClassName
{
border-color: #B621B5;
}
</style>