Html Css Color HEX #B325FE Electric Purple

📋 copy color: '#B325FE'

red 179 ◦ green 37 ◦ blue 254

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

Shades of Electric Purple #B325FE

Tints of Electric Purple #B325FE

RGB

 RED value IS 179 (70.31% from 255) = 38.09%

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

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

R = 38.09%
G = 7.87%
B = 54.04%

CMYK

 C value IS 0.30

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B325FE (or 0xB325FE) is known color: Electric Purple. HEX triplet: B3, 25 and FE. RGB value is (179,37,254). Sum of RGB (Red+Green+Blue) = 179+37+254=470 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.09% from 470); Green value is 37 (14.84% from 255 or 7.87% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #B325FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B325FE is #4CDA01. Grayscale: #676767. Windows color (decimal): -5036546 or 16655795. OLE color: 16655795.

HSL color Cylindrical-coordinate representation of color #B325FE: hue angle of 279.26º 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 #B325FE is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 179 37 254 -
CMYK 0.30 0.85 0 0.00
HSL 279.26º 0.99% 0.57% -
HSV(B) 279.26º 0.85% 1% -
XYZ 37.14 18.06 95.29 -
YUV 104.2 212.54 181.36 -
System Red Green Blue C M Y K H S L
Decimal 179 37 254 0.30 0.85 0 0.00 279.26 0.99 0.57
Hex B3 25 FE 1E 55 0 0 117 63 39
Octal 263 45 376 36 125 0 0 427 143 71
Binary 10110011 100101 11111110 11110 1010101 0 0 100010111 1100011 111001

Color Harmonies of #B325FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B325FE

Black with #B325FE

Text Example


Text Example

White with #B325FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B325FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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