Html Css Color HEX #BF21EE Electric Purple

📋 copy color: '#BF21EE'

red 191 ◦ green 33 ◦ blue 238

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

Shades of Electric Purple #BF21EE

Tints of Electric Purple #BF21EE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.14%

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

R = 41.34%
G = 7.14%
B = 51.52%

CMYK

 C value IS 0.20

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF21EE (or 0xBF21EE) is known color: Electric Purple. HEX triplet: BF, 21 and EE. RGB value is (191,33,238). Sum of RGB (Red+Green+Blue) = 191+33+238=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 33 (13.28% from 255 or 7.14% from 462); Blue value is 238 (93.36% from 255 or 51.52% from 462); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF21EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF21EE is #40DE11. Grayscale: #666666. Windows color (decimal): -4251154 or 15606207. OLE color: 15606207.

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

Color convert

RGB 191 33 238 -
CMYK 0.20 0.86 0 0.07
HSL 286.24º 0.86% 0.53% -
HSV(B) 286.24º 0.86% 0.93% -
XYZ 37.46 18.34 82.45 -
YUV 103.61 203.85 190.33 -
System Red Green Blue C M Y K H S L
Decimal 191 33 238 0.20 0.86 0 0.07 286.24 0.86 0.53
Hex BF 21 EE 14 56 0 7 11E 56 35
Octal 277 41 356 24 126 0 7 436 126 65
Binary 10111111 100001 11101110 10100 1010110 0 111 100011110 1010110 110101

Color Harmonies of #BF21EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF21EE

Black with #BF21EE

Text Example


Text Example

White with #BF21EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF21EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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