Shades of Deep Magenta #B601BC
Tints of Deep Magenta #B601BC
RGB
CMYK
RGB Variations
Color information
#B601BC (or 0xB601BC) is known color: Deep Magenta. HEX triplet: B6, 01 and BC. RGB value is (182,1,188). Sum of RGB (Red+Green+Blue) = 182+1+188=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 1 (0.78% from 255 or 0.27% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #B601BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B601BC is #49FE43. Grayscale: #4B4B4B. Windows color (decimal): -4849220 or 12321206. OLE color: 12321206.
HSL color Cylindrical-coordinate representation of color #B601BC: hue angle of 298.07º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B601BC is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 1 | 188 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.26 |
| HSL | 298.07º | 0.99% | 0.37% | - |
| HSV(B) | 298.07º | 0.99% | 0.74% | - |
| XYZ | 28.38 | 13.6 | 48.71 | - |
| YUV | 76.44 | 190.97 | 203.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 1 | 188 | 0.03 | 0.99 | 0 | 0.26 | 298.07 | 0.99 | 0.37 |
| Hex | B6 | 1 | BC | 3 | 63 | 0 | 1A | 12A | 63 | 25 |
| Octal | 266 | 1 | 274 | 3 | 143 | 0 | 32 | 452 | 143 | 45 |
| Binary | 10110110 | 1 | 10111100 | 11 | 1100011 | 0 | 11010 | 100101010 | 1100011 | 100101 |
Color Harmonies of #B601BC
Complementary color
Monochromatic Colors of #B601BC
Black with #B601BC
Text Example
Text Example
White with #B601BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B601BC; }
p { color: rgb(182,1,188); }
H1.HeaderClassName
{
color: #B601BC;
}
.AnyTagClassName
{
color: #B601BC;
}
</style>
background-color css
<style>
a { background-color: #B601BC; }
a { background-color: rgb(182,1,188); }
div.DivClassName
{
background-color: #B601BC;
}
.BgClassName
{
background-color: #B601BC;
}
</style>
border-color css
<style>
span { border-color: #B601BC; }
span { border-color: rgb(182,1,188); }
td.TdClassName
{
border-color: #B601BC;
}
.TagClassName
{
border-color: #B601BC;
}
</style>