Shades of Deep Magenta #B105B2
Tints of Deep Magenta #B105B2
RGB
CMYK
RGB Variations
Color information
#B105B2 (or 0xB105B2) is known color: Deep Magenta. HEX triplet: B1, 05 and B2. RGB value is (177,5,178). Sum of RGB (Red+Green+Blue) = 177+5+178=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 5 (2.34% from 255 or 1.39% from 360); Blue value is 178 (69.92% from 255 or 49.44% from 360); Max value from RGB is 178 - color contains mainly: blue. Hex color #B105B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B105B2 is #4EFA4D. Grayscale: #4B4B4B. Windows color (decimal): -5175886 or 11666865. OLE color: 11666865.
HSL color Cylindrical-coordinate representation of color #B105B2: hue angle of 299.65º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B105B2 is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 177 | 5 | 178 | - |
| CMYK | 0.01 | 0.97 | 0 | 0.30 |
| HSL | 299.65º | 0.95% | 0.36% | - |
| HSV(B) | 299.65º | 0.97% | 0.7% | - |
| XYZ | 26.22 | 12.67 | 43.18 | - |
| YUV | 76.15 | 185.48 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 5 | 178 | 0.01 | 0.97 | 0 | 0.30 | 299.65 | 0.95 | 0.36 |
| Hex | B1 | 5 | B2 | 1 | 61 | 0 | 1E | 12C | 5F | 24 |
| Octal | 261 | 5 | 262 | 1 | 141 | 0 | 36 | 454 | 137 | 44 |
| Binary | 10110001 | 101 | 10110010 | 1 | 1100001 | 0 | 11110 | 100101100 | 1011111 | 100100 |
Color Harmonies of #B105B2
Complementary color
Monochromatic Colors of #B105B2
Black with #B105B2
Text Example
Text Example
White with #B105B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B105B2; }
p { color: rgb(177,5,178); }
H1.HeaderClassName
{
color: #B105B2;
}
.AnyTagClassName
{
color: #B105B2;
}
</style>
background-color css
<style>
a { background-color: #B105B2; }
a { background-color: rgb(177,5,178); }
div.DivClassName
{
background-color: #B105B2;
}
.BgClassName
{
background-color: #B105B2;
}
</style>
border-color css
<style>
span { border-color: #B105B2; }
span { border-color: rgb(177,5,178); }
td.TdClassName
{
border-color: #B105B2;
}
.TagClassName
{
border-color: #B105B2;
}
</style>