Html Css Color HEX #BF02EC Electric Purple

📋 copy color: '#BF02EC'

red 191 ◦ green 2 ◦ blue 236

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

Shades of Electric Purple #BF02EC

Tints of Electric Purple #BF02EC

RGB

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

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

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

R = 44.52%
G = 0.47%
B = 55.01%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF02EC (or 0xBF02EC) is known color: Electric Purple. HEX triplet: BF, 02 and EC. RGB value is (191,2,236). Sum of RGB (Red+Green+Blue) = 191+2+236=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 2 (1.17% from 255 or 0.47% from 429); Blue value is 236 (92.58% from 255 or 55.01% from 429); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF02EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF02EC is #40FD13. Grayscale: #545454. Windows color (decimal): -4259092 or 15467199. OLE color: 15467199.

HSL color Cylindrical-coordinate representation of color #BF02EC: hue angle of 288.46º 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 #BF02EC is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 2 236 -
CMYK 0.19 0.99 0 0.07
HSL 288.46º 0.98% 0.47% -
HSV(B) 288.46º 0.99% 0.93% -
XYZ 36.65 17.18 80.74 -
YUV 85.19 213.12 203.47 -
System Red Green Blue C M Y K H S L
Decimal 191 2 236 0.19 0.99 0 0.07 288.46 0.98 0.47
Hex BF 2 EC 13 63 0 7 120 62 2F
Octal 277 2 354 23 143 0 7 440 142 57
Binary 10111111 10 11101100 10011 1100011 0 111 100100000 1100010 101111

Color Harmonies of #BF02EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF02EC

Black with #BF02EC

Text Example


Text Example

White with #BF02EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF02EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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