Shades of Electric Purple #BF03EE
Tints of Electric Purple #BF03EE
RGB
CMYK
RGB Variations
Color information
#BF03EE (or 0xBF03EE) is known color: Electric Purple. HEX triplet: BF, 03 and EE. RGB value is (191,3,238). Sum of RGB (Red+Green+Blue) = 191+3+238=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 3 (1.56% from 255 or 0.69% from 432); Blue value is 238 (93.36% from 255 or 55.09% from 432); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF03EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF03EE is #40FC11. Grayscale: #555555. Windows color (decimal): -4258834 or 15598527. OLE color: 15598527.
HSL color Cylindrical-coordinate representation of color #BF03EE: hue angle of 288º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF03EE is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 3 | 238 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.07 |
| HSL | 288º | 0.98% | 0.47% | - |
| HSV(B) | 288º | 0.99% | 0.93% | - |
| XYZ | 36.95 | 17.31 | 82.28 | - |
| YUV | 86 | 213.78 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 3 | 238 | 0.20 | 0.99 | 0 | 0.07 | 288 | 0.98 | 0.47 |
| Hex | BF | 3 | EE | 14 | 63 | 0 | 7 | 120 | 62 | 2F |
| Octal | 277 | 3 | 356 | 24 | 143 | 0 | 7 | 440 | 142 | 57 |
| Binary | 10111111 | 11 | 11101110 | 10100 | 1100011 | 0 | 111 | 100100000 | 1100010 | 101111 |
Color Harmonies of #BF03EE
Complementary color
Monochromatic Colors of #BF03EE
Black with #BF03EE
Text Example
Text Example
White with #BF03EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF03EE; }
p { color: rgb(191,3,238); }
H1.HeaderClassName
{
color: #BF03EE;
}
.AnyTagClassName
{
color: #BF03EE;
}
</style>
background-color css
<style>
a { background-color: #BF03EE; }
a { background-color: rgb(191,3,238); }
div.DivClassName
{
background-color: #BF03EE;
}
.BgClassName
{
background-color: #BF03EE;
}
</style>
border-color css
<style>
span { border-color: #BF03EE; }
span { border-color: rgb(191,3,238); }
td.TdClassName
{
border-color: #BF03EE;
}
.TagClassName
{
border-color: #BF03EE;
}
</style>