Shades of Deep Magenta #B613CC
Tints of Deep Magenta #B613CC
RGB
CMYK
RGB Variations
Color information
#B613CC (or 0xB613CC) is known color: Deep Magenta. HEX triplet: B6, 13 and CC. RGB value is (182,19,204). Sum of RGB (Red+Green+Blue) = 182+19+204=405 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.94% from 405); Green value is 19 (7.81% from 255 or 4.69% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #B613CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B613CC is #49EC33. Grayscale: #585858. Windows color (decimal): -4844596 or 13374390. OLE color: 13374390.
HSL color Cylindrical-coordinate representation of color #B613CC: hue angle of 292.86º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B613CC is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 19 | 204 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.2 |
| HSL | 292.86º | 0.83% | 0.44% | - |
| HSV(B) | 292.86º | 0.91% | 0.8% | - |
| XYZ | 30.42 | 14.77 | 58.37 | - |
| YUV | 88.83 | 193 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 19 | 204 | 0.11 | 0.91 | 0 | 0.2 | 292.86 | 0.83 | 0.44 |
| Hex | B6 | 13 | CC | B | 5B | 0 | 14 | 125 | 53 | 2C |
| Octal | 266 | 23 | 314 | 13 | 133 | 0 | 24 | 445 | 123 | 54 |
| Binary | 10110110 | 10011 | 11001100 | 1011 | 1011011 | 0 | 10100 | 100100101 | 1010011 | 101100 |
Color Harmonies of #B613CC
Complementary color
Monochromatic Colors of #B613CC
Black with #B613CC
Text Example
Text Example
White with #B613CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B613CC; }
p { color: rgb(182,19,204); }
H1.HeaderClassName
{
color: #B613CC;
}
.AnyTagClassName
{
color: #B613CC;
}
</style>
background-color css
<style>
a { background-color: #B613CC; }
a { background-color: rgb(182,19,204); }
div.DivClassName
{
background-color: #B613CC;
}
.BgClassName
{
background-color: #B613CC;
}
</style>
border-color css
<style>
span { border-color: #B613CC; }
span { border-color: rgb(182,19,204); }
td.TdClassName
{
border-color: #B613CC;
}
.TagClassName
{
border-color: #B613CC;
}
</style>