Shades of Deep Magenta #B602BD
Tints of Deep Magenta #B602BD
RGB
CMYK
RGB Variations
Color information
#B602BD (or 0xB602BD) is known color: Deep Magenta. HEX triplet: B6, 02 and BD. RGB value is (182,2,189). Sum of RGB (Red+Green+Blue) = 182+2+189=373 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.79% from 373); Green value is 2 (1.17% from 255 or 0.54% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #B602BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B602BD is #49FD42. Grayscale: #4C4C4C. Windows color (decimal): -4848963 or 12386998. OLE color: 12386998.
HSL color Cylindrical-coordinate representation of color #B602BD: hue angle of 297.75º 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 #B602BD is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 2 | 189 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.26 |
| HSL | 297.75º | 0.98% | 0.37% | - |
| HSV(B) | 297.75º | 0.99% | 0.74% | - |
| XYZ | 28.5 | 13.66 | 49.28 | - |
| YUV | 77.14 | 191.13 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 2 | 189 | 0.04 | 0.99 | 0 | 0.26 | 297.75 | 0.98 | 0.37 |
| Hex | B6 | 2 | BD | 4 | 63 | 0 | 1A | 12A | 62 | 25 |
| Octal | 266 | 2 | 275 | 4 | 143 | 0 | 32 | 452 | 142 | 45 |
| Binary | 10110110 | 10 | 10111101 | 100 | 1100011 | 0 | 11010 | 100101010 | 1100010 | 100101 |
Color Harmonies of #B602BD
Complementary color
Monochromatic Colors of #B602BD
Black with #B602BD
Text Example
Text Example
White with #B602BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B602BD; }
p { color: rgb(182,2,189); }
H1.HeaderClassName
{
color: #B602BD;
}
.AnyTagClassName
{
color: #B602BD;
}
</style>
background-color css
<style>
a { background-color: #B602BD; }
a { background-color: rgb(182,2,189); }
div.DivClassName
{
background-color: #B602BD;
}
.BgClassName
{
background-color: #B602BD;
}
</style>
border-color css
<style>
span { border-color: #B602BD; }
span { border-color: rgb(182,2,189); }
td.TdClassName
{
border-color: #B602BD;
}
.TagClassName
{
border-color: #B602BD;
}
</style>