Shades of Deep Magenta #B622BC
Tints of Deep Magenta #B622BC
RGB
CMYK
RGB Variations
Color information
#B622BC (or 0xB622BC) is known color: Deep Magenta. HEX triplet: B6, 22 and BC. RGB value is (182,34,188). Sum of RGB (Red+Green+Blue) = 182+34+188=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 34 (13.67% from 255 or 8.42% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #B622BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B622BC is #49DD43. Grayscale: #5F5F5F. Windows color (decimal): -4840772 or 12329654. OLE color: 12329654.
HSL color Cylindrical-coordinate representation of color #B622BC: hue angle of 297.66º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B622BC is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 34 | 188 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.26 |
| HSL | 297.66º | 0.69% | 0.44% | - |
| HSV(B) | 297.66º | 0.82% | 0.74% | - |
| XYZ | 28.94 | 14.72 | 48.89 | - |
| YUV | 95.81 | 180.03 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 34 | 188 | 0.03 | 0.82 | 0 | 0.26 | 297.66 | 0.69 | 0.44 |
| Hex | B6 | 22 | BC | 3 | 52 | 0 | 1A | 12A | 45 | 2C |
| Octal | 266 | 42 | 274 | 3 | 122 | 0 | 32 | 452 | 105 | 54 |
| Binary | 10110110 | 100010 | 10111100 | 11 | 1010010 | 0 | 11010 | 100101010 | 1000101 | 101100 |
Color Harmonies of #B622BC
Complementary color
Monochromatic Colors of #B622BC
Black with #B622BC
Text Example
Text Example
White with #B622BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B622BC; }
p { color: rgb(182,34,188); }
H1.HeaderClassName
{
color: #B622BC;
}
.AnyTagClassName
{
color: #B622BC;
}
</style>
background-color css
<style>
a { background-color: #B622BC; }
a { background-color: rgb(182,34,188); }
div.DivClassName
{
background-color: #B622BC;
}
.BgClassName
{
background-color: #B622BC;
}
</style>
border-color css
<style>
span { border-color: #B622BC; }
span { border-color: rgb(182,34,188); }
td.TdClassName
{
border-color: #B622BC;
}
.TagClassName
{
border-color: #B622BC;
}
</style>