Html Css Color HEX #BF12EE Electric Purple

📋 copy color: '#BF12EE'

red 191 ◦ green 18 ◦ blue 238

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

Shades of Electric Purple #BF12EE

Tints of Electric Purple #BF12EE

RGB

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

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

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

R = 42.73%
G = 4.03%
B = 53.24%

CMYK

 C value IS 0.20

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF12EE (or 0xBF12EE) is known color: Electric Purple. HEX triplet: BF, 12 and EE. RGB value is (191,18,238). Sum of RGB (Red+Green+Blue) = 191+18+238=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 18 (7.42% from 255 or 4.03% from 447); Blue value is 238 (93.36% from 255 or 53.24% from 447); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF12EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF12EE is #40ED11. Grayscale: #5E5E5E. Windows color (decimal): -4254994 or 15602367. OLE color: 15602367.

HSL color Cylindrical-coordinate representation of color #BF12EE: hue angle of 287.18º degrees, saturation: 0.87, 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 #BF12EE is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 18 238 -
CMYK 0.20 0.92 0 0.07
HSL 287.18º 0.87% 0.5% -
HSV(B) 287.18º 0.92% 0.93% -
XYZ 37.13 17.68 82.34 -
YUV 94.81 208.81 196.61 -
System Red Green Blue C M Y K H S L
Decimal 191 18 238 0.20 0.92 0 0.07 287.18 0.87 0.5
Hex BF 12 EE 14 5C 0 7 11F 57 32
Octal 277 22 356 24 134 0 7 437 127 62
Binary 10111111 10010 11101110 10100 1011100 0 111 100011111 1010111 110010

Color Harmonies of #BF12EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF12EE

Black with #BF12EE

Text Example


Text Example

White with #BF12EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF12EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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