Shades of Deep Magenta #B520BF
Tints of Deep Magenta #B520BF
RGB
CMYK
RGB Variations
Color information
#B520BF (or 0xB520BF) is known color: Deep Magenta. HEX triplet: B5, 20 and BF. RGB value is (181,32,191). Sum of RGB (Red+Green+Blue) = 181+32+191=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 32 (12.89% from 255 or 7.92% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #B520BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B520BF is #4ADF40. Grayscale: #5E5E5E. Windows color (decimal): -4906817 or 12525749. OLE color: 12525749.
HSL color Cylindrical-coordinate representation of color #B520BF: hue angle of 296.23º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B520BF is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 32 | 191 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.25 |
| HSL | 296.23º | 0.71% | 0.44% | - |
| HSV(B) | 296.23º | 0.83% | 0.75% | - |
| XYZ | 28.98 | 14.62 | 50.58 | - |
| YUV | 94.68 | 182.36 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 191 | 0.05 | 0.83 | 0 | 0.25 | 296.23 | 0.71 | 0.44 |
| Hex | B5 | 20 | BF | 5 | 53 | 0 | 19 | 128 | 47 | 2C |
| Octal | 265 | 40 | 277 | 5 | 123 | 0 | 31 | 450 | 107 | 54 |
| Binary | 10110101 | 100000 | 10111111 | 101 | 1010011 | 0 | 11001 | 100101000 | 1000111 | 101100 |
Color Harmonies of #B520BF
Complementary color
Monochromatic Colors of #B520BF
Black with #B520BF
Text Example
Text Example
White with #B520BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B520BF; }
p { color: rgb(181,32,191); }
H1.HeaderClassName
{
color: #B520BF;
}
.AnyTagClassName
{
color: #B520BF;
}
</style>
background-color css
<style>
a { background-color: #B520BF; }
a { background-color: rgb(181,32,191); }
div.DivClassName
{
background-color: #B520BF;
}
.BgClassName
{
background-color: #B520BF;
}
</style>
border-color css
<style>
span { border-color: #B520BF; }
span { border-color: rgb(181,32,191); }
td.TdClassName
{
border-color: #B520BF;
}
.TagClassName
{
border-color: #B520BF;
}
</style>