Html Css Color HEX #BF21F2 Electric Purple

📋 copy color: '#BF21F2'

red 191 ◦ green 33 ◦ blue 242

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

Shades of Electric Purple #BF21F2

Tints of Electric Purple #BF21F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 51.93%

R = 40.99%
G = 7.08%
B = 51.93%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BF21F2 (or 0xBF21F2) is known color: Electric Purple. HEX triplet: BF, 21 and F2. RGB value is (191,33,242). Sum of RGB (Red+Green+Blue) = 191+33+242=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 33 (13.28% from 255 or 7.08% from 466); Blue value is 242 (94.92% from 255 or 51.93% from 466); Max value from RGB is 242 - color contains mainly: blue. Hex color #BF21F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF21F2 is #40DE0D. Grayscale: #676767. Windows color (decimal): -4251150 or 15868351. OLE color: 15868351.

HSL color Cylindrical-coordinate representation of color #BF21F2: hue angle of 285.36º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF21F2 is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 33 242 -
CMYK 0.21 0.86 0 0.05
HSL 285.36º 0.89% 0.54% -
HSV(B) 285.36º 0.86% 0.95% -
XYZ 38.06 18.57 85.58 -
YUV 104.07 205.85 190.01 -
System Red Green Blue C M Y K H S L
Decimal 191 33 242 0.21 0.86 0 0.05 285.36 0.89 0.54
Hex BF 21 F2 15 56 0 5 11D 59 36
Octal 277 41 362 25 126 0 5 435 131 66
Binary 10111111 100001 11110010 10101 1010110 0 101 100011101 1011001 110110

Color Harmonies of #BF21F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF21F2

Black with #BF21F2

Text Example


Text Example

White with #BF21F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF21F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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