Shades of Deep Magenta #B602BB
Tints of Deep Magenta #B602BB
RGB
CMYK
RGB Variations
Color information
#B602BB (or 0xB602BB) is known color: Deep Magenta. HEX triplet: B6, 02 and BB. RGB value is (182,2,187). Sum of RGB (Red+Green+Blue) = 182+2+187=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 2 (1.17% from 255 or 0.54% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #B602BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B602BB is #49FD44. Grayscale: #4C4C4C. Windows color (decimal): -4848965 or 12255926. OLE color: 12255926.
HSL color Cylindrical-coordinate representation of color #B602BB: hue angle of 298.38º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B602BB is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 2 | 187 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.27 |
| HSL | 298.38º | 0.98% | 0.37% | - |
| HSV(B) | 298.38º | 0.99% | 0.73% | - |
| XYZ | 28.28 | 13.58 | 48.14 | - |
| YUV | 76.91 | 190.13 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 2 | 187 | 0.03 | 0.99 | 0 | 0.27 | 298.38 | 0.98 | 0.37 |
| Hex | B6 | 2 | BB | 3 | 63 | 0 | 1B | 12A | 62 | 25 |
| Octal | 266 | 2 | 273 | 3 | 143 | 0 | 33 | 452 | 142 | 45 |
| Binary | 10110110 | 10 | 10111011 | 11 | 1100011 | 0 | 11011 | 100101010 | 1100010 | 100101 |
Color Harmonies of #B602BB
Complementary color
Monochromatic Colors of #B602BB
Black with #B602BB
Text Example
Text Example
White with #B602BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B602BB; }
p { color: rgb(182,2,187); }
H1.HeaderClassName
{
color: #B602BB;
}
.AnyTagClassName
{
color: #B602BB;
}
</style>
background-color css
<style>
a { background-color: #B602BB; }
a { background-color: rgb(182,2,187); }
div.DivClassName
{
background-color: #B602BB;
}
.BgClassName
{
background-color: #B602BB;
}
</style>
border-color css
<style>
span { border-color: #B602BB; }
span { border-color: rgb(182,2,187); }
td.TdClassName
{
border-color: #B602BB;
}
.TagClassName
{
border-color: #B602BB;
}
</style>