Shades of Electric Purple #BD04F2
Tints of Electric Purple #BD04F2
RGB
CMYK
RGB Variations
Color information
#BD04F2 (or 0xBD04F2) is known color: Electric Purple. HEX triplet: BD, 04 and F2. RGB value is (189,4,242). Sum of RGB (Red+Green+Blue) = 189+4+242=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 4 (1.95% from 255 or 0.92% from 435); Blue value is 242 (94.92% from 255 or 55.63% from 435); Max value from RGB is 242 - color contains mainly: blue. Hex color #BD04F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD04F2 is #42FB0D. Grayscale: #555555. Windows color (decimal): -4389646 or 15860925. OLE color: 15860925.
HSL color Cylindrical-coordinate representation of color #BD04F2: hue angle of 286.64º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD04F2 is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 4 | 242 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.05 |
| HSL | 286.64º | 0.97% | 0.48% | - |
| HSV(B) | 286.64º | 0.98% | 0.95% | - |
| XYZ | 37.06 | 17.32 | 85.39 | - |
| YUV | 86.45 | 215.79 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 4 | 242 | 0.22 | 0.98 | 0 | 0.05 | 286.64 | 0.97 | 0.48 |
| Hex | BD | 4 | F2 | 16 | 62 | 0 | 5 | 11F | 61 | 30 |
| Octal | 275 | 4 | 362 | 26 | 142 | 0 | 5 | 437 | 141 | 60 |
| Binary | 10111101 | 100 | 11110010 | 10110 | 1100010 | 0 | 101 | 100011111 | 1100001 | 110000 |
Color Harmonies of #BD04F2
Complementary color
Monochromatic Colors of #BD04F2
Black with #BD04F2
Text Example
Text Example
White with #BD04F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD04F2; }
p { color: rgb(189,4,242); }
H1.HeaderClassName
{
color: #BD04F2;
}
.AnyTagClassName
{
color: #BD04F2;
}
</style>
background-color css
<style>
a { background-color: #BD04F2; }
a { background-color: rgb(189,4,242); }
div.DivClassName
{
background-color: #BD04F2;
}
.BgClassName
{
background-color: #BD04F2;
}
</style>
border-color css
<style>
span { border-color: #BD04F2; }
span { border-color: rgb(189,4,242); }
td.TdClassName
{
border-color: #BD04F2;
}
.TagClassName
{
border-color: #BD04F2;
}
</style>