Shades of Electric Purple #BD04F5
Tints of Electric Purple #BD04F5
RGB
CMYK
RGB Variations
Color information
#BD04F5 (or 0xBD04F5) is known color: Electric Purple. HEX triplet: BD, 04 and F5. RGB value is (189,4,245). Sum of RGB (Red+Green+Blue) = 189+4+245=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 4 (1.95% from 255 or 0.91% from 438); Blue value is 245 (96.09% from 255 or 55.94% from 438); Max value from RGB is 245 - color contains mainly: blue. Hex color #BD04F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD04F5 is #42FB0A. Grayscale: #565656. Windows color (decimal): -4389643 or 16057533. OLE color: 16057533.
HSL color Cylindrical-coordinate representation of color #BD04F5: hue angle of 286.06º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD04F5 is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 4 | 245 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.04 |
| HSL | 286.06º | 0.97% | 0.49% | - |
| HSV(B) | 286.06º | 0.98% | 0.96% | - |
| XYZ | 37.51 | 17.5 | 87.79 | - |
| YUV | 86.79 | 217.29 | 200.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 4 | 245 | 0.23 | 0.98 | 0 | 0.04 | 286.06 | 0.97 | 0.49 |
| Hex | BD | 4 | F5 | 17 | 62 | 0 | 4 | 11E | 61 | 31 |
| Octal | 275 | 4 | 365 | 27 | 142 | 0 | 4 | 436 | 141 | 61 |
| Binary | 10111101 | 100 | 11110101 | 10111 | 1100010 | 0 | 100 | 100011110 | 1100001 | 110001 |
Color Harmonies of #BD04F5
Complementary color
Monochromatic Colors of #BD04F5
Black with #BD04F5
Text Example
Text Example
White with #BD04F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD04F5; }
p { color: rgb(189,4,245); }
H1.HeaderClassName
{
color: #BD04F5;
}
.AnyTagClassName
{
color: #BD04F5;
}
</style>
background-color css
<style>
a { background-color: #BD04F5; }
a { background-color: rgb(189,4,245); }
div.DivClassName
{
background-color: #BD04F5;
}
.BgClassName
{
background-color: #BD04F5;
}
</style>
border-color css
<style>
span { border-color: #BD04F5; }
span { border-color: rgb(189,4,245); }
td.TdClassName
{
border-color: #BD04F5;
}
.TagClassName
{
border-color: #BD04F5;
}
</style>