Shades of Deep Magenta #B603C2
Tints of Deep Magenta #B603C2
RGB
CMYK
RGB Variations
Color information
#B603C2 (or 0xB603C2) is known color: Deep Magenta. HEX triplet: B6, 03 and C2. RGB value is (182,3,194). Sum of RGB (Red+Green+Blue) = 182+3+194=379 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.02% from 379); Green value is 3 (1.56% from 255 or 0.79% from 379); Blue value is 194 (76.17% from 255 or 51.19% from 379); Max value from RGB is 194 - color contains mainly: blue. Hex color #B603C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B603C2 is #49FC3D. Grayscale: #4D4D4D. Windows color (decimal): -4848702 or 12714934. OLE color: 12714934.
HSL color Cylindrical-coordinate representation of color #B603C2: hue angle of 296.23º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B603C2 is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 3 | 194 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.24 |
| HSL | 296.23º | 0.97% | 0.39% | - |
| HSV(B) | 296.23º | 0.98% | 0.76% | - |
| XYZ | 29.06 | 13.91 | 52.19 | - |
| YUV | 78.3 | 193.3 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 3 | 194 | 0.06 | 0.98 | 0 | 0.24 | 296.23 | 0.97 | 0.39 |
| Hex | B6 | 3 | C2 | 6 | 62 | 0 | 18 | 128 | 61 | 27 |
| Octal | 266 | 3 | 302 | 6 | 142 | 0 | 30 | 450 | 141 | 47 |
| Binary | 10110110 | 11 | 11000010 | 110 | 1100010 | 0 | 11000 | 100101000 | 1100001 | 100111 |
Color Harmonies of #B603C2
Complementary color
Monochromatic Colors of #B603C2
Black with #B603C2
Text Example
Text Example
White with #B603C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B603C2; }
p { color: rgb(182,3,194); }
H1.HeaderClassName
{
color: #B603C2;
}
.AnyTagClassName
{
color: #B603C2;
}
</style>
background-color css
<style>
a { background-color: #B603C2; }
a { background-color: rgb(182,3,194); }
div.DivClassName
{
background-color: #B603C2;
}
.BgClassName
{
background-color: #B603C2;
}
</style>
border-color css
<style>
span { border-color: #B603C2; }
span { border-color: rgb(182,3,194); }
td.TdClassName
{
border-color: #B603C2;
}
.TagClassName
{
border-color: #B603C2;
}
</style>