Shades of Deep Magenta #B602BC
Tints of Deep Magenta #B602BC
RGB
CMYK
RGB Variations
Color information
#B602BC (or 0xB602BC) is known color: Deep Magenta. HEX triplet: B6, 02 and BC. RGB value is (182,2,188). Sum of RGB (Red+Green+Blue) = 182+2+188=372 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.92% from 372); Green value is 2 (1.17% from 255 or 0.54% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #B602BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B602BC is #49FD43. Grayscale: #4C4C4C. Windows color (decimal): -4848964 or 12321462. OLE color: 12321462.
HSL color Cylindrical-coordinate representation of color #B602BC: hue angle of 298.06º degrees, saturation: 0.98, 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 #B602BC is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 2 | 188 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.26 |
| HSL | 298.06º | 0.98% | 0.37% | - |
| HSV(B) | 298.06º | 0.99% | 0.74% | - |
| XYZ | 28.39 | 13.62 | 48.71 | - |
| YUV | 77.02 | 190.63 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 2 | 188 | 0.03 | 0.99 | 0 | 0.26 | 298.06 | 0.98 | 0.37 |
| Hex | B6 | 2 | BC | 3 | 63 | 0 | 1A | 12A | 62 | 25 |
| Octal | 266 | 2 | 274 | 3 | 143 | 0 | 32 | 452 | 142 | 45 |
| Binary | 10110110 | 10 | 10111100 | 11 | 1100011 | 0 | 11010 | 100101010 | 1100010 | 100101 |
Color Harmonies of #B602BC
Complementary color
Monochromatic Colors of #B602BC
Black with #B602BC
Text Example
Text Example
White with #B602BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B602BC; }
p { color: rgb(182,2,188); }
H1.HeaderClassName
{
color: #B602BC;
}
.AnyTagClassName
{
color: #B602BC;
}
</style>
background-color css
<style>
a { background-color: #B602BC; }
a { background-color: rgb(182,2,188); }
div.DivClassName
{
background-color: #B602BC;
}
.BgClassName
{
background-color: #B602BC;
}
</style>
border-color css
<style>
span { border-color: #B602BC; }
span { border-color: rgb(182,2,188); }
td.TdClassName
{
border-color: #B602BC;
}
.TagClassName
{
border-color: #B602BC;
}
</style>