Shades of Deep Magenta #B312BF
Tints of Deep Magenta #B312BF
RGB
CMYK
RGB Variations
Color information
#B312BF (or 0xB312BF) is known color: Deep Magenta. HEX triplet: B3, 12 and BF. RGB value is (179,18,191). Sum of RGB (Red+Green+Blue) = 179+18+191=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 18 (7.42% from 255 or 4.64% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: blue. Hex color #B312BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B312BF is #4CED40. Grayscale: #555555. Windows color (decimal): -5041473 or 12522163. OLE color: 12522163.
HSL color Cylindrical-coordinate representation of color #B312BF: hue angle of 295.84º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B312BF is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 18 | 191 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.25 |
| HSL | 295.84º | 0.83% | 0.41% | - |
| HSV(B) | 295.84º | 0.91% | 0.75% | - |
| XYZ | 28.21 | 13.78 | 50.46 | - |
| YUV | 85.86 | 187.34 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 18 | 191 | 0.06 | 0.91 | 0 | 0.25 | 295.84 | 0.83 | 0.41 |
| Hex | B3 | 12 | BF | 6 | 5B | 0 | 19 | 128 | 53 | 29 |
| Octal | 263 | 22 | 277 | 6 | 133 | 0 | 31 | 450 | 123 | 51 |
| Binary | 10110011 | 10010 | 10111111 | 110 | 1011011 | 0 | 11001 | 100101000 | 1010011 | 101001 |
Color Harmonies of #B312BF
Complementary color
Monochromatic Colors of #B312BF
Black with #B312BF
Text Example
Text Example
White with #B312BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B312BF; }
p { color: rgb(179,18,191); }
H1.HeaderClassName
{
color: #B312BF;
}
.AnyTagClassName
{
color: #B312BF;
}
</style>
background-color css
<style>
a { background-color: #B312BF; }
a { background-color: rgb(179,18,191); }
div.DivClassName
{
background-color: #B312BF;
}
.BgClassName
{
background-color: #B312BF;
}
</style>
border-color css
<style>
span { border-color: #B312BF; }
span { border-color: rgb(179,18,191); }
td.TdClassName
{
border-color: #B312BF;
}
.TagClassName
{
border-color: #B312BF;
}
</style>