Shades of Electric Purple #BD03F2
Tints of Electric Purple #BD03F2
RGB
CMYK
RGB Variations
Color information
#BD03F2 (or 0xBD03F2) is known color: Electric Purple. HEX triplet: BD, 03 and F2. RGB value is (189,3,242). Sum of RGB (Red+Green+Blue) = 189+3+242=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 3 (1.56% from 255 or 0.69% from 434); Blue value is 242 (94.92% from 255 or 55.76% from 434); Max value from RGB is 242 - color contains mainly: blue. Hex color #BD03F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD03F2 is #42FC0D. Grayscale: #555555. Windows color (decimal): -4389902 or 15860669. OLE color: 15860669.
HSL color Cylindrical-coordinate representation of color #BD03F2: hue angle of 286.69º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD03F2 is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 3 | 242 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.05 |
| HSL | 286.69º | 0.98% | 0.48% | - |
| HSV(B) | 286.69º | 0.99% | 0.95% | - |
| XYZ | 37.05 | 17.29 | 85.39 | - |
| YUV | 85.86 | 216.12 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 3 | 242 | 0.22 | 0.99 | 0 | 0.05 | 286.69 | 0.98 | 0.48 |
| Hex | BD | 3 | F2 | 16 | 63 | 0 | 5 | 11F | 62 | 30 |
| Octal | 275 | 3 | 362 | 26 | 143 | 0 | 5 | 437 | 142 | 60 |
| Binary | 10111101 | 11 | 11110010 | 10110 | 1100011 | 0 | 101 | 100011111 | 1100010 | 110000 |
Color Harmonies of #BD03F2
Complementary color
Monochromatic Colors of #BD03F2
Black with #BD03F2
Text Example
Text Example
White with #BD03F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD03F2; }
p { color: rgb(189,3,242); }
H1.HeaderClassName
{
color: #BD03F2;
}
.AnyTagClassName
{
color: #BD03F2;
}
</style>
background-color css
<style>
a { background-color: #BD03F2; }
a { background-color: rgb(189,3,242); }
div.DivClassName
{
background-color: #BD03F2;
}
.BgClassName
{
background-color: #BD03F2;
}
</style>
border-color css
<style>
span { border-color: #BD03F2; }
span { border-color: rgb(189,3,242); }
td.TdClassName
{
border-color: #BD03F2;
}
.TagClassName
{
border-color: #BD03F2;
}
</style>