Html Css Color HEX #BF01EE Electric Purple

📋 copy color: '#BF01EE'

red 191 ◦ green 1 ◦ blue 238

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

Shades of Electric Purple #BF01EE

Tints of Electric Purple #BF01EE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

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

R = 44.42%
G = 0.23%
B = 55.35%

CMYK

 C value IS 0.20

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF01EE (or 0xBF01EE) is known color: Electric Purple. HEX triplet: BF, 01 and EE. RGB value is (191,1,238). Sum of RGB (Red+Green+Blue) = 191+1+238=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 1 (0.78% from 255 or 0.23% from 430); Blue value is 238 (93.36% from 255 or 55.35% from 430); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF01EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF01EE is #40FE11. Grayscale: #545454. Windows color (decimal): -4259346 or 15598015. OLE color: 15598015.

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

Color convert

RGB 191 1 238 -
CMYK 0.20 1.00 0 0.07
HSL 288.1º 0.99% 0.47% -
HSV(B) 288.1º 1% 0.93% -
XYZ 36.93 17.27 82.28 -
YUV 84.83 214.45 203.73 -
System Red Green Blue C M Y K H S L
Decimal 191 1 238 0.20 1.00 0 0.07 288.1 0.99 0.47
Hex BF 1 EE 14 64 0 7 120 63 2F
Octal 277 1 356 24 144 0 7 440 143 57
Binary 10111111 1 11101110 10100 1100100 0 111 100100000 1100011 101111

Color Harmonies of #BF01EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF01EE

Black with #BF01EE

Text Example


Text Example

White with #BF01EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF01EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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