Shades of Deep Magenta #B600BC
Tints of Deep Magenta #B600BC
RGB
CMYK
RGB Variations
Color information
#B600BC (or 0xB600BC) is known color: Deep Magenta. HEX triplet: B6, 00 and BC. RGB value is (182,0,188). Sum of RGB (Red+Green+Blue) = 182+0+188=370 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.19% from 370); Green value is 0 (0.39% from 255 or 0% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #B600BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B600BC is #49FF43. Grayscale: #4B4B4B. Windows color (decimal): -4849476 or 12320950. OLE color: 12320950.
HSL color Cylindrical-coordinate representation of color #B600BC: hue angle of 298.09º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B600BC is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 0 | 188 | - |
| CMYK | 0.03 | 1 | 0 | 0.26 |
| HSL | 298.09º | 1% | 0.37% | - |
| HSV(B) | 298.09º | 1% | 0.74% | - |
| XYZ | 28.37 | 13.58 | 48.7 | - |
| YUV | 75.85 | 191.3 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 0 | 188 | 0.03 | 1 | 0 | 0.26 | 298.09 | 1 | 0.37 |
| Hex | B6 | 0 | BC | 3 | 64 | 0 | 1A | 12A | 64 | 25 |
| Octal | 266 | 0 | 274 | 3 | 144 | 0 | 32 | 452 | 144 | 45 |
| Binary | 10110110 | 0 | 10111100 | 11 | 1100100 | 0 | 11010 | 100101010 | 1100100 | 100101 |
Color Harmonies of #B600BC
Complementary color
Monochromatic Colors of #B600BC
Black with #B600BC
Text Example
Text Example
White with #B600BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B600BC; }
p { color: rgb(182,0,188); }
H1.HeaderClassName
{
color: #B600BC;
}
.AnyTagClassName
{
color: #B600BC;
}
</style>
background-color css
<style>
a { background-color: #B600BC; }
a { background-color: rgb(182,0,188); }
div.DivClassName
{
background-color: #B600BC;
}
.BgClassName
{
background-color: #B600BC;
}
</style>
border-color css
<style>
span { border-color: #B600BC; }
span { border-color: rgb(182,0,188); }
td.TdClassName
{
border-color: #B600BC;
}
.TagClassName
{
border-color: #B600BC;
}
</style>