Html Css Color HEX #BF2BEF Electric Purple

📋 copy color: '#BF2BEF'

red 191 ◦ green 43 ◦ blue 239

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

Shades of Electric Purple #BF2BEF

Tints of Electric Purple #BF2BEF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.09%

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

R = 40.38%
G = 9.09%
B = 50.53%

CMYK

 C value IS 0.20

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BF2BEF (or 0xBF2BEF) is known color: Electric Purple. HEX triplet: BF, 2B and EF. RGB value is (191,43,239). Sum of RGB (Red+Green+Blue) = 191+43+239=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 43 (17.19% from 255 or 9.09% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #BF2BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2BEF is #40D410. Grayscale: #6C6C6C. Windows color (decimal): -4248593 or 15674303. OLE color: 15674303.

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

Color convert

RGB 191 43 239 -
CMYK 0.20 0.82 0 0.06
HSL 285.31º 0.86% 0.55% -
HSV(B) 285.31º 0.82% 0.94% -
XYZ 37.93 19.04 83.34 -
YUV 109.6 201.03 186.06 -
System Red Green Blue C M Y K H S L
Decimal 191 43 239 0.20 0.82 0 0.06 285.31 0.86 0.55
Hex BF 2B EF 14 52 0 6 11D 56 37
Octal 277 53 357 24 122 0 6 435 126 67
Binary 10111111 101011 11101111 10100 1010010 0 110 100011101 1010110 110111

Color Harmonies of #BF2BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2BEF

Black with #BF2BEF

Text Example


Text Example

White with #BF2BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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