Html Css Color HEX #BF21ED Electric Purple

📋 copy color: '#BF21ED'

red 191 ◦ green 33 ◦ blue 237

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

Shades of Electric Purple #BF21ED

Tints of Electric Purple #BF21ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.41%

R = 41.43%
G = 7.16%
B = 51.41%

CMYK

 C value IS 0.19

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF21ED (or 0xBF21ED) is known color: Electric Purple. HEX triplet: BF, 21 and ED. RGB value is (191,33,237). Sum of RGB (Red+Green+Blue) = 191+33+237=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 33 (13.28% from 255 or 7.16% from 461); Blue value is 237 (92.97% from 255 or 51.41% from 461); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF21ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF21ED is #40DE12. Grayscale: #666666. Windows color (decimal): -4251155 or 15540671. OLE color: 15540671.

HSL color Cylindrical-coordinate representation of color #BF21ED: hue angle of 286.47º degrees, saturation: 0.85, 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 #BF21ED is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 33 237 -
CMYK 0.19 0.86 0 0.07
HSL 286.47º 0.85% 0.53% -
HSV(B) 286.47º 0.86% 0.93% -
XYZ 37.32 18.28 81.68 -
YUV 103.5 203.35 190.41 -
System Red Green Blue C M Y K H S L
Decimal 191 33 237 0.19 0.86 0 0.07 286.47 0.85 0.53
Hex BF 21 ED 13 56 0 7 11E 55 35
Octal 277 41 355 23 126 0 7 436 125 65
Binary 10111111 100001 11101101 10011 1010110 0 111 100011110 1010101 110101

Color Harmonies of #BF21ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF21ED

Black with #BF21ED

Text Example


Text Example

White with #BF21ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF21ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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