Shades of Deep Magenta #B603B1
Tints of Deep Magenta #B603B1
RGB
CMYK
RGB Variations
Color information
#B603B1 (or 0xB603B1) is known color: Deep Magenta. HEX triplet: B6, 03 and B1. RGB value is (182,3,177). Sum of RGB (Red+Green+Blue) = 182+3+177=362 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.28% from 362); Green value is 3 (1.56% from 255 or 0.83% from 362); Blue value is 177 (69.53% from 255 or 48.90% from 362); Max value from RGB is 182 - color contains mainly: red. Hex color #B603B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B603B1 is #49FC4E. Grayscale: #4B4B4B. Windows color (decimal): -4848719 or 11600822. OLE color: 11600822.
HSL color Cylindrical-coordinate representation of color #B603B1: hue angle of 301.68º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B603B1 is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 3 | 177 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.29 |
| HSL | 301.68º | 0.97% | 0.36% | - |
| HSV(B) | 301.68º | 0.98% | 0.71% | - |
| XYZ | 27.26 | 13.18 | 42.7 | - |
| YUV | 76.36 | 184.8 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 3 | 177 | 0 | 0.98 | 0.03 | 0.29 | 301.68 | 0.97 | 0.36 |
| Hex | B6 | 3 | B1 | 0 | 62 | 3 | 1D | 12E | 61 | 24 |
| Octal | 266 | 3 | 261 | 0 | 142 | 3 | 35 | 456 | 141 | 44 |
| Binary | 10110110 | 11 | 10110001 | 0 | 1100010 | 11 | 11101 | 100101110 | 1100001 | 100100 |
Color Harmonies of #B603B1
Complementary color
Monochromatic Colors of #B603B1
Black with #B603B1
Text Example
Text Example
White with #B603B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B603B1; }
p { color: rgb(182,3,177); }
H1.HeaderClassName
{
color: #B603B1;
}
.AnyTagClassName
{
color: #B603B1;
}
</style>
background-color css
<style>
a { background-color: #B603B1; }
a { background-color: rgb(182,3,177); }
div.DivClassName
{
background-color: #B603B1;
}
.BgClassName
{
background-color: #B603B1;
}
</style>
border-color css
<style>
span { border-color: #B603B1; }
span { border-color: rgb(182,3,177); }
td.TdClassName
{
border-color: #B603B1;
}
.TagClassName
{
border-color: #B603B1;
}
</style>