Shades of Deep Magenta #B613D8
Tints of Deep Magenta #B613D8
RGB
CMYK
RGB Variations
Color information
#B613D8 (or 0xB613D8) is known color: Deep Magenta. HEX triplet: B6, 13 and D8. RGB value is (182,19,216). Sum of RGB (Red+Green+Blue) = 182+19+216=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 19 (7.81% from 255 or 4.56% from 417); Blue value is 216 (84.77% from 255 or 51.80% from 417); Max value from RGB is 216 - color contains mainly: blue. Hex color #B613D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B613D8 is #49EC27. Grayscale: #595959. Windows color (decimal): -4844584 or 14160822. OLE color: 14160822.
HSL color Cylindrical-coordinate representation of color #B613D8: hue angle of 289.64º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B613D8 is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 19 | 216 | - |
| CMYK | 0.16 | 0.91 | 0 | 0.15 |
| HSL | 289.64º | 0.84% | 0.46% | - |
| HSV(B) | 289.64º | 0.91% | 0.85% | - |
| XYZ | 31.92 | 15.37 | 66.25 | - |
| YUV | 90.2 | 199 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 19 | 216 | 0.16 | 0.91 | 0 | 0.15 | 289.64 | 0.84 | 0.46 |
| Hex | B6 | 13 | D8 | 10 | 5B | 0 | F | 122 | 54 | 2E |
| Octal | 266 | 23 | 330 | 20 | 133 | 0 | 17 | 442 | 124 | 56 |
| Binary | 10110110 | 10011 | 11011000 | 10000 | 1011011 | 0 | 1111 | 100100010 | 1010100 | 101110 |
Color Harmonies of #B613D8
Complementary color
Monochromatic Colors of #B613D8
Black with #B613D8
Text Example
Text Example
White with #B613D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B613D8; }
p { color: rgb(182,19,216); }
H1.HeaderClassName
{
color: #B613D8;
}
.AnyTagClassName
{
color: #B613D8;
}
</style>
background-color css
<style>
a { background-color: #B613D8; }
a { background-color: rgb(182,19,216); }
div.DivClassName
{
background-color: #B613D8;
}
.BgClassName
{
background-color: #B613D8;
}
</style>
border-color css
<style>
span { border-color: #B613D8; }
span { border-color: rgb(182,19,216); }
td.TdClassName
{
border-color: #B613D8;
}
.TagClassName
{
border-color: #B613D8;
}
</style>