Shades of Electric Purple #B507DF
Tints of Electric Purple #B507DF
RGB
CMYK
RGB Variations
Color information
#B507DF (or 0xB507DF) is known color: Electric Purple. HEX triplet: B5, 07 and DF. RGB value is (181,7,223). Sum of RGB (Red+Green+Blue) = 181+7+223=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 7 (3.12% from 255 or 1.70% from 411); Blue value is 223 (87.5% from 255 or 54.26% from 411); Max value from RGB is 223 - color contains mainly: blue. Hex color #B507DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B507DF is #4AF820. Grayscale: #525252. Windows color (decimal): -4913185 or 14616501. OLE color: 14616501.
HSL color Cylindrical-coordinate representation of color #B507DF: hue angle of 288.33º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B507DF is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 7 | 223 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.13 |
| HSL | 288.33º | 0.94% | 0.45% | - |
| HSV(B) | 288.33º | 0.97% | 0.87% | - |
| XYZ | 32.45 | 15.3 | 71.06 | - |
| YUV | 83.65 | 206.65 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 7 | 223 | 0.19 | 0.97 | 0 | 0.13 | 288.33 | 0.94 | 0.45 |
| Hex | B5 | 7 | DF | 13 | 61 | 0 | D | 120 | 5E | 2D |
| Octal | 265 | 7 | 337 | 23 | 141 | 0 | 15 | 440 | 136 | 55 |
| Binary | 10110101 | 111 | 11011111 | 10011 | 1100001 | 0 | 1101 | 100100000 | 1011110 | 101101 |
Color Harmonies of #B507DF
Complementary color
Monochromatic Colors of #B507DF
Black with #B507DF
Text Example
Text Example
White with #B507DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B507DF; }
p { color: rgb(181,7,223); }
H1.HeaderClassName
{
color: #B507DF;
}
.AnyTagClassName
{
color: #B507DF;
}
</style>
background-color css
<style>
a { background-color: #B507DF; }
a { background-color: rgb(181,7,223); }
div.DivClassName
{
background-color: #B507DF;
}
.BgClassName
{
background-color: #B507DF;
}
</style>
border-color css
<style>
span { border-color: #B507DF; }
span { border-color: rgb(181,7,223); }
td.TdClassName
{
border-color: #B507DF;
}
.TagClassName
{
border-color: #B507DF;
}
</style>