Html Css Color HEX #BF25FF Electric Purple

📋 copy color: '#BF25FF'

red 191 ◦ green 37 ◦ blue 255

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

Shades of Electric Purple #BF25FF

Tints of Electric Purple #BF25FF

RGB

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

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

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

R = 39.54%
G = 7.66%
B = 52.8%

CMYK

 C value IS 0.25

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BF25FF (or 0xBF25FF) is known color: Electric Purple. HEX triplet: BF, 25 and FF. RGB value is (191,37,255). Sum of RGB (Red+Green+Blue) = 191+37+255=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 37 (14.84% from 255 or 7.66% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF25FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF25FF is #40DA00. Grayscale: #6B6B6B. Windows color (decimal): -4250113 or 16721343. OLE color: 16721343.

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

Color convert

RGB 191 37 255 -
CMYK 0.25 0.85 0 0
HSL 282.39º 1% 0.57% -
HSV(B) 282.39º 0.85% 1% -
XYZ 40.2 19.62 96.28 -
YUV 107.9 211.02 187.27 -
System Red Green Blue C M Y K H S L
Decimal 191 37 255 0.25 0.85 0 0 282.39 1 0.57
Hex BF 25 FF 19 55 0 0 11A 64 39
Octal 277 45 377 31 125 0 0 432 144 71
Binary 10111111 100101 11111111 11001 1010101 0 0 100011010 1100100 111001

Color Harmonies of #BF25FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF25FF

Black with #BF25FF

Text Example


Text Example

White with #BF25FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF25FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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