Shades of Deep Magenta #B502BF
Tints of Deep Magenta #B502BF
RGB
CMYK
RGB Variations
Color information
#B502BF (or 0xB502BF) is known color: Deep Magenta. HEX triplet: B5, 02 and BF. RGB value is (181,2,191). Sum of RGB (Red+Green+Blue) = 181+2+191=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 2 (1.17% from 255 or 0.53% from 374); Blue value is 191 (75% from 255 or 51.07% from 374); Max value from RGB is 191 - color contains mainly: blue. Hex color #B502BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B502BF is #4AFD40. Grayscale: #4C4C4C. Windows color (decimal): -4914497 or 12518069. OLE color: 12518069.
HSL color Cylindrical-coordinate representation of color #B502BF: hue angle of 296.83º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B502BF is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 2 | 191 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.25 |
| HSL | 296.83º | 0.98% | 0.38% | - |
| HSV(B) | 296.83º | 0.99% | 0.75% | - |
| XYZ | 28.48 | 13.63 | 50.42 | - |
| YUV | 77.07 | 192.3 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 2 | 191 | 0.05 | 0.99 | 0 | 0.25 | 296.83 | 0.98 | 0.38 |
| Hex | B5 | 2 | BF | 5 | 63 | 0 | 19 | 129 | 62 | 26 |
| Octal | 265 | 2 | 277 | 5 | 143 | 0 | 31 | 451 | 142 | 46 |
| Binary | 10110101 | 10 | 10111111 | 101 | 1100011 | 0 | 11001 | 100101001 | 1100010 | 100110 |
Color Harmonies of #B502BF
Complementary color
Monochromatic Colors of #B502BF
Black with #B502BF
Text Example
Text Example
White with #B502BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B502BF; }
p { color: rgb(181,2,191); }
H1.HeaderClassName
{
color: #B502BF;
}
.AnyTagClassName
{
color: #B502BF;
}
</style>
background-color css
<style>
a { background-color: #B502BF; }
a { background-color: rgb(181,2,191); }
div.DivClassName
{
background-color: #B502BF;
}
.BgClassName
{
background-color: #B502BF;
}
</style>
border-color css
<style>
span { border-color: #B502BF; }
span { border-color: rgb(181,2,191); }
td.TdClassName
{
border-color: #B502BF;
}
.TagClassName
{
border-color: #B502BF;
}
</style>