Shades of Electric Purple #B504DF
Tints of Electric Purple #B504DF
RGB
CMYK
RGB Variations
Color information
#B504DF (or 0xB504DF) is known color: Electric Purple. HEX triplet: B5, 04 and DF. RGB value is (181,4,223). Sum of RGB (Red+Green+Blue) = 181+4+223=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 4 (1.95% from 255 or 0.98% from 408); Blue value is 223 (87.5% from 255 or 54.66% from 408); Max value from RGB is 223 - color contains mainly: blue. Hex color #B504DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B504DF is #4AFB20. Grayscale: #515151. Windows color (decimal): -4913953 or 14615733. OLE color: 14615733.
HSL color Cylindrical-coordinate representation of color #B504DF: hue angle of 288.49º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B504DF is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 4 | 223 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.13 |
| HSL | 288.49º | 0.96% | 0.45% | - |
| HSV(B) | 288.49º | 0.98% | 0.87% | - |
| XYZ | 32.42 | 15.24 | 71.04 | - |
| YUV | 81.89 | 207.64 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 4 | 223 | 0.19 | 0.98 | 0 | 0.13 | 288.49 | 0.96 | 0.45 |
| Hex | B5 | 4 | DF | 13 | 62 | 0 | D | 120 | 60 | 2D |
| Octal | 265 | 4 | 337 | 23 | 142 | 0 | 15 | 440 | 140 | 55 |
| Binary | 10110101 | 100 | 11011111 | 10011 | 1100010 | 0 | 1101 | 100100000 | 1100000 | 101101 |
Color Harmonies of #B504DF
Complementary color
Monochromatic Colors of #B504DF
Black with #B504DF
Text Example
Text Example
White with #B504DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B504DF; }
p { color: rgb(181,4,223); }
H1.HeaderClassName
{
color: #B504DF;
}
.AnyTagClassName
{
color: #B504DF;
}
</style>
background-color css
<style>
a { background-color: #B504DF; }
a { background-color: rgb(181,4,223); }
div.DivClassName
{
background-color: #B504DF;
}
.BgClassName
{
background-color: #B504DF;
}
</style>
border-color css
<style>
span { border-color: #B504DF; }
span { border-color: rgb(181,4,223); }
td.TdClassName
{
border-color: #B504DF;
}
.TagClassName
{
border-color: #B504DF;
}
</style>