Html Css Color HEX #BF25E2 Electric Purple

📋 copy color: '#BF25E2'

red 191 ◦ green 37 ◦ blue 226

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

Shades of Electric Purple #BF25E2

Tints of Electric Purple #BF25E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 49.78%

R = 42.07%
G = 8.15%
B = 49.78%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BF25E2 (or 0xBF25E2) is known color: Electric Purple. HEX triplet: BF, 25 and E2. RGB value is (191,37,226). Sum of RGB (Red+Green+Blue) = 191+37+226=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 37 (14.84% from 255 or 8.15% from 454); Blue value is 226 (88.67% from 255 or 49.78% from 454); Max value from RGB is 226 - color contains mainly: blue. Hex color #BF25E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF25E2 is #40DA1D. Grayscale: #676767. Windows color (decimal): -4250142 or 14820799. OLE color: 14820799.

HSL color Cylindrical-coordinate representation of color #BF25E2: hue angle of 288.89º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF25E2 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 37 226 -
CMYK 0.15 0.84 0 0.11
HSL 288.89º 0.77% 0.52% -
HSV(B) 288.89º 0.84% 0.89% -
XYZ 35.87 17.89 73.51 -
YUV 104.59 196.52 189.63 -
System Red Green Blue C M Y K H S L
Decimal 191 37 226 0.15 0.84 0 0.11 288.89 0.77 0.52
Hex BF 25 E2 F 54 0 B 121 4D 34
Octal 277 45 342 17 124 0 13 441 115 64
Binary 10111111 100101 11100010 1111 1010100 0 1011 100100001 1001101 110100

Color Harmonies of #BF25E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF25E2

Black with #BF25E2

Text Example


Text Example

White with #BF25E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF25E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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