Shades of Deep Magenta #B613BD
Tints of Deep Magenta #B613BD
RGB
CMYK
RGB Variations
Color information
#B613BD (or 0xB613BD) is known color: Deep Magenta. HEX triplet: B6, 13 and BD. RGB value is (182,19,189). Sum of RGB (Red+Green+Blue) = 182+19+189=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 19 (7.81% from 255 or 4.87% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #B613BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B613BD is #49EC42. Grayscale: #565656. Windows color (decimal): -4844611 or 12391350. OLE color: 12391350.
HSL color Cylindrical-coordinate representation of color #B613BD: hue angle of 297.53º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B613BD is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 19 | 189 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.26 |
| HSL | 297.53º | 0.82% | 0.41% | - |
| HSV(B) | 297.53º | 0.9% | 0.74% | - |
| XYZ | 28.71 | 14.08 | 49.35 | - |
| YUV | 87.12 | 185.5 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 19 | 189 | 0.04 | 0.90 | 0 | 0.26 | 297.53 | 0.82 | 0.41 |
| Hex | B6 | 13 | BD | 4 | 5A | 0 | 1A | 12A | 52 | 29 |
| Octal | 266 | 23 | 275 | 4 | 132 | 0 | 32 | 452 | 122 | 51 |
| Binary | 10110110 | 10011 | 10111101 | 100 | 1011010 | 0 | 11010 | 100101010 | 1010010 | 101001 |
Color Harmonies of #B613BD
Complementary color
Monochromatic Colors of #B613BD
Black with #B613BD
Text Example
Text Example
White with #B613BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B613BD; }
p { color: rgb(182,19,189); }
H1.HeaderClassName
{
color: #B613BD;
}
.AnyTagClassName
{
color: #B613BD;
}
</style>
background-color css
<style>
a { background-color: #B613BD; }
a { background-color: rgb(182,19,189); }
div.DivClassName
{
background-color: #B613BD;
}
.BgClassName
{
background-color: #B613BD;
}
</style>
border-color css
<style>
span { border-color: #B613BD; }
span { border-color: rgb(182,19,189); }
td.TdClassName
{
border-color: #B613BD;
}
.TagClassName
{
border-color: #B613BD;
}
</style>