Html Css Color HEX #BF12EC Electric Purple

📋 copy color: '#BF12EC'

red 191 ◦ green 18 ◦ blue 236

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

Shades of Electric Purple #BF12EC

Tints of Electric Purple #BF12EC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.04%

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

R = 42.92%
G = 4.04%
B = 53.03%

CMYK

 C value IS 0.19

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF12EC (or 0xBF12EC) is known color: Electric Purple. HEX triplet: BF, 12 and EC. RGB value is (191,18,236). Sum of RGB (Red+Green+Blue) = 191+18+236=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 18 (7.42% from 255 or 4.04% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF12EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF12EC is #40ED13. Grayscale: #5D5D5D. Windows color (decimal): -4254996 or 15471295. OLE color: 15471295.

HSL color Cylindrical-coordinate representation of color #BF12EC: hue angle of 287.61º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF12EC is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 18 236 -
CMYK 0.19 0.92 0 0.07
HSL 287.61º 0.86% 0.5% -
HSV(B) 287.61º 0.92% 0.93% -
XYZ 36.84 17.57 80.81 -
YUV 94.58 207.81 196.77 -
System Red Green Blue C M Y K H S L
Decimal 191 18 236 0.19 0.92 0 0.07 287.61 0.86 0.5
Hex BF 12 EC 13 5C 0 7 120 56 32
Octal 277 22 354 23 134 0 7 440 126 62
Binary 10111111 10010 11101100 10011 1011100 0 111 100100000 1010110 110010

Color Harmonies of #BF12EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF12EC

Black with #BF12EC

Text Example


Text Example

White with #BF12EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF12EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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