Shades of Deep Magenta #B405BB
Tints of Deep Magenta #B405BB
RGB
CMYK
RGB Variations
Color information
#B405BB (or 0xB405BB) is known color: Deep Magenta. HEX triplet: B4, 05 and BB. RGB value is (180,5,187). Sum of RGB (Red+Green+Blue) = 180+5+187=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 5 (2.34% from 255 or 1.34% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #B405BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B405BB is #4BFA44. Grayscale: #4D4D4D. Windows color (decimal): -4979269 or 12256692. OLE color: 12256692.
HSL color Cylindrical-coordinate representation of color #B405BB: hue angle of 297.69º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B405BB is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 5 | 187 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.27 |
| HSL | 297.69º | 0.95% | 0.38% | - |
| HSV(B) | 297.69º | 0.97% | 0.73% | - |
| XYZ | 27.85 | 13.4 | 48.13 | - |
| YUV | 78.07 | 189.48 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 5 | 187 | 0.04 | 0.97 | 0 | 0.27 | 297.69 | 0.95 | 0.38 |
| Hex | B4 | 5 | BB | 4 | 61 | 0 | 1B | 12A | 5F | 26 |
| Octal | 264 | 5 | 273 | 4 | 141 | 0 | 33 | 452 | 137 | 46 |
| Binary | 10110100 | 101 | 10111011 | 100 | 1100001 | 0 | 11011 | 100101010 | 1011111 | 100110 |
Color Harmonies of #B405BB
Complementary color
Monochromatic Colors of #B405BB
Black with #B405BB
Text Example
Text Example
White with #B405BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B405BB; }
p { color: rgb(180,5,187); }
H1.HeaderClassName
{
color: #B405BB;
}
.AnyTagClassName
{
color: #B405BB;
}
</style>
background-color css
<style>
a { background-color: #B405BB; }
a { background-color: rgb(180,5,187); }
div.DivClassName
{
background-color: #B405BB;
}
.BgClassName
{
background-color: #B405BB;
}
</style>
border-color css
<style>
span { border-color: #B405BB; }
span { border-color: rgb(180,5,187); }
td.TdClassName
{
border-color: #B405BB;
}
.TagClassName
{
border-color: #B405BB;
}
</style>