Html Css Color HEX #BF20FA Electric Purple

📋 copy color: '#BF20FA'

red 191 ◦ green 32 ◦ blue 250

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

Shades of Electric Purple #BF20FA

Tints of Electric Purple #BF20FA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.77%

 BLUE value IS 250 (98.05% from 255) = 52.85%

R = 40.38%
G = 6.77%
B = 52.85%

CMYK

 C value IS 0.24

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BF20FA (or 0xBF20FA) is known color: Electric Purple. HEX triplet: BF, 20 and FA. RGB value is (191,32,250). Sum of RGB (Red+Green+Blue) = 191+32+250=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 32 (12.89% from 255 or 6.77% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #BF20FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF20FA is #40DF05. Grayscale: #676767. Windows color (decimal): -4251398 or 16392383. OLE color: 16392383.

HSL color Cylindrical-coordinate representation of color #BF20FA: hue angle of 283.76º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF20FA is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 32 250 -
CMYK 0.24 0.87 0 0.02
HSL 283.76º 0.96% 0.55% -
HSV(B) 283.76º 0.87% 0.98% -
XYZ 39.26 19.01 92.04 -
YUV 104.39 210.18 189.77 -
System Red Green Blue C M Y K H S L
Decimal 191 32 250 0.24 0.87 0 0.02 283.76 0.96 0.55
Hex BF 20 FA 18 57 0 2 11C 60 37
Octal 277 40 372 30 127 0 2 434 140 67
Binary 10111111 100000 11111010 11000 1010111 0 10 100011100 1100000 110111

Color Harmonies of #BF20FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF20FA

Black with #BF20FA

Text Example


Text Example

White with #BF20FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF20FA; }

 p { color: rgb(191,32,250); }

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

background-color css

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

 a { background-color: rgb(191,32,250); }

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

border-color css

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

 span { border-color: rgb(191,32,250); }

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