Html Css Color HEX #BF04EC Electric Purple

📋 copy color: '#BF04EC'

red 191 ◦ green 4 ◦ blue 236

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

Shades of Electric Purple #BF04EC

Tints of Electric Purple #BF04EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 54.76%

R = 44.32%
G = 0.93%
B = 54.76%

CMYK

 C value IS 0.19

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF04EC (or 0xBF04EC) is known color: Electric Purple. HEX triplet: BF, 04 and EC. RGB value is (191,4,236). Sum of RGB (Red+Green+Blue) = 191+4+236=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 4 (1.95% from 255 or 0.93% from 431); Blue value is 236 (92.58% from 255 or 54.76% from 431); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF04EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF04EC is #40FB13. Grayscale: #555555. Windows color (decimal): -4258580 or 15467711. OLE color: 15467711.

HSL color Cylindrical-coordinate representation of color #BF04EC: hue angle of 288.36º 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 #BF04EC is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 4 236 -
CMYK 0.19 0.98 0 0.07
HSL 288.36º 0.97% 0.47% -
HSV(B) 288.36º 0.98% 0.93% -
XYZ 36.67 17.22 80.75 -
YUV 86.36 212.45 202.64 -
System Red Green Blue C M Y K H S L
Decimal 191 4 236 0.19 0.98 0 0.07 288.36 0.97 0.47
Hex BF 4 EC 13 62 0 7 120 61 2F
Octal 277 4 354 23 142 0 7 440 141 57
Binary 10111111 100 11101100 10011 1100010 0 111 100100000 1100001 101111

Color Harmonies of #BF04EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF04EC

Black with #BF04EC

Text Example


Text Example

White with #BF04EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF04EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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