Shades of Deep Magenta #B420B2
Tints of Deep Magenta #B420B2
RGB
CMYK
RGB Variations
Color information
#B420B2 (or 0xB420B2) is known color: Deep Magenta. HEX triplet: B4, 20 and B2. RGB value is (180,32,178). Sum of RGB (Red+Green+Blue) = 180+32+178=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 32 (12.89% from 255 or 8.21% from 390); Blue value is 178 (69.92% from 255 or 45.64% from 390); Max value from RGB is 180 - color contains mainly: red. Hex color #B420B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B420B2 is #4BDF4D. Grayscale: #5C5C5C. Windows color (decimal): -4972366 or 11673780. OLE color: 11673780.
HSL color Cylindrical-coordinate representation of color #B420B2: hue angle of 300.81º degrees, saturation: 0.7, 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 #B420B2 is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 32 | 178 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.29 |
| HSL | 300.81º | 0.7% | 0.42% | - |
| HSV(B) | 300.81º | 0.82% | 0.71% | - |
| XYZ | 27.37 | 13.95 | 43.37 | - |
| YUV | 92.9 | 176.03 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 32 | 178 | 0 | 0.82 | 0.01 | 0.29 | 300.81 | 0.7 | 0.42 |
| Hex | B4 | 20 | B2 | 0 | 52 | 1 | 1D | 12D | 46 | 2A |
| Octal | 264 | 40 | 262 | 0 | 122 | 1 | 35 | 455 | 106 | 52 |
| Binary | 10110100 | 100000 | 10110010 | 0 | 1010010 | 1 | 11101 | 100101101 | 1000110 | 101010 |
Color Harmonies of #B420B2
Complementary color
Monochromatic Colors of #B420B2
Black with #B420B2
Text Example
Text Example
White with #B420B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B420B2; }
p { color: rgb(180,32,178); }
H1.HeaderClassName
{
color: #B420B2;
}
.AnyTagClassName
{
color: #B420B2;
}
</style>
background-color css
<style>
a { background-color: #B420B2; }
a { background-color: rgb(180,32,178); }
div.DivClassName
{
background-color: #B420B2;
}
.BgClassName
{
background-color: #B420B2;
}
</style>
border-color css
<style>
span { border-color: #B420B2; }
span { border-color: rgb(180,32,178); }
td.TdClassName
{
border-color: #B420B2;
}
.TagClassName
{
border-color: #B420B2;
}
</style>