Html Css Color HEX #B321FA Electric Purple

📋 copy color: '#B321FA'

red 179 ◦ green 33 ◦ blue 250

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

Shades of Electric Purple #B321FA

Tints of Electric Purple #B321FA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.14%

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

R = 38.74%
G = 7.14%
B = 54.11%

CMYK

 C value IS 0.28

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B321FA (or 0xB321FA) is known color: Electric Purple. HEX triplet: B3, 21 and FA. RGB value is (179,33,250). Sum of RGB (Red+Green+Blue) = 179+33+250=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 33 (13.28% from 255 or 7.14% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #B321FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B321FA is #4CDE05. Grayscale: #646464. Windows color (decimal): -5037574 or 16392627. OLE color: 16392627.

HSL color Cylindrical-coordinate representation of color #B321FA: hue angle of 280.37º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B321FA is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 33 250 -
CMYK 0.28 0.87 0 0.02
HSL 280.37º 0.96% 0.55% -
HSV(B) 280.37º 0.87% 0.98% -
XYZ 36.39 17.57 91.92 -
YUV 101.39 211.87 183.36 -
System Red Green Blue C M Y K H S L
Decimal 179 33 250 0.28 0.87 0 0.02 280.37 0.96 0.55
Hex B3 21 FA 1C 57 0 2 118 60 37
Octal 263 41 372 34 127 0 2 430 140 67
Binary 10110011 100001 11111010 11100 1010111 0 10 100011000 1100000 110111

Color Harmonies of #B321FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B321FA

Black with #B321FA

Text Example


Text Example

White with #B321FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B321FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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