Shades of Electric Purple #B40BDF
Tints of Electric Purple #B40BDF
RGB
CMYK
RGB Variations
Color information
#B40BDF (or 0xB40BDF) is known color: Electric Purple. HEX triplet: B4, 0B and DF. RGB value is (180,11,223). Sum of RGB (Red+Green+Blue) = 180+11+223=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 11 (4.69% from 255 or 2.66% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #B40BDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40BDF is #4BF420. Grayscale: #555555. Windows color (decimal): -4977697 or 14617524. OLE color: 14617524.
HSL color Cylindrical-coordinate representation of color #B40BDF: hue angle of 287.83º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B40BDF is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 11 | 223 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.13 |
| HSL | 287.83º | 0.91% | 0.46% | - |
| HSV(B) | 287.83º | 0.95% | 0.87% | - |
| XYZ | 32.26 | 15.27 | 71.06 | - |
| YUV | 85.7 | 205.49 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 11 | 223 | 0.19 | 0.95 | 0 | 0.13 | 287.83 | 0.91 | 0.46 |
| Hex | B4 | B | DF | 13 | 5F | 0 | D | 120 | 5B | 2E |
| Octal | 264 | 13 | 337 | 23 | 137 | 0 | 15 | 440 | 133 | 56 |
| Binary | 10110100 | 1011 | 11011111 | 10011 | 1011111 | 0 | 1101 | 100100000 | 1011011 | 101110 |
Color Harmonies of #B40BDF
Complementary color
Monochromatic Colors of #B40BDF
Black with #B40BDF
Text Example
Text Example
White with #B40BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40BDF; }
p { color: rgb(180,11,223); }
H1.HeaderClassName
{
color: #B40BDF;
}
.AnyTagClassName
{
color: #B40BDF;
}
</style>
background-color css
<style>
a { background-color: #B40BDF; }
a { background-color: rgb(180,11,223); }
div.DivClassName
{
background-color: #B40BDF;
}
.BgClassName
{
background-color: #B40BDF;
}
</style>
border-color css
<style>
span { border-color: #B40BDF; }
span { border-color: rgb(180,11,223); }
td.TdClassName
{
border-color: #B40BDF;
}
.TagClassName
{
border-color: #B40BDF;
}
</style>