Html Css Color HEX #BF1AFF Electric Purple

📋 copy color: '#BF1AFF'

red 191 ◦ green 26 ◦ blue 255

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

Shades of Electric Purple #BF1AFF

Tints of Electric Purple #BF1AFF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.51%

 BLUE value IS 255 (100% from 255) = 54.03%

R = 40.47%
G = 5.51%
B = 54.03%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BF1AFF (or 0xBF1AFF) is known color: Electric Purple. HEX triplet: BF, 1A and FF. RGB value is (191,26,255). Sum of RGB (Red+Green+Blue) = 191+26+255=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 26 (10.55% from 255 or 5.51% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF1AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF1AFF is #40E500. Grayscale: #646464. Windows color (decimal): -4252929 or 16718527. OLE color: 16718527.

HSL color Cylindrical-coordinate representation of color #BF1AFF: hue angle of 283.23º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF1AFF is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 191 26 255 -
CMYK 0.25 0.90 0 0
HSL 283.23º 1% 0.55% -
HSV(B) 283.23º 0.9% 1% -
XYZ 39.91 19.04 96.18 -
YUV 101.44 214.66 191.88 -
System Red Green Blue C M Y K H S L
Decimal 191 26 255 0.25 0.90 0 0 283.23 1 0.55
Hex BF 1A FF 19 5A 0 0 11B 64 37
Octal 277 32 377 31 132 0 0 433 144 67
Binary 10111111 11010 11111111 11001 1011010 0 0 100011011 1100100 110111

Color Harmonies of #BF1AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1AFF

Black with #BF1AFF

Text Example


Text Example

White with #BF1AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1AFF; }

 p { color: rgb(191,26,255); }

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

background-color css

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

 a { background-color: rgb(191,26,255); }

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

border-color css

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

 span { border-color: rgb(191,26,255); }

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