Html Css Color HEX #BF01EC Electric Purple

📋 copy color: '#BF01EC'

red 191 ◦ green 1 ◦ blue 236

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

Shades of Electric Purple #BF01EC

Tints of Electric Purple #BF01EC

RGB

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

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

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

R = 44.63%
G = 0.23%
B = 55.14%

CMYK

 C value IS 0.19

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF01EC (or 0xBF01EC) is known color: Electric Purple. HEX triplet: BF, 01 and EC. RGB value is (191,1,236). Sum of RGB (Red+Green+Blue) = 191+1+236=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 1 (0.78% from 255 or 0.23% from 428); Blue value is 236 (92.58% from 255 or 55.14% from 428); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF01EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF01EC is #40FE13. Grayscale: #535353. Windows color (decimal): -4259348 or 15466943. OLE color: 15466943.

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

Color convert

RGB 191 1 236 -
CMYK 0.19 1.00 0 0.07
HSL 288.51º 0.99% 0.46% -
HSV(B) 288.51º 1% 0.93% -
XYZ 36.64 17.15 80.74 -
YUV 84.6 213.45 203.89 -
System Red Green Blue C M Y K H S L
Decimal 191 1 236 0.19 1.00 0 0.07 288.51 0.99 0.46
Hex BF 1 EC 13 64 0 7 121 63 2E
Octal 277 1 354 23 144 0 7 441 143 56
Binary 10111111 1 11101100 10011 1100100 0 111 100100001 1100011 101110

Color Harmonies of #BF01EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF01EC

Black with #BF01EC

Text Example


Text Example

White with #BF01EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF01EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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