Html Css Color HEX #BF19EE Electric Purple

📋 copy color: '#BF19EE'

red 191 ◦ green 25 ◦ blue 238

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

Shades of Electric Purple #BF19EE

Tints of Electric Purple #BF19EE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.51%

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

R = 42.07%
G = 5.51%
B = 52.42%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF19EE (or 0xBF19EE) is known color: Electric Purple. HEX triplet: BF, 19 and EE. RGB value is (191,25,238). Sum of RGB (Red+Green+Blue) = 191+25+238=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 25 (10.16% from 255 or 5.51% from 454); Blue value is 238 (93.36% from 255 or 52.42% from 454); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF19EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF19EE is #40E611. Grayscale: #626262. Windows color (decimal): -4253202 or 15604159. OLE color: 15604159.

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

Color convert

RGB 191 25 238 -
CMYK 0.20 0.89 0 0.07
HSL 286.76º 0.86% 0.52% -
HSV(B) 286.76º 0.89% 0.93% -
XYZ 37.27 17.94 82.39 -
YUV 98.92 206.5 193.68 -
System Red Green Blue C M Y K H S L
Decimal 191 25 238 0.20 0.89 0 0.07 286.76 0.86 0.52
Hex BF 19 EE 14 59 0 7 11F 56 34
Octal 277 31 356 24 131 0 7 437 126 64
Binary 10111111 11001 11101110 10100 1011001 0 111 100011111 1010110 110100

Color Harmonies of #BF19EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF19EE

Black with #BF19EE

Text Example


Text Example

White with #BF19EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF19EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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