Shades of Deep Magenta #B622B5
Tints of Deep Magenta #B622B5
RGB
CMYK
RGB Variations
Color information
#B622B5 (or 0xB622B5) is known color: Deep Magenta. HEX triplet: B6, 22 and B5. RGB value is (182,34,181). Sum of RGB (Red+Green+Blue) = 182+34+181=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 34 (13.67% from 255 or 8.56% from 397); Blue value is 181 (71.09% from 255 or 45.59% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B622B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B622B5 is #49DD4A. Grayscale: #5E5E5E. Windows color (decimal): -4840779 or 11870902. OLE color: 11870902.
HSL color Cylindrical-coordinate representation of color #B622B5: hue angle of 300.41º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B622B5 is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 34 | 181 | - |
| CMYK | 0 | 0.81 | 0.01 | 0.29 |
| HSL | 300.41º | 0.69% | 0.42% | - |
| HSV(B) | 300.41º | 0.81% | 0.71% | - |
| XYZ | 28.2 | 14.43 | 45.01 | - |
| YUV | 95.01 | 176.53 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 34 | 181 | 0 | 0.81 | 0.01 | 0.29 | 300.41 | 0.69 | 0.42 |
| Hex | B6 | 22 | B5 | 0 | 51 | 1 | 1D | 12C | 45 | 2A |
| Octal | 266 | 42 | 265 | 0 | 121 | 1 | 35 | 454 | 105 | 52 |
| Binary | 10110110 | 100010 | 10110101 | 0 | 1010001 | 1 | 11101 | 100101100 | 1000101 | 101010 |
Color Harmonies of #B622B5
Complementary color
Monochromatic Colors of #B622B5
Black with #B622B5
Text Example
Text Example
White with #B622B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B622B5; }
p { color: rgb(182,34,181); }
H1.HeaderClassName
{
color: #B622B5;
}
.AnyTagClassName
{
color: #B622B5;
}
</style>
background-color css
<style>
a { background-color: #B622B5; }
a { background-color: rgb(182,34,181); }
div.DivClassName
{
background-color: #B622B5;
}
.BgClassName
{
background-color: #B622B5;
}
</style>
border-color css
<style>
span { border-color: #B622B5; }
span { border-color: rgb(182,34,181); }
td.TdClassName
{
border-color: #B622B5;
}
.TagClassName
{
border-color: #B622B5;
}
</style>