Shades of Deep Magenta #B603BA
Tints of Deep Magenta #B603BA
RGB
CMYK
RGB Variations
Color information
#B603BA (or 0xB603BA) is known color: Deep Magenta. HEX triplet: B6, 03 and BA. RGB value is (182,3,186). Sum of RGB (Red+Green+Blue) = 182+3+186=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 3 (1.56% from 255 or 0.81% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #B603BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B603BA is #49FC45. Grayscale: #4C4C4C. Windows color (decimal): -4848710 or 12190646. OLE color: 12190646.
HSL color Cylindrical-coordinate representation of color #B603BA: hue angle of 298.69º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B603BA is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 3 | 186 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.27 |
| HSL | 298.69º | 0.97% | 0.37% | - |
| HSV(B) | 298.69º | 0.98% | 0.73% | - |
| XYZ | 28.19 | 13.56 | 47.59 | - |
| YUV | 77.38 | 189.3 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 3 | 186 | 0.02 | 0.98 | 0 | 0.27 | 298.69 | 0.97 | 0.37 |
| Hex | B6 | 3 | BA | 2 | 62 | 0 | 1B | 12B | 61 | 25 |
| Octal | 266 | 3 | 272 | 2 | 142 | 0 | 33 | 453 | 141 | 45 |
| Binary | 10110110 | 11 | 10111010 | 10 | 1100010 | 0 | 11011 | 100101011 | 1100001 | 100101 |
Color Harmonies of #B603BA
Complementary color
Monochromatic Colors of #B603BA
Black with #B603BA
Text Example
Text Example
White with #B603BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B603BA; }
p { color: rgb(182,3,186); }
H1.HeaderClassName
{
color: #B603BA;
}
.AnyTagClassName
{
color: #B603BA;
}
</style>
background-color css
<style>
a { background-color: #B603BA; }
a { background-color: rgb(182,3,186); }
div.DivClassName
{
background-color: #B603BA;
}
.BgClassName
{
background-color: #B603BA;
}
</style>
border-color css
<style>
span { border-color: #B603BA; }
span { border-color: rgb(182,3,186); }
td.TdClassName
{
border-color: #B603BA;
}
.TagClassName
{
border-color: #B603BA;
}
</style>