Shades of Deep Magenta #B407BC
Tints of Deep Magenta #B407BC
RGB
CMYK
RGB Variations
Color information
#B407BC (or 0xB407BC) is known color: Deep Magenta. HEX triplet: B4, 07 and BC. RGB value is (180,7,188). Sum of RGB (Red+Green+Blue) = 180+7+188=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 7 (3.12% from 255 or 1.87% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #B407BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B407BC is #4BF843. Grayscale: #4E4E4E. Windows color (decimal): -4978756 or 12322740. OLE color: 12322740.
HSL color Cylindrical-coordinate representation of color #B407BC: hue angle of 297.35º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B407BC is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 7 | 188 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.26 |
| HSL | 297.35º | 0.93% | 0.38% | - |
| HSV(B) | 297.35º | 0.96% | 0.74% | - |
| XYZ | 27.98 | 13.49 | 48.71 | - |
| YUV | 79.36 | 189.31 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 7 | 188 | 0.04 | 0.96 | 0 | 0.26 | 297.35 | 0.93 | 0.38 |
| Hex | B4 | 7 | BC | 4 | 60 | 0 | 1A | 129 | 5D | 26 |
| Octal | 264 | 7 | 274 | 4 | 140 | 0 | 32 | 451 | 135 | 46 |
| Binary | 10110100 | 111 | 10111100 | 100 | 1100000 | 0 | 11010 | 100101001 | 1011101 | 100110 |
Color Harmonies of #B407BC
Complementary color
Monochromatic Colors of #B407BC
Black with #B407BC
Text Example
Text Example
White with #B407BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B407BC; }
p { color: rgb(180,7,188); }
H1.HeaderClassName
{
color: #B407BC;
}
.AnyTagClassName
{
color: #B407BC;
}
</style>
background-color css
<style>
a { background-color: #B407BC; }
a { background-color: rgb(180,7,188); }
div.DivClassName
{
background-color: #B407BC;
}
.BgClassName
{
background-color: #B407BC;
}
</style>
border-color css
<style>
span { border-color: #B407BC; }
span { border-color: rgb(180,7,188); }
td.TdClassName
{
border-color: #B407BC;
}
.TagClassName
{
border-color: #B407BC;
}
</style>