Html Css Color HEX #B425FE Electric Purple

📋 copy color: '#B425FE'

red 180 ◦ green 37 ◦ blue 254

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

Shades of Electric Purple #B425FE

Tints of Electric Purple #B425FE

RGB

 RED value IS 180 (70.7% from 255) = 38.22%

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

 BLUE value IS 254 (99.61% from 255) = 53.93%

R = 38.22%
G = 7.86%
B = 53.93%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B425FE (or 0xB425FE) is known color: Electric Purple. HEX triplet: B4, 25 and FE. RGB value is (180,37,254). Sum of RGB (Red+Green+Blue) = 180+37+254=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 37 (14.84% from 255 or 7.86% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #B425FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B425FE is #4BDA01. Grayscale: #676767. Windows color (decimal): -4971010 or 16655796. OLE color: 16655796.

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

Color convert

RGB 180 37 254 -
CMYK 0.29 0.85 0 0.00
HSL 279.54º 0.99% 0.57% -
HSV(B) 279.54º 0.85% 1% -
XYZ 37.37 18.18 95.31 -
YUV 104.5 212.38 181.86 -
System Red Green Blue C M Y K H S L
Decimal 180 37 254 0.29 0.85 0 0.00 279.54 0.99 0.57
Hex B4 25 FE 1D 55 0 0 118 63 39
Octal 264 45 376 35 125 0 0 430 143 71
Binary 10110100 100101 11111110 11101 1010101 0 0 100011000 1100011 111001

Color Harmonies of #B425FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B425FE

Black with #B425FE

Text Example


Text Example

White with #B425FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B425FE; }

 p { color: rgb(180,37,254); }

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

background-color css

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

 a { background-color: rgb(180,37,254); }

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

border-color css

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

 span { border-color: rgb(180,37,254); }

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