Html Css Color HEX #BF25FA Electric Purple

📋 copy color: '#BF25FA'

red 191 ◦ green 37 ◦ blue 250

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

Shades of Electric Purple #BF25FA

Tints of Electric Purple #BF25FA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.74%

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

R = 39.96%
G = 7.74%
B = 52.3%

CMYK

 C value IS 0.24

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BF25FA (or 0xBF25FA) is known color: Electric Purple. HEX triplet: BF, 25 and FA. RGB value is (191,37,250). Sum of RGB (Red+Green+Blue) = 191+37+250=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 37 (14.84% from 255 or 7.74% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #BF25FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF25FA is #40DA05. Grayscale: #6A6A6A. Windows color (decimal): -4250118 or 16393663. OLE color: 16393663.

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

Color convert

RGB 191 37 250 -
CMYK 0.24 0.85 0 0.02
HSL 283.38º 0.96% 0.56% -
HSV(B) 283.38º 0.85% 0.98% -
XYZ 39.4 19.3 92.09 -
YUV 107.33 208.52 187.68 -
System Red Green Blue C M Y K H S L
Decimal 191 37 250 0.24 0.85 0 0.02 283.38 0.96 0.56
Hex BF 25 FA 18 55 0 2 11B 60 38
Octal 277 45 372 30 125 0 2 433 140 70
Binary 10111111 100101 11111010 11000 1010101 0 10 100011011 1100000 111000

Color Harmonies of #BF25FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF25FA

Black with #BF25FA

Text Example


Text Example

White with #BF25FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF25FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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