Shades of Deep Magenta #B407BB
Tints of Deep Magenta #B407BB
RGB
CMYK
RGB Variations
Color information
#B407BB (or 0xB407BB) is known color: Deep Magenta. HEX triplet: B4, 07 and BB. RGB value is (180,7,187). Sum of RGB (Red+Green+Blue) = 180+7+187=374 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.13% from 374); Green value is 7 (3.12% from 255 or 1.87% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #B407BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B407BB is #4BF844. Grayscale: #4E4E4E. Windows color (decimal): -4978757 or 12257204. OLE color: 12257204.
HSL color Cylindrical-coordinate representation of color #B407BB: hue angle of 297.67º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B407BB is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 7 | 187 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.27 |
| HSL | 297.67º | 0.93% | 0.38% | - |
| HSV(B) | 297.67º | 0.96% | 0.73% | - |
| XYZ | 27.87 | 13.44 | 48.14 | - |
| YUV | 79.25 | 188.81 | 199.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 7 | 187 | 0.04 | 0.96 | 0 | 0.27 | 297.67 | 0.93 | 0.38 |
| Hex | B4 | 7 | BB | 4 | 60 | 0 | 1B | 12A | 5D | 26 |
| Octal | 264 | 7 | 273 | 4 | 140 | 0 | 33 | 452 | 135 | 46 |
| Binary | 10110100 | 111 | 10111011 | 100 | 1100000 | 0 | 11011 | 100101010 | 1011101 | 100110 |
Color Harmonies of #B407BB
Complementary color
Monochromatic Colors of #B407BB
Black with #B407BB
Text Example
Text Example
White with #B407BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B407BB; }
p { color: rgb(180,7,187); }
H1.HeaderClassName
{
color: #B407BB;
}
.AnyTagClassName
{
color: #B407BB;
}
</style>
background-color css
<style>
a { background-color: #B407BB; }
a { background-color: rgb(180,7,187); }
div.DivClassName
{
background-color: #B407BB;
}
.BgClassName
{
background-color: #B407BB;
}
</style>
border-color css
<style>
span { border-color: #B407BB; }
span { border-color: rgb(180,7,187); }
td.TdClassName
{
border-color: #B407BB;
}
.TagClassName
{
border-color: #B407BB;
}
</style>