Shades of Electric Purple #BD03FE
Tints of Electric Purple #BD03FE
RGB
CMYK
RGB Variations
Color information
#BD03FE (or 0xBD03FE) is known color: Electric Purple. HEX triplet: BD, 03 and FE. RGB value is (189,3,254). Sum of RGB (Red+Green+Blue) = 189+3+254=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 3 (1.56% from 255 or 0.67% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD03FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD03FE is #42FC01. Grayscale: #565656. Windows color (decimal): -4389890 or 16647101. OLE color: 16647101.
HSL color Cylindrical-coordinate representation of color #BD03FE: hue angle of 284.46º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD03FE is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 3 | 254 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.00 |
| HSL | 284.46º | 0.99% | 0.5% | - |
| HSV(B) | 284.46º | 0.99% | 1% | - |
| XYZ | 38.91 | 18.04 | 95.2 | - |
| YUV | 87.23 | 222.12 | 200.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 3 | 254 | 0.26 | 0.99 | 0 | 0.00 | 284.46 | 0.99 | 0.5 |
| Hex | BD | 3 | FE | 1A | 63 | 0 | 0 | 11C | 63 | 32 |
| Octal | 275 | 3 | 376 | 32 | 143 | 0 | 0 | 434 | 143 | 62 |
| Binary | 10111101 | 11 | 11111110 | 11010 | 1100011 | 0 | 0 | 100011100 | 1100011 | 110010 |
Color Harmonies of #BD03FE
Complementary color
Monochromatic Colors of #BD03FE
Black with #BD03FE
Text Example
Text Example
White with #BD03FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD03FE; }
p { color: rgb(189,3,254); }
H1.HeaderClassName
{
color: #BD03FE;
}
.AnyTagClassName
{
color: #BD03FE;
}
</style>
background-color css
<style>
a { background-color: #BD03FE; }
a { background-color: rgb(189,3,254); }
div.DivClassName
{
background-color: #BD03FE;
}
.BgClassName
{
background-color: #BD03FE;
}
</style>
border-color css
<style>
span { border-color: #BD03FE; }
span { border-color: rgb(189,3,254); }
td.TdClassName
{
border-color: #BD03FE;
}
.TagClassName
{
border-color: #BD03FE;
}
</style>