Shades of Deep Magenta #B620C3
Tints of Deep Magenta #B620C3
RGB
CMYK
RGB Variations
Color information
#B620C3 (or 0xB620C3) is known color: Deep Magenta. HEX triplet: B6, 20 and C3. RGB value is (182,32,195). Sum of RGB (Red+Green+Blue) = 182+32+195=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 32 (12.89% from 255 or 7.82% from 409); Blue value is 195 (76.56% from 255 or 47.68% from 409); Max value from RGB is 195 - color contains mainly: blue. Hex color #B620C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B620C3 is #49DF3C. Grayscale: #5E5E5E. Windows color (decimal): -4841277 or 12787894. OLE color: 12787894.
HSL color Cylindrical-coordinate representation of color #B620C3: hue angle of 295.21º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B620C3 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 32 | 195 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.24 |
| HSL | 295.21º | 0.72% | 0.45% | - |
| HSV(B) | 295.21º | 0.84% | 0.76% | - |
| XYZ | 29.66 | 14.92 | 52.95 | - |
| YUV | 95.43 | 184.2 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 32 | 195 | 0.07 | 0.84 | 0 | 0.24 | 295.21 | 0.72 | 0.45 |
| Hex | B6 | 20 | C3 | 7 | 54 | 0 | 18 | 127 | 48 | 2D |
| Octal | 266 | 40 | 303 | 7 | 124 | 0 | 30 | 447 | 110 | 55 |
| Binary | 10110110 | 100000 | 11000011 | 111 | 1010100 | 0 | 11000 | 100100111 | 1001000 | 101101 |
Color Harmonies of #B620C3
Complementary color
Monochromatic Colors of #B620C3
Black with #B620C3
Text Example
Text Example
White with #B620C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B620C3; }
p { color: rgb(182,32,195); }
H1.HeaderClassName
{
color: #B620C3;
}
.AnyTagClassName
{
color: #B620C3;
}
</style>
background-color css
<style>
a { background-color: #B620C3; }
a { background-color: rgb(182,32,195); }
div.DivClassName
{
background-color: #B620C3;
}
.BgClassName
{
background-color: #B620C3;
}
</style>
border-color css
<style>
span { border-color: #B620C3; }
span { border-color: rgb(182,32,195); }
td.TdClassName
{
border-color: #B620C3;
}
.TagClassName
{
border-color: #B620C3;
}
</style>