Html Css Color HEX #B326FB Electric Purple

📋 copy color: '#B326FB'

red 179 ◦ green 38 ◦ blue 251

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

Shades of Electric Purple #B326FB

Tints of Electric Purple #B326FB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.12%

 BLUE value IS 251 (98.44% from 255) = 53.63%

R = 38.25%
G = 8.12%
B = 53.63%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B326FB (or 0xB326FB) is known color: Electric Purple. HEX triplet: B3, 26 and FB. RGB value is (179,38,251). Sum of RGB (Red+Green+Blue) = 179+38+251=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 38 (15.23% from 255 or 8.12% from 468); Blue value is 251 (98.44% from 255 or 53.63% from 468); Max value from RGB is 251 - color contains mainly: blue. Hex color #B326FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B326FB is #4CD904. Grayscale: #676767. Windows color (decimal): -5036293 or 16459443. OLE color: 16459443.

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

Color convert

RGB 179 38 251 -
CMYK 0.29 0.85 0 0.02
HSL 279.72º 0.96% 0.57% -
HSV(B) 279.72º 0.85% 0.98% -
XYZ 36.7 17.93 92.79 -
YUV 104.44 210.71 181.18 -
System Red Green Blue C M Y K H S L
Decimal 179 38 251 0.29 0.85 0 0.02 279.72 0.96 0.57
Hex B3 26 FB 1D 55 0 2 118 60 39
Octal 263 46 373 35 125 0 2 430 140 71
Binary 10110011 100110 11111011 11101 1010101 0 10 100011000 1100000 111001

Color Harmonies of #B326FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B326FB

Black with #B326FB

Text Example


Text Example

White with #B326FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B326FB; }

 p { color: rgb(179,38,251); }

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

background-color css

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

 a { background-color: rgb(179,38,251); }

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

border-color css

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

 span { border-color: rgb(179,38,251); }

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