Html Css Color HEX #BF22EE Electric Purple

📋 copy color: '#BF22EE'

red 191 ◦ green 34 ◦ blue 238

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

Shades of Electric Purple #BF22EE

Tints of Electric Purple #BF22EE

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.34%

 BLUE value IS 238 (93.36% from 255) = 51.4%

R = 41.25%
G = 7.34%
B = 51.4%

CMYK

 C value IS 0.20

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF22EE (or 0xBF22EE) is known color: Electric Purple. HEX triplet: BF, 22 and EE. RGB value is (191,34,238). Sum of RGB (Red+Green+Blue) = 191+34+238=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 34 (13.67% from 255 or 7.34% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF22EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF22EE is #40DD11. Grayscale: #676767. Windows color (decimal): -4250898 or 15606463. OLE color: 15606463.

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

Color convert

RGB 191 34 238 -
CMYK 0.20 0.86 0 0.07
HSL 286.18º 0.86% 0.53% -
HSV(B) 286.18º 0.86% 0.93% -
XYZ 37.49 18.39 82.46 -
YUV 104.2 203.51 189.91 -
System Red Green Blue C M Y K H S L
Decimal 191 34 238 0.20 0.86 0 0.07 286.18 0.86 0.53
Hex BF 22 EE 14 56 0 7 11E 56 35
Octal 277 42 356 24 126 0 7 436 126 65
Binary 10111111 100010 11101110 10100 1010110 0 111 100011110 1010110 110101

Color Harmonies of #BF22EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF22EE

Black with #BF22EE

Text Example


Text Example

White with #BF22EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF22EE; }

 p { color: rgb(191,34,238); }

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

background-color css

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

 a { background-color: rgb(191,34,238); }

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

border-color css

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

 span { border-color: rgb(191,34,238); }

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