Shades of Deep Magenta #B407B5
Tints of Deep Magenta #B407B5
RGB
CMYK
RGB Variations
Color information
#B407B5 (or 0xB407B5) is known color: Deep Magenta. HEX triplet: B4, 07 and B5. RGB value is (180,7,181). Sum of RGB (Red+Green+Blue) = 180+7+181=368 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.91% from 368); Green value is 7 (3.12% from 255 or 1.90% from 368); Blue value is 181 (71.09% from 255 or 49.18% from 368); Max value from RGB is 181 - color contains mainly: blue. Hex color #B407B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B407B5 is #4BF84A. Grayscale: #4E4E4E. Windows color (decimal): -4978763 or 11863988. OLE color: 11863988.
HSL color Cylindrical-coordinate representation of color #B407B5: hue angle of 299.66º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B407B5 is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 7 | 181 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.29 |
| HSL | 299.66º | 0.93% | 0.37% | - |
| HSV(B) | 299.66º | 0.96% | 0.71% | - |
| XYZ | 27.24 | 13.19 | 44.83 | - |
| YUV | 78.56 | 185.81 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 7 | 181 | 0.01 | 0.96 | 0 | 0.29 | 299.66 | 0.93 | 0.37 |
| Hex | B4 | 7 | B5 | 1 | 60 | 0 | 1D | 12C | 5D | 25 |
| Octal | 264 | 7 | 265 | 1 | 140 | 0 | 35 | 454 | 135 | 45 |
| Binary | 10110100 | 111 | 10110101 | 1 | 1100000 | 0 | 11101 | 100101100 | 1011101 | 100101 |
Color Harmonies of #B407B5
Complementary color
Monochromatic Colors of #B407B5
Black with #B407B5
Text Example
Text Example
White with #B407B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B407B5; }
p { color: rgb(180,7,181); }
H1.HeaderClassName
{
color: #B407B5;
}
.AnyTagClassName
{
color: #B407B5;
}
</style>
background-color css
<style>
a { background-color: #B407B5; }
a { background-color: rgb(180,7,181); }
div.DivClassName
{
background-color: #B407B5;
}
.BgClassName
{
background-color: #B407B5;
}
</style>
border-color css
<style>
span { border-color: #B407B5; }
span { border-color: rgb(180,7,181); }
td.TdClassName
{
border-color: #B407B5;
}
.TagClassName
{
border-color: #B407B5;
}
</style>