Html Css Color HEX #BF14EE Electric Purple

📋 copy color: '#BF14EE'

red 191 ◦ green 20 ◦ blue 238

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

Shades of Electric Purple #BF14EE

Tints of Electric Purple #BF14EE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.45%

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

R = 42.54%
G = 4.45%
B = 53.01%

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

#BF14EE (or 0xBF14EE) is known color: Electric Purple. HEX triplet: BF, 14 and EE. RGB value is (191,20,238). Sum of RGB (Red+Green+Blue) = 191+20+238=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 20 (8.20% from 255 or 4.45% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF14EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF14EE is #40EB11. Grayscale: #5F5F5F. Windows color (decimal): -4254482 or 15602879. OLE color: 15602879.

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

Color convert

RGB 191 20 238 -
CMYK 0.20 0.92 0 0.07
HSL 287.06º 0.87% 0.51% -
HSV(B) 287.06º 0.92% 0.93% -
XYZ 37.17 17.75 82.36 -
YUV 95.98 208.15 195.77 -
System Red Green Blue C M Y K H S L
Decimal 191 20 238 0.20 0.92 0 0.07 287.06 0.87 0.51
Hex BF 14 EE 14 5C 0 7 11F 57 33
Octal 277 24 356 24 134 0 7 437 127 63
Binary 10111111 10100 11101110 10100 1011100 0 111 100011111 1010111 110011

Color Harmonies of #BF14EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF14EE

Black with #BF14EE

Text Example


Text Example

White with #BF14EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF14EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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