Html Css Color HEX #B328FF Electric Purple

📋 copy color: '#B328FF'

red 179 ◦ green 40 ◦ blue 255

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

Shades of Electric Purple #B328FF

Tints of Electric Purple #B328FF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.44%

 BLUE value IS 255 (100% from 255) = 53.8%

R = 37.76%
G = 8.44%
B = 53.8%

CMYK

 C value IS 0.30

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B328FF (or 0xB328FF) is known color: Electric Purple. HEX triplet: B3, 28 and FF. RGB value is (179,40,255). Sum of RGB (Red+Green+Blue) = 179+40+255=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 40 (16.02% from 255 or 8.44% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #B328FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B328FF is #4CD700. Grayscale: #696969. Windows color (decimal): -5035777 or 16722099. OLE color: 16722099.

HSL color Cylindrical-coordinate representation of color #B328FF: hue angle of 278.79º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B328FF is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 179 40 255 -
CMYK 0.30 0.84 0 0
HSL 278.79º 1% 0.58% -
HSV(B) 278.79º 0.84% 1% -
XYZ 37.4 18.32 96.17 -
YUV 106.07 212.05 180.02 -
System Red Green Blue C M Y K H S L
Decimal 179 40 255 0.30 0.84 0 0 278.79 1 0.58
Hex B3 28 FF 1E 54 0 0 117 64 3A
Octal 263 50 377 36 124 0 0 427 144 72
Binary 10110011 101000 11111111 11110 1010100 0 0 100010111 1100100 111010

Color Harmonies of #B328FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B328FF

Black with #B328FF

Text Example


Text Example

White with #B328FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B328FF; }

 p { color: rgb(179,40,255); }

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

background-color css

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

 a { background-color: rgb(179,40,255); }

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

border-color css

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

 span { border-color: rgb(179,40,255); }

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