Html Css Color HEX #BF0EFD Electric Purple

📋 copy color: '#BF0EFD'

red 191 ◦ green 14 ◦ blue 253

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

Shades of Electric Purple #BF0EFD

Tints of Electric Purple #BF0EFD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.06%

 BLUE value IS 253 (99.22% from 255) = 55.24%

R = 41.7%
G = 3.06%
B = 55.24%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BF0EFD (or 0xBF0EFD) is known color: Electric Purple. HEX triplet: BF, 0E and FD. RGB value is (191,14,253). Sum of RGB (Red+Green+Blue) = 191+14+253=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 14 (5.86% from 255 or 3.06% from 458); Blue value is 253 (99.22% from 255 or 55.24% from 458); Max value from RGB is 253 - color contains mainly: blue. Hex color #BF0EFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF0EFD is #40F102. Grayscale: #5D5D5D. Windows color (decimal): -4256003 or 16584383. OLE color: 16584383.

HSL color Cylindrical-coordinate representation of color #BF0EFD: hue angle of 284.44º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0EFD is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 191 14 253 -
CMYK 0.25 0.94 0 0.01
HSL 284.44º 0.98% 0.52% -
HSV(B) 284.44º 0.94% 0.99% -
XYZ 39.37 18.48 94.42 -
YUV 94.17 217.64 197.07 -
System Red Green Blue C M Y K H S L
Decimal 191 14 253 0.25 0.94 0 0.01 284.44 0.98 0.52
Hex BF E FD 19 5E 0 1 11C 62 34
Octal 277 16 375 31 136 0 1 434 142 64
Binary 10111111 1110 11111101 11001 1011110 0 1 100011100 1100010 110100

Color Harmonies of #BF0EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0EFD

Black with #BF0EFD

Text Example


Text Example

White with #BF0EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0EFD; }

 p { color: rgb(191,14,253); }

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

background-color css

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

 a { background-color: rgb(191,14,253); }

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

border-color css

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

 span { border-color: rgb(191,14,253); }

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