Shades of Deep Magenta #B102AF
Tints of Deep Magenta #B102AF
RGB
CMYK
RGB Variations
Color information
#B102AF (or 0xB102AF) is known color: Deep Magenta. HEX triplet: B1, 02 and AF. RGB value is (177,2,175). Sum of RGB (Red+Green+Blue) = 177+2+175=354 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50% from 354); Green value is 2 (1.17% from 255 or 0.56% from 354); Blue value is 175 (68.75% from 255 or 49.44% from 354); Max value from RGB is 177 - color contains mainly: red. Hex color #B102AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B102AF is #4EFD50. Grayscale: #494949. Windows color (decimal): -5176657 or 11469489. OLE color: 11469489.
HSL color Cylindrical-coordinate representation of color #B102AF: hue angle of 300.69º 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 #B102AF is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 2 | 175 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.31 |
| HSL | 300.69º | 0.98% | 0.35% | - |
| HSV(B) | 300.69º | 0.99% | 0.69% | - |
| XYZ | 25.89 | 12.49 | 41.6 | - |
| YUV | 74.05 | 184.98 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 2 | 175 | 0 | 0.99 | 0.01 | 0.31 | 300.69 | 0.98 | 0.35 |
| Hex | B1 | 2 | AF | 0 | 63 | 1 | 1F | 12D | 62 | 23 |
| Octal | 261 | 2 | 257 | 0 | 143 | 1 | 37 | 455 | 142 | 43 |
| Binary | 10110001 | 10 | 10101111 | 0 | 1100011 | 1 | 11111 | 100101101 | 1100010 | 100011 |
Color Harmonies of #B102AF
Complementary color
Monochromatic Colors of #B102AF
Black with #B102AF
Text Example
Text Example
White with #B102AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B102AF; }
p { color: rgb(177,2,175); }
H1.HeaderClassName
{
color: #B102AF;
}
.AnyTagClassName
{
color: #B102AF;
}
</style>
background-color css
<style>
a { background-color: #B102AF; }
a { background-color: rgb(177,2,175); }
div.DivClassName
{
background-color: #B102AF;
}
.BgClassName
{
background-color: #B102AF;
}
</style>
border-color css
<style>
span { border-color: #B102AF; }
span { border-color: rgb(177,2,175); }
td.TdClassName
{
border-color: #B102AF;
}
.TagClassName
{
border-color: #B102AF;
}
</style>