Shades of Deep Magenta #B512BE
Tints of Deep Magenta #B512BE
RGB
CMYK
RGB Variations
Color information
#B512BE (or 0xB512BE) is known color: Deep Magenta. HEX triplet: B5, 12 and BE. RGB value is (181,18,190). Sum of RGB (Red+Green+Blue) = 181+18+190=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 18 (7.42% from 255 or 4.63% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #B512BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B512BE is #4AED41. Grayscale: #555555. Windows color (decimal): -4910402 or 12456629. OLE color: 12456629.
HSL color Cylindrical-coordinate representation of color #B512BE: hue angle of 296.86º 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 #B512BE is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 18 | 190 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.25 |
| HSL | 296.86º | 0.83% | 0.41% | - |
| HSV(B) | 296.86º | 0.91% | 0.75% | - |
| XYZ | 28.57 | 13.97 | 49.91 | - |
| YUV | 86.35 | 186.5 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 18 | 190 | 0.05 | 0.91 | 0 | 0.25 | 296.86 | 0.83 | 0.41 |
| Hex | B5 | 12 | BE | 5 | 5B | 0 | 19 | 129 | 53 | 29 |
| Octal | 265 | 22 | 276 | 5 | 133 | 0 | 31 | 451 | 123 | 51 |
| Binary | 10110101 | 10010 | 10111110 | 101 | 1011011 | 0 | 11001 | 100101001 | 1010011 | 101001 |
Color Harmonies of #B512BE
Complementary color
Monochromatic Colors of #B512BE
Black with #B512BE
Text Example
Text Example
White with #B512BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B512BE; }
p { color: rgb(181,18,190); }
H1.HeaderClassName
{
color: #B512BE;
}
.AnyTagClassName
{
color: #B512BE;
}
</style>
background-color css
<style>
a { background-color: #B512BE; }
a { background-color: rgb(181,18,190); }
div.DivClassName
{
background-color: #B512BE;
}
.BgClassName
{
background-color: #B512BE;
}
</style>
border-color css
<style>
span { border-color: #B512BE; }
span { border-color: rgb(181,18,190); }
td.TdClassName
{
border-color: #B512BE;
}
.TagClassName
{
border-color: #B512BE;
}
</style>