Shades of Deep Magenta #B610CF
Tints of Deep Magenta #B610CF
RGB
CMYK
RGB Variations
Color information
#B610CF (or 0xB610CF) is known color: Deep Magenta. HEX triplet: B6, 10 and CF. RGB value is (182,16,207). Sum of RGB (Red+Green+Blue) = 182+16+207=405 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.94% from 405); Green value is 16 (6.64% from 255 or 3.95% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #B610CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B610CF is #49EF30. Grayscale: #565656. Windows color (decimal): -4845361 or 13570230. OLE color: 13570230.
HSL color Cylindrical-coordinate representation of color #B610CF: hue angle of 292.15º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B610CF is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 16 | 207 | - |
| CMYK | 0.12 | 0.92 | 0 | 0.19 |
| HSL | 292.15º | 0.86% | 0.44% | - |
| HSV(B) | 292.15º | 0.92% | 0.81% | - |
| XYZ | 30.74 | 14.82 | 60.27 | - |
| YUV | 87.41 | 195.5 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 16 | 207 | 0.12 | 0.92 | 0 | 0.19 | 292.15 | 0.86 | 0.44 |
| Hex | B6 | 10 | CF | C | 5C | 0 | 13 | 124 | 56 | 2C |
| Octal | 266 | 20 | 317 | 14 | 134 | 0 | 23 | 444 | 126 | 54 |
| Binary | 10110110 | 10000 | 11001111 | 1100 | 1011100 | 0 | 10011 | 100100100 | 1010110 | 101100 |
Color Harmonies of #B610CF
Complementary color
Monochromatic Colors of #B610CF
Black with #B610CF
Text Example
Text Example
White with #B610CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B610CF; }
p { color: rgb(182,16,207); }
H1.HeaderClassName
{
color: #B610CF;
}
.AnyTagClassName
{
color: #B610CF;
}
</style>
background-color css
<style>
a { background-color: #B610CF; }
a { background-color: rgb(182,16,207); }
div.DivClassName
{
background-color: #B610CF;
}
.BgClassName
{
background-color: #B610CF;
}
</style>
border-color css
<style>
span { border-color: #B610CF; }
span { border-color: rgb(182,16,207); }
td.TdClassName
{
border-color: #B610CF;
}
.TagClassName
{
border-color: #B610CF;
}
</style>