Shades of Deep Magenta #B103BD
Tints of Deep Magenta #B103BD
RGB
CMYK
RGB Variations
Color information
#B103BD (or 0xB103BD) is known color: Deep Magenta. HEX triplet: B1, 03 and BD. RGB value is (177,3,189). Sum of RGB (Red+Green+Blue) = 177+3+189=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 3 (1.56% from 255 or 0.81% from 369); Blue value is 189 (74.22% from 255 or 51.22% from 369); Max value from RGB is 189 - color contains mainly: blue. Hex color #B103BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B103BD is #4EFC42. Grayscale: #4B4B4B. Windows color (decimal): -5176387 or 12387249. OLE color: 12387249.
HSL color Cylindrical-coordinate representation of color #B103BD: hue angle of 296.13º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B103BD is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 3 | 189 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.26 |
| HSL | 296.13º | 0.97% | 0.38% | - |
| HSV(B) | 296.13º | 0.98% | 0.74% | - |
| XYZ | 27.35 | 13.09 | 49.23 | - |
| YUV | 76.23 | 191.65 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 3 | 189 | 0.06 | 0.98 | 0 | 0.26 | 296.13 | 0.97 | 0.38 |
| Hex | B1 | 3 | BD | 6 | 62 | 0 | 1A | 128 | 61 | 26 |
| Octal | 261 | 3 | 275 | 6 | 142 | 0 | 32 | 450 | 141 | 46 |
| Binary | 10110001 | 11 | 10111101 | 110 | 1100010 | 0 | 11010 | 100101000 | 1100001 | 100110 |
Color Harmonies of #B103BD
Complementary color
Monochromatic Colors of #B103BD
Black with #B103BD
Text Example
Text Example
White with #B103BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B103BD; }
p { color: rgb(177,3,189); }
H1.HeaderClassName
{
color: #B103BD;
}
.AnyTagClassName
{
color: #B103BD;
}
</style>
background-color css
<style>
a { background-color: #B103BD; }
a { background-color: rgb(177,3,189); }
div.DivClassName
{
background-color: #B103BD;
}
.BgClassName
{
background-color: #B103BD;
}
</style>
border-color css
<style>
span { border-color: #B103BD; }
span { border-color: rgb(177,3,189); }
td.TdClassName
{
border-color: #B103BD;
}
.TagClassName
{
border-color: #B103BD;
}
</style>