Shades of Deep Magenta #B405B2
Tints of Deep Magenta #B405B2
RGB
CMYK
RGB Variations
Color information
#B405B2 (or 0xB405B2) is known color: Deep Magenta. HEX triplet: B4, 05 and B2. RGB value is (180,5,178). Sum of RGB (Red+Green+Blue) = 180+5+178=363 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.59% from 363); Green value is 5 (2.34% from 255 or 1.38% from 363); Blue value is 178 (69.92% from 255 or 49.04% from 363); Max value from RGB is 180 - color contains mainly: red. Hex color #B405B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B405B2 is #4BFA4D. Grayscale: #4C4C4C. Windows color (decimal): -4979278 or 11666868. OLE color: 11666868.
HSL color Cylindrical-coordinate representation of color #B405B2: hue angle of 300.69º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B405B2 is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 5 | 178 | - |
| CMYK | 0 | 0.97 | 0.01 | 0.29 |
| HSL | 300.69º | 0.95% | 0.36% | - |
| HSV(B) | 300.69º | 0.97% | 0.71% | - |
| XYZ | 26.91 | 13.03 | 43.22 | - |
| YUV | 77.05 | 184.98 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 5 | 178 | 0 | 0.97 | 0.01 | 0.29 | 300.69 | 0.95 | 0.36 |
| Hex | B4 | 5 | B2 | 0 | 61 | 1 | 1D | 12D | 5F | 24 |
| Octal | 264 | 5 | 262 | 0 | 141 | 1 | 35 | 455 | 137 | 44 |
| Binary | 10110100 | 101 | 10110010 | 0 | 1100001 | 1 | 11101 | 100101101 | 1011111 | 100100 |
Color Harmonies of #B405B2
Complementary color
Monochromatic Colors of #B405B2
Black with #B405B2
Text Example
Text Example
White with #B405B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B405B2; }
p { color: rgb(180,5,178); }
H1.HeaderClassName
{
color: #B405B2;
}
.AnyTagClassName
{
color: #B405B2;
}
</style>
background-color css
<style>
a { background-color: #B405B2; }
a { background-color: rgb(180,5,178); }
div.DivClassName
{
background-color: #B405B2;
}
.BgClassName
{
background-color: #B405B2;
}
</style>
border-color css
<style>
span { border-color: #B405B2; }
span { border-color: rgb(180,5,178); }
td.TdClassName
{
border-color: #B405B2;
}
.TagClassName
{
border-color: #B405B2;
}
</style>