Html Css Color HEX #BF04EE Electric Purple

📋 copy color: '#BF04EE'

red 191 ◦ green 4 ◦ blue 238

#BF04EE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #BF04EE

Tints of Electric Purple #BF04EE

RGB

 RED value IS 191 (75% from 255) = 44.11%

 GREEN value IS 4 (1.95% from 255) = 0.92%

 BLUE value IS 238 (93.36% from 255) = 54.97%

R = 44.11%
G = 0.92%
B = 54.97%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BF04EE (or 0xBF04EE) is known color: Electric Purple. HEX triplet: BF, 04 and EE. RGB value is (191,4,238). Sum of RGB (Red+Green+Blue) = 191+4+238=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 4 (1.95% from 255 or 0.92% from 433); Blue value is 238 (93.36% from 255 or 54.97% from 433); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF04EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF04EE is #40FB11. Grayscale: #555555. Windows color (decimal): -4258578 or 15598783. OLE color: 15598783.

HSL color Cylindrical-coordinate representation of color #BF04EE: hue angle of 287.95º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF04EE is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 4 238 -
CMYK 0.20 0.98 0 0.07
HSL 287.95º 0.97% 0.47% -
HSV(B) 287.95º 0.98% 0.93% -
XYZ 36.96 17.34 82.29 -
YUV 86.59 213.45 202.47 -
System Red Green Blue C M Y K H S L
Decimal 191 4 238 0.20 0.98 0 0.07 287.95 0.97 0.47
Hex BF 4 EE 14 62 0 7 120 61 2F
Octal 277 4 356 24 142 0 7 440 141 57
Binary 10111111 100 11101110 10100 1100010 0 111 100100000 1100001 101111

Color Harmonies of #BF04EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF04EE

Black with #BF04EE

Text Example


Text Example

White with #BF04EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF04EE; }

 p { color: rgb(191,4,238); }

 H1.HeaderClassName
 {
   color: #BF04EE;
 }
 .AnyTagClassName
 {
   color: #BF04EE;
 }
</style>

background-color css

<style>
 a { background-color: #BF04EE; }

 a { background-color: rgb(191,4,238); }

 div.DivClassName
 {
   background-color: #BF04EE;
 }
 .BgClassName
 {
   background-color: #BF04EE;
 }
</style>

border-color css

<style>
 span { border-color: #BF04EE; }

 span { border-color: rgb(191,4,238); }

 td.TdClassName
 {
   border-color: #BF04EE;
 }
 .TagClassName
 {
   border-color: #BF04EE;
 }
</style>