Html Css Color HEX #BF01ED Electric Purple

📋 copy color: '#BF01ED'

red 191 ◦ green 1 ◦ blue 237

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

Shades of Electric Purple #BF01ED

Tints of Electric Purple #BF01ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 55.24%

R = 44.52%
G = 0.23%
B = 55.24%

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

#BF01ED (or 0xBF01ED) is known color: Electric Purple. HEX triplet: BF, 01 and ED. RGB value is (191,1,237). Sum of RGB (Red+Green+Blue) = 191+1+237=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 1 (0.78% from 255 or 0.23% from 429); Blue value is 237 (92.97% from 255 or 55.24% from 429); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF01ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF01ED is #40FE12. Grayscale: #535353. Windows color (decimal): -4259347 or 15532479. OLE color: 15532479.

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

Color convert

RGB 191 1 237 -
CMYK 0.19 1.00 0 0.07
HSL 288.31º 0.99% 0.47% -
HSV(B) 288.31º 1% 0.93% -
XYZ 36.78 17.21 81.5 -
YUV 84.71 213.95 203.81 -
System Red Green Blue C M Y K H S L
Decimal 191 1 237 0.19 1.00 0 0.07 288.31 0.99 0.47
Hex BF 1 ED 13 64 0 7 120 63 2F
Octal 277 1 355 23 144 0 7 440 143 57
Binary 10111111 1 11101101 10011 1100100 0 111 100100000 1100011 101111

Color Harmonies of #BF01ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF01ED

Black with #BF01ED

Text Example


Text Example

White with #BF01ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF01ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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