Shades of Deep Magenta #B600AC
Tints of Deep Magenta #B600AC
RGB
CMYK
RGB Variations
Color information
#B600AC (or 0xB600AC) is known color: Deep Magenta. HEX triplet: B6, 00 and AC. RGB value is (182,0,172). Sum of RGB (Red+Green+Blue) = 182+0+172=354 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.41% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 182 - color contains mainly: red. Hex color #B600AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B600AC is #49FF53. Grayscale: #494949. Windows color (decimal): -4849492 or 11272374. OLE color: 11272374.
HSL color Cylindrical-coordinate representation of color #B600AC: hue angle of 303.3º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B600AC is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 0 | 172 | - |
| CMYK | 0 | 1 | 0.05 | 0.29 |
| HSL | 303.3º | 1% | 0.36% | - |
| HSV(B) | 303.3º | 1% | 0.71% | - |
| XYZ | 26.74 | 12.92 | 40.12 | - |
| YUV | 74.03 | 183.3 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 0 | 172 | 0 | 1 | 0.05 | 0.29 | 303.3 | 1 | 0.36 |
| Hex | B6 | 0 | AC | 0 | 64 | 5 | 1D | 12F | 64 | 24 |
| Octal | 266 | 0 | 254 | 0 | 144 | 5 | 35 | 457 | 144 | 44 |
| Binary | 10110110 | 0 | 10101100 | 0 | 1100100 | 101 | 11101 | 100101111 | 1100100 | 100100 |
Color Harmonies of #B600AC
Complementary color
Monochromatic Colors of #B600AC
Black with #B600AC
Text Example
Text Example
White with #B600AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B600AC; }
p { color: rgb(182,0,172); }
H1.HeaderClassName
{
color: #B600AC;
}
.AnyTagClassName
{
color: #B600AC;
}
</style>
background-color css
<style>
a { background-color: #B600AC; }
a { background-color: rgb(182,0,172); }
div.DivClassName
{
background-color: #B600AC;
}
.BgClassName
{
background-color: #B600AC;
}
</style>
border-color css
<style>
span { border-color: #B600AC; }
span { border-color: rgb(182,0,172); }
td.TdClassName
{
border-color: #B600AC;
}
.TagClassName
{
border-color: #B600AC;
}
</style>