Html Css Color HEX #BF1EFD Electric Purple

📋 copy color: '#BF1EFD'

red 191 ◦ green 30 ◦ blue 253

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

Shades of Electric Purple #BF1EFD

Tints of Electric Purple #BF1EFD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.33%

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

R = 40.3%
G = 6.33%
B = 53.38%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BF1EFD (or 0xBF1EFD) is known color: Electric Purple. HEX triplet: BF, 1E and FD. RGB value is (191,30,253). Sum of RGB (Red+Green+Blue) = 191+30+253=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 30 (12.11% from 255 or 6.33% from 474); Blue value is 253 (99.22% from 255 or 53.38% from 474); Max value from RGB is 253 - color contains mainly: blue. Hex color #BF1EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF1EFD is #40E102. Grayscale: #666666. Windows color (decimal): -4251907 or 16588479. OLE color: 16588479.

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

Color convert

RGB 191 30 253 -
CMYK 0.25 0.88 0 0.01
HSL 283.32º 0.98% 0.55% -
HSV(B) 283.32º 0.88% 0.99% -
XYZ 39.68 19.1 94.52 -
YUV 103.56 212.34 190.37 -
System Red Green Blue C M Y K H S L
Decimal 191 30 253 0.25 0.88 0 0.01 283.32 0.98 0.55
Hex BF 1E FD 19 58 0 1 11B 62 37
Octal 277 36 375 31 130 0 1 433 142 67
Binary 10111111 11110 11111101 11001 1011000 0 1 100011011 1100010 110111

Color Harmonies of #BF1EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1EFD

Black with #BF1EFD

Text Example


Text Example

White with #BF1EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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