Html Css Color HEX #BF02EE Electric Purple

📋 copy color: '#BF02EE'

red 191 ◦ green 2 ◦ blue 238

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

Shades of Electric Purple #BF02EE

Tints of Electric Purple #BF02EE

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.46%

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

R = 44.32%
G = 0.46%
B = 55.22%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF02EE (or 0xBF02EE) is known color: Electric Purple. HEX triplet: BF, 02 and EE. RGB value is (191,2,238). Sum of RGB (Red+Green+Blue) = 191+2+238=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 2 (1.17% from 255 or 0.46% from 431); Blue value is 238 (93.36% from 255 or 55.22% from 431); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF02EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF02EE is #40FD11. Grayscale: #545454. Windows color (decimal): -4259090 or 15598271. OLE color: 15598271.

HSL color Cylindrical-coordinate representation of color #BF02EE: hue angle of 288.05º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF02EE is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 2 238 -
CMYK 0.20 0.99 0 0.07
HSL 288.05º 0.98% 0.47% -
HSV(B) 288.05º 0.99% 0.93% -
XYZ 36.94 17.29 82.28 -
YUV 85.42 214.12 203.31 -
System Red Green Blue C M Y K H S L
Decimal 191 2 238 0.20 0.99 0 0.07 288.05 0.98 0.47
Hex BF 2 EE 14 63 0 7 120 62 2F
Octal 277 2 356 24 143 0 7 440 142 57
Binary 10111111 10 11101110 10100 1100011 0 111 100100000 1100010 101111

Color Harmonies of #BF02EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF02EE

Black with #BF02EE

Text Example


Text Example

White with #BF02EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF02EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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