Shades of Electric Purple #BD03F5
Tints of Electric Purple #BD03F5
RGB
CMYK
RGB Variations
Color information
#BD03F5 (or 0xBD03F5) is known color: Electric Purple. HEX triplet: BD, 03 and F5. RGB value is (189,3,245). Sum of RGB (Red+Green+Blue) = 189+3+245=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 3 (1.56% from 255 or 0.69% from 437); Blue value is 245 (96.09% from 255 or 56.06% from 437); Max value from RGB is 245 - color contains mainly: blue. Hex color #BD03F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD03F5 is #42FC0A. Grayscale: #555555. Windows color (decimal): -4389899 or 16057277. OLE color: 16057277.
HSL color Cylindrical-coordinate representation of color #BD03F5: hue angle of 286.12º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD03F5 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 3 | 245 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.04 |
| HSL | 286.12º | 0.98% | 0.49% | - |
| HSV(B) | 286.12º | 0.99% | 0.96% | - |
| XYZ | 37.5 | 17.48 | 87.78 | - |
| YUV | 86.2 | 217.62 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 3 | 245 | 0.23 | 0.99 | 0 | 0.04 | 286.12 | 0.98 | 0.49 |
| Hex | BD | 3 | F5 | 17 | 63 | 0 | 4 | 11E | 62 | 31 |
| Octal | 275 | 3 | 365 | 27 | 143 | 0 | 4 | 436 | 142 | 61 |
| Binary | 10111101 | 11 | 11110101 | 10111 | 1100011 | 0 | 100 | 100011110 | 1100010 | 110001 |
Color Harmonies of #BD03F5
Complementary color
Monochromatic Colors of #BD03F5
Black with #BD03F5
Text Example
Text Example
White with #BD03F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD03F5; }
p { color: rgb(189,3,245); }
H1.HeaderClassName
{
color: #BD03F5;
}
.AnyTagClassName
{
color: #BD03F5;
}
</style>
background-color css
<style>
a { background-color: #BD03F5; }
a { background-color: rgb(189,3,245); }
div.DivClassName
{
background-color: #BD03F5;
}
.BgClassName
{
background-color: #BD03F5;
}
</style>
border-color css
<style>
span { border-color: #BD03F5; }
span { border-color: rgb(189,3,245); }
td.TdClassName
{
border-color: #BD03F5;
}
.TagClassName
{
border-color: #BD03F5;
}
</style>