Shades of Deep Magenta #B405BD
Tints of Deep Magenta #B405BD
RGB
CMYK
RGB Variations
Color information
#B405BD (or 0xB405BD) is known color: Deep Magenta. HEX triplet: B4, 05 and BD. RGB value is (180,5,189). Sum of RGB (Red+Green+Blue) = 180+5+189=374 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.13% from 374); Green value is 5 (2.34% from 255 or 1.34% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #B405BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B405BD is #4BFA42. Grayscale: #4D4D4D. Windows color (decimal): -4979267 or 12387764. OLE color: 12387764.
HSL color Cylindrical-coordinate representation of color #B405BD: hue angle of 297.07º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B405BD is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 5 | 189 | - |
| CMYK | 0.05 | 0.97 | 0 | 0.26 |
| HSL | 297.07º | 0.95% | 0.38% | - |
| HSV(B) | 297.07º | 0.97% | 0.74% | - |
| XYZ | 28.06 | 13.49 | 49.27 | - |
| YUV | 78.3 | 190.48 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 5 | 189 | 0.05 | 0.97 | 0 | 0.26 | 297.07 | 0.95 | 0.38 |
| Hex | B4 | 5 | BD | 5 | 61 | 0 | 1A | 129 | 5F | 26 |
| Octal | 264 | 5 | 275 | 5 | 141 | 0 | 32 | 451 | 137 | 46 |
| Binary | 10110100 | 101 | 10111101 | 101 | 1100001 | 0 | 11010 | 100101001 | 1011111 | 100110 |
Color Harmonies of #B405BD
Complementary color
Monochromatic Colors of #B405BD
Black with #B405BD
Text Example
Text Example
White with #B405BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B405BD; }
p { color: rgb(180,5,189); }
H1.HeaderClassName
{
color: #B405BD;
}
.AnyTagClassName
{
color: #B405BD;
}
</style>
background-color css
<style>
a { background-color: #B405BD; }
a { background-color: rgb(180,5,189); }
div.DivClassName
{
background-color: #B405BD;
}
.BgClassName
{
background-color: #B405BD;
}
</style>
border-color css
<style>
span { border-color: #B405BD; }
span { border-color: rgb(180,5,189); }
td.TdClassName
{
border-color: #B405BD;
}
.TagClassName
{
border-color: #B405BD;
}
</style>