Html Css Color HEX #BF21EC Electric Purple

📋 copy color: '#BF21EC'

red 191 ◦ green 33 ◦ blue 236

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

Shades of Electric Purple #BF21EC

Tints of Electric Purple #BF21EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 51.3%

R = 41.52%
G = 7.17%
B = 51.3%

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

#BF21EC (or 0xBF21EC) is known color: Electric Purple. HEX triplet: BF, 21 and EC. RGB value is (191,33,236). Sum of RGB (Red+Green+Blue) = 191+33+236=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 33 (13.28% from 255 or 7.17% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF21EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF21EC is #40DE13. Grayscale: #666666. Windows color (decimal): -4251156 or 15475135. OLE color: 15475135.

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

Color convert

RGB 191 33 236 -
CMYK 0.19 0.86 0 0.07
HSL 286.7º 0.84% 0.53% -
HSV(B) 286.7º 0.86% 0.93% -
XYZ 37.17 18.22 80.91 -
YUV 103.38 202.85 190.49 -
System Red Green Blue C M Y K H S L
Decimal 191 33 236 0.19 0.86 0 0.07 286.7 0.84 0.53
Hex BF 21 EC 13 56 0 7 11F 54 35
Octal 277 41 354 23 126 0 7 437 124 65
Binary 10111111 100001 11101100 10011 1010110 0 111 100011111 1010100 110101

Color Harmonies of #BF21EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF21EC

Black with #BF21EC

Text Example


Text Example

White with #BF21EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF21EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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