Shades of Electric Purple #B506DF
Tints of Electric Purple #B506DF
RGB
CMYK
RGB Variations
Color information
#B506DF (or 0xB506DF) is known color: Electric Purple. HEX triplet: B5, 06 and DF. RGB value is (181,6,223). Sum of RGB (Red+Green+Blue) = 181+6+223=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 6 (2.73% from 255 or 1.46% from 410); Blue value is 223 (87.5% from 255 or 54.39% from 410); Max value from RGB is 223 - color contains mainly: blue. Hex color #B506DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B506DF is #4AF920. Grayscale: #525252. Windows color (decimal): -4913441 or 14616245. OLE color: 14616245.
HSL color Cylindrical-coordinate representation of color #B506DF: hue angle of 288.39º degrees, saturation: 0.95, 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 #B506DF is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 6 | 223 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.13 |
| HSL | 288.39º | 0.95% | 0.45% | - |
| HSV(B) | 288.39º | 0.97% | 0.87% | - |
| XYZ | 32.44 | 15.28 | 71.05 | - |
| YUV | 83.06 | 206.98 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 6 | 223 | 0.19 | 0.97 | 0 | 0.13 | 288.39 | 0.95 | 0.45 |
| Hex | B5 | 6 | DF | 13 | 61 | 0 | D | 120 | 5F | 2D |
| Octal | 265 | 6 | 337 | 23 | 141 | 0 | 15 | 440 | 137 | 55 |
| Binary | 10110101 | 110 | 11011111 | 10011 | 1100001 | 0 | 1101 | 100100000 | 1011111 | 101101 |
Color Harmonies of #B506DF
Complementary color
Monochromatic Colors of #B506DF
Black with #B506DF
Text Example
Text Example
White with #B506DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B506DF; }
p { color: rgb(181,6,223); }
H1.HeaderClassName
{
color: #B506DF;
}
.AnyTagClassName
{
color: #B506DF;
}
</style>
background-color css
<style>
a { background-color: #B506DF; }
a { background-color: rgb(181,6,223); }
div.DivClassName
{
background-color: #B506DF;
}
.BgClassName
{
background-color: #B506DF;
}
</style>
border-color css
<style>
span { border-color: #B506DF; }
span { border-color: rgb(181,6,223); }
td.TdClassName
{
border-color: #B506DF;
}
.TagClassName
{
border-color: #B506DF;
}
</style>