Shades of Deep Magenta #B601CF
Tints of Deep Magenta #B601CF
RGB
CMYK
RGB Variations
Color information
#B601CF (or 0xB601CF) is known color: Deep Magenta. HEX triplet: B6, 01 and CF. RGB value is (182,1,207). Sum of RGB (Red+Green+Blue) = 182+1+207=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 1 (0.78% from 255 or 0.26% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #B601CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B601CF is #49FE30. Grayscale: #4D4D4D. Windows color (decimal): -4849201 or 13566390. OLE color: 13566390.
HSL color Cylindrical-coordinate representation of color #B601CF: hue angle of 292.72º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B601CF is Cyan = 0.12, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 1 | 207 | - |
| CMYK | 0.12 | 1.00 | 0 | 0.19 |
| HSL | 292.72º | 0.99% | 0.41% | - |
| HSV(B) | 292.72º | 1% | 0.81% | - |
| XYZ | 30.56 | 14.47 | 60.21 | - |
| YUV | 78.6 | 200.47 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 1 | 207 | 0.12 | 1.00 | 0 | 0.19 | 292.72 | 0.99 | 0.41 |
| Hex | B6 | 1 | CF | C | 64 | 0 | 13 | 125 | 63 | 29 |
| Octal | 266 | 1 | 317 | 14 | 144 | 0 | 23 | 445 | 143 | 51 |
| Binary | 10110110 | 1 | 11001111 | 1100 | 1100100 | 0 | 10011 | 100100101 | 1100011 | 101001 |
Color Harmonies of #B601CF
Complementary color
Monochromatic Colors of #B601CF
Black with #B601CF
Text Example
Text Example
White with #B601CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B601CF; }
p { color: rgb(182,1,207); }
H1.HeaderClassName
{
color: #B601CF;
}
.AnyTagClassName
{
color: #B601CF;
}
</style>
background-color css
<style>
a { background-color: #B601CF; }
a { background-color: rgb(182,1,207); }
div.DivClassName
{
background-color: #B601CF;
}
.BgClassName
{
background-color: #B601CF;
}
</style>
border-color css
<style>
span { border-color: #B601CF; }
span { border-color: rgb(182,1,207); }
td.TdClassName
{
border-color: #B601CF;
}
.TagClassName
{
border-color: #B601CF;
}
</style>