Shades of Deep Magenta #B603B0
Tints of Deep Magenta #B603B0
RGB
CMYK
RGB Variations
Color information
#B603B0 (or 0xB603B0) is known color: Deep Magenta. HEX triplet: B6, 03 and B0. RGB value is (182,3,176). Sum of RGB (Red+Green+Blue) = 182+3+176=361 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.42% from 361); Green value is 3 (1.56% from 255 or 0.83% from 361); Blue value is 176 (69.14% from 255 or 48.75% from 361); Max value from RGB is 182 - color contains mainly: red. Hex color #B603B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B603B0 is #49FC4F. Grayscale: #4B4B4B. Windows color (decimal): -4848720 or 11535286. OLE color: 11535286.
HSL color Cylindrical-coordinate representation of color #B603B0: hue angle of 302.01º 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 #B603B0 is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 3 | 176 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.29 |
| HSL | 302.01º | 0.97% | 0.36% | - |
| HSV(B) | 302.01º | 0.98% | 0.71% | - |
| XYZ | 27.16 | 13.14 | 42.18 | - |
| YUV | 76.24 | 184.3 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 3 | 176 | 0 | 0.98 | 0.03 | 0.29 | 302.01 | 0.97 | 0.36 |
| Hex | B6 | 3 | B0 | 0 | 62 | 3 | 1D | 12E | 61 | 24 |
| Octal | 266 | 3 | 260 | 0 | 142 | 3 | 35 | 456 | 141 | 44 |
| Binary | 10110110 | 11 | 10110000 | 0 | 1100010 | 11 | 11101 | 100101110 | 1100001 | 100100 |
Color Harmonies of #B603B0
Complementary color
Monochromatic Colors of #B603B0
Black with #B603B0
Text Example
Text Example
White with #B603B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B603B0; }
p { color: rgb(182,3,176); }
H1.HeaderClassName
{
color: #B603B0;
}
.AnyTagClassName
{
color: #B603B0;
}
</style>
background-color css
<style>
a { background-color: #B603B0; }
a { background-color: rgb(182,3,176); }
div.DivClassName
{
background-color: #B603B0;
}
.BgClassName
{
background-color: #B603B0;
}
</style>
border-color css
<style>
span { border-color: #B603B0; }
span { border-color: rgb(182,3,176); }
td.TdClassName
{
border-color: #B603B0;
}
.TagClassName
{
border-color: #B603B0;
}
</style>