Shades of Deep Magenta #B102B0
Tints of Deep Magenta #B102B0
RGB
CMYK
RGB Variations
Color information
#B102B0 (or 0xB102B0) is known color: Deep Magenta. HEX triplet: B1, 02 and B0. RGB value is (177,2,176). Sum of RGB (Red+Green+Blue) = 177+2+176=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 2 (1.17% from 255 or 0.56% from 355); Blue value is 176 (69.14% from 255 or 49.58% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B102B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B102B0 is #4EFD4F. Grayscale: #494949. Windows color (decimal): -5176656 or 11535025. OLE color: 11535025.
HSL color Cylindrical-coordinate representation of color #B102B0: hue angle of 300.34º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B102B0 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 2 | 176 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.31 |
| HSL | 300.34º | 0.98% | 0.35% | - |
| HSV(B) | 300.34º | 0.99% | 0.69% | - |
| XYZ | 25.99 | 12.53 | 42.12 | - |
| YUV | 74.16 | 185.48 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 2 | 176 | 0 | 0.99 | 0.01 | 0.31 | 300.34 | 0.98 | 0.35 |
| Hex | B1 | 2 | B0 | 0 | 63 | 1 | 1F | 12C | 62 | 23 |
| Octal | 261 | 2 | 260 | 0 | 143 | 1 | 37 | 454 | 142 | 43 |
| Binary | 10110001 | 10 | 10110000 | 0 | 1100011 | 1 | 11111 | 100101100 | 1100010 | 100011 |
Color Harmonies of #B102B0
Complementary color
Monochromatic Colors of #B102B0
Black with #B102B0
Text Example
Text Example
White with #B102B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B102B0; }
p { color: rgb(177,2,176); }
H1.HeaderClassName
{
color: #B102B0;
}
.AnyTagClassName
{
color: #B102B0;
}
</style>
background-color css
<style>
a { background-color: #B102B0; }
a { background-color: rgb(177,2,176); }
div.DivClassName
{
background-color: #B102B0;
}
.BgClassName
{
background-color: #B102B0;
}
</style>
border-color css
<style>
span { border-color: #B102B0; }
span { border-color: rgb(177,2,176); }
td.TdClassName
{
border-color: #B102B0;
}
.TagClassName
{
border-color: #B102B0;
}
</style>