Shades of Deep Magenta #B407C3
Tints of Deep Magenta #B407C3
RGB
CMYK
RGB Variations
Color information
#B407C3 (or 0xB407C3) is known color: Deep Magenta. HEX triplet: B4, 07 and C3. RGB value is (180,7,195). Sum of RGB (Red+Green+Blue) = 180+7+195=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 7 (3.12% from 255 or 1.83% from 382); Blue value is 195 (76.56% from 255 or 51.05% from 382); Max value from RGB is 195 - color contains mainly: blue. Hex color #B407C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B407C3 is #4BF83C. Grayscale: #4F4F4F. Windows color (decimal): -4978749 or 12781492. OLE color: 12781492.
HSL color Cylindrical-coordinate representation of color #B407C3: hue angle of 295.21º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B407C3 is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 7 | 195 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.24 |
| HSL | 295.21º | 0.93% | 0.4% | - |
| HSV(B) | 295.21º | 0.96% | 0.76% | - |
| XYZ | 28.75 | 13.8 | 52.78 | - |
| YUV | 80.16 | 192.81 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 7 | 195 | 0.08 | 0.96 | 0 | 0.24 | 295.21 | 0.93 | 0.4 |
| Hex | B4 | 7 | C3 | 8 | 60 | 0 | 18 | 127 | 5D | 28 |
| Octal | 264 | 7 | 303 | 10 | 140 | 0 | 30 | 447 | 135 | 50 |
| Binary | 10110100 | 111 | 11000011 | 1000 | 1100000 | 0 | 11000 | 100100111 | 1011101 | 101000 |
Color Harmonies of #B407C3
Complementary color
Monochromatic Colors of #B407C3
Black with #B407C3
Text Example
Text Example
White with #B407C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B407C3; }
p { color: rgb(180,7,195); }
H1.HeaderClassName
{
color: #B407C3;
}
.AnyTagClassName
{
color: #B407C3;
}
</style>
background-color css
<style>
a { background-color: #B407C3; }
a { background-color: rgb(180,7,195); }
div.DivClassName
{
background-color: #B407C3;
}
.BgClassName
{
background-color: #B407C3;
}
</style>
border-color css
<style>
span { border-color: #B407C3; }
span { border-color: rgb(180,7,195); }
td.TdClassName
{
border-color: #B407C3;
}
.TagClassName
{
border-color: #B407C3;
}
</style>