Html Css Color HEX #BF21E7 Electric Purple

📋 copy color: '#BF21E7'

red 191 ◦ green 33 ◦ blue 231

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

Shades of Electric Purple #BF21E7

Tints of Electric Purple #BF21E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 50.77%

R = 41.98%
G = 7.25%
B = 50.77%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BF21E7 (or 0xBF21E7) is known color: Electric Purple. HEX triplet: BF, 21 and E7. RGB value is (191,33,231). Sum of RGB (Red+Green+Blue) = 191+33+231=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 33 (13.28% from 255 or 7.25% from 455); Blue value is 231 (90.62% from 255 or 50.77% from 455); Max value from RGB is 231 - color contains mainly: blue. Hex color #BF21E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF21E7 is #40DE18. Grayscale: #666666. Windows color (decimal): -4251161 or 15147455. OLE color: 15147455.

HSL color Cylindrical-coordinate representation of color #BF21E7: hue angle of 287.88º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF21E7 is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 33 231 -
CMYK 0.17 0.86 0 0.09
HSL 287.88º 0.8% 0.52% -
HSV(B) 287.88º 0.86% 0.91% -
XYZ 36.45 17.93 77.14 -
YUV 102.81 200.35 190.9 -
System Red Green Blue C M Y K H S L
Decimal 191 33 231 0.17 0.86 0 0.09 287.88 0.8 0.52
Hex BF 21 E7 11 56 0 9 120 50 34
Octal 277 41 347 21 126 0 11 440 120 64
Binary 10111111 100001 11100111 10001 1010110 0 1001 100100000 1010000 110100

Color Harmonies of #BF21E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF21E7

Black with #BF21E7

Text Example


Text Example

White with #BF21E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF21E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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