Html Css Color HEX #B325FA Electric Purple

📋 copy color: '#B325FA'

red 179 ◦ green 37 ◦ blue 250

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

Shades of Electric Purple #B325FA

Tints of Electric Purple #B325FA

RGB

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

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

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

R = 38.41%
G = 7.94%
B = 53.65%

CMYK

 C value IS 0.28

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B325FA (or 0xB325FA) is known color: Electric Purple. HEX triplet: B3, 25 and FA. RGB value is (179,37,250). Sum of RGB (Red+Green+Blue) = 179+37+250=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 37 (14.84% from 255 or 7.94% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #B325FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B325FA is #4CDA05. Grayscale: #676767. Windows color (decimal): -5036550 or 16393651. OLE color: 16393651.

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

Color convert

RGB 179 37 250 -
CMYK 0.28 0.85 0 0.02
HSL 280º 0.96% 0.56% -
HSV(B) 280º 0.85% 0.98% -
XYZ 36.51 17.81 91.96 -
YUV 103.74 210.54 181.68 -
System Red Green Blue C M Y K H S L
Decimal 179 37 250 0.28 0.85 0 0.02 280 0.96 0.56
Hex B3 25 FA 1C 55 0 2 118 60 38
Octal 263 45 372 34 125 0 2 430 140 70
Binary 10110011 100101 11111010 11100 1010101 0 10 100011000 1100000 111000

Color Harmonies of #B325FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B325FA

Black with #B325FA

Text Example


Text Example

White with #B325FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B325FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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