Shades of Deep Magenta #B307A7
Tints of Deep Magenta #B307A7
RGB
CMYK
RGB Variations
Color information
#B307A7 (or 0xB307A7) is known color: Deep Magenta. HEX triplet: B3, 07 and A7. RGB value is (179,7,167). Sum of RGB (Red+Green+Blue) = 179+7+167=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 7 (3.12% from 255 or 1.98% from 353); Blue value is 167 (65.62% from 255 or 47.31% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B307A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B307A7 is #4CF858. Grayscale: #4C4C4C. Windows color (decimal): -5044313 or 10946483. OLE color: 10946483.
HSL color Cylindrical-coordinate representation of color #B307A7: hue angle of 304.19º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B307A7 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 7 | 167 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.30 |
| HSL | 304.19º | 0.92% | 0.36% | - |
| HSV(B) | 304.19º | 0.96% | 0.7% | - |
| XYZ | 25.64 | 12.53 | 37.63 | - |
| YUV | 76.67 | 178.98 | 200.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 7 | 167 | 0 | 0.96 | 0.07 | 0.30 | 304.19 | 0.92 | 0.36 |
| Hex | B3 | 7 | A7 | 0 | 60 | 7 | 1E | 130 | 5C | 24 |
| Octal | 263 | 7 | 247 | 0 | 140 | 7 | 36 | 460 | 134 | 44 |
| Binary | 10110011 | 111 | 10100111 | 0 | 1100000 | 111 | 11110 | 100110000 | 1011100 | 100100 |
Color Harmonies of #B307A7
Complementary color
Monochromatic Colors of #B307A7
Black with #B307A7
Text Example
Text Example
White with #B307A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B307A7; }
p { color: rgb(179,7,167); }
H1.HeaderClassName
{
color: #B307A7;
}
.AnyTagClassName
{
color: #B307A7;
}
</style>
background-color css
<style>
a { background-color: #B307A7; }
a { background-color: rgb(179,7,167); }
div.DivClassName
{
background-color: #B307A7;
}
.BgClassName
{
background-color: #B307A7;
}
</style>
border-color css
<style>
span { border-color: #B307A7; }
span { border-color: rgb(179,7,167); }
td.TdClassName
{
border-color: #B307A7;
}
.TagClassName
{
border-color: #B307A7;
}
</style>