Shades of Deep Magenta #B500B5
Tints of Deep Magenta #B500B5
RGB
CMYK
RGB Variations
Color information
#B500B5 (or 0xB500B5) is known color: Deep Magenta. HEX triplet: B5, 00 and B5. RGB value is (181,0,181). Sum of RGB (Red+Green+Blue) = 181+0+181=362 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 181 (71.09% from 255 or 50% from 362); Max value from RGB is 181 - color contains mainly: red, blue. Hex color #B500B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B500B5 is #4AFF4A. Grayscale: #4A4A4A. Windows color (decimal): -4915019 or 11862197. OLE color: 11862197.
HSL color Cylindrical-coordinate representation of color #B500B5: hue angle of 300º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B500B5 is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 0 | 181 | - |
| CMYK | 0 | 1 | 0 | 0.29 |
| HSL | 300º | 1% | 0.35% | - |
| HSV(B) | 300º | 1% | 0.71% | - |
| XYZ | 27.4 | 13.16 | 44.81 | - |
| YUV | 74.75 | 187.97 | 203.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 0 | 181 | 0 | 1 | 0 | 0.29 | 300 | 1 | 0.35 |
| Hex | B5 | 0 | B5 | 0 | 64 | 0 | 1D | 12C | 64 | 23 |
| Octal | 265 | 0 | 265 | 0 | 144 | 0 | 35 | 454 | 144 | 43 |
| Binary | 10110101 | 0 | 10110101 | 0 | 1100100 | 0 | 11101 | 100101100 | 1100100 | 100011 |
Color Harmonies of #B500B5
Complementary color
Monochromatic Colors of #B500B5
Black with #B500B5
Text Example
Text Example
White with #B500B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B500B5; }
p { color: rgb(181,0,181); }
H1.HeaderClassName
{
color: #B500B5;
}
.AnyTagClassName
{
color: #B500B5;
}
</style>
background-color css
<style>
a { background-color: #B500B5; }
a { background-color: rgb(181,0,181); }
div.DivClassName
{
background-color: #B500B5;
}
.BgClassName
{
background-color: #B500B5;
}
</style>
border-color css
<style>
span { border-color: #B500B5; }
span { border-color: rgb(181,0,181); }
td.TdClassName
{
border-color: #B500B5;
}
.TagClassName
{
border-color: #B500B5;
}
</style>