Shades of Deep Magenta #B613CF
Tints of Deep Magenta #B613CF
RGB
CMYK
RGB Variations
Color information
#B613CF (or 0xB613CF) is known color: Deep Magenta. HEX triplet: B6, 13 and CF. RGB value is (182,19,207). Sum of RGB (Red+Green+Blue) = 182+19+207=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 19 (7.81% from 255 or 4.66% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #B613CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B613CF is #49EC30. Grayscale: #585858. Windows color (decimal): -4844593 or 13570998. OLE color: 13570998.
HSL color Cylindrical-coordinate representation of color #B613CF: hue angle of 292.02º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B613CF is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 19 | 207 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.19 |
| HSL | 292.02º | 0.83% | 0.44% | - |
| HSV(B) | 292.02º | 0.91% | 0.81% | - |
| XYZ | 30.79 | 14.92 | 60.29 | - |
| YUV | 89.17 | 194.5 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 19 | 207 | 0.12 | 0.91 | 0 | 0.19 | 292.02 | 0.83 | 0.44 |
| Hex | B6 | 13 | CF | C | 5B | 0 | 13 | 124 | 53 | 2C |
| Octal | 266 | 23 | 317 | 14 | 133 | 0 | 23 | 444 | 123 | 54 |
| Binary | 10110110 | 10011 | 11001111 | 1100 | 1011011 | 0 | 10011 | 100100100 | 1010011 | 101100 |
Color Harmonies of #B613CF
Complementary color
Monochromatic Colors of #B613CF
Black with #B613CF
Text Example
Text Example
White with #B613CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B613CF; }
p { color: rgb(182,19,207); }
H1.HeaderClassName
{
color: #B613CF;
}
.AnyTagClassName
{
color: #B613CF;
}
</style>
background-color css
<style>
a { background-color: #B613CF; }
a { background-color: rgb(182,19,207); }
div.DivClassName
{
background-color: #B613CF;
}
.BgClassName
{
background-color: #B613CF;
}
</style>
border-color css
<style>
span { border-color: #B613CF; }
span { border-color: rgb(182,19,207); }
td.TdClassName
{
border-color: #B613CF;
}
.TagClassName
{
border-color: #B613CF;
}
</style>