Html Css Color HEX #BF21EF Electric Purple

📋 copy color: '#BF21EF'

red 191 ◦ green 33 ◦ blue 239

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

Shades of Electric Purple #BF21EF

Tints of Electric Purple #BF21EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.62%

R = 41.25%
G = 7.13%
B = 51.62%

CMYK

 C value IS 0.20

 M value IS 0.86

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BF21EF (or 0xBF21EF) is known color: Electric Purple. HEX triplet: BF, 21 and EF. RGB value is (191,33,239). Sum of RGB (Red+Green+Blue) = 191+33+239=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 33 (13.28% from 255 or 7.13% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #BF21EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF21EF is #40DE10. Grayscale: #676767. Windows color (decimal): -4251153 or 15671743. OLE color: 15671743.

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

Color convert

RGB 191 33 239 -
CMYK 0.20 0.86 0 0.06
HSL 286.02º 0.87% 0.53% -
HSV(B) 286.02º 0.86% 0.94% -
XYZ 37.61 18.4 83.23 -
YUV 103.73 204.35 190.25 -
System Red Green Blue C M Y K H S L
Decimal 191 33 239 0.20 0.86 0 0.06 286.02 0.87 0.53
Hex BF 21 EF 14 56 0 6 11E 57 35
Octal 277 41 357 24 126 0 6 436 127 65
Binary 10111111 100001 11101111 10100 1010110 0 110 100011110 1010111 110101

Color Harmonies of #BF21EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF21EF

Black with #BF21EF

Text Example


Text Example

White with #BF21EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF21EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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