Html Css Color HEX #B320FF Electric Purple

📋 copy color: '#B320FF'

red 179 ◦ green 32 ◦ blue 255

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

Shades of Electric Purple #B320FF

Tints of Electric Purple #B320FF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.87%

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

R = 38.41%
G = 6.87%
B = 54.72%

CMYK

 C value IS 0.30

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B320FF (or 0xB320FF) is known color: Electric Purple. HEX triplet: B3, 20 and FF. RGB value is (179,32,255). Sum of RGB (Red+Green+Blue) = 179+32+255=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 32 (12.89% from 255 or 6.87% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #B320FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B320FF is #4CDF00. Grayscale: #646464. Windows color (decimal): -5037825 or 16720051. OLE color: 16720051.

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

Color convert

RGB 179 32 255 -
CMYK 0.30 0.87 0 0
HSL 279.55º 1% 0.56% -
HSV(B) 279.55º 0.87% 1% -
XYZ 37.16 17.84 96.09 -
YUV 101.38 214.7 183.37 -
System Red Green Blue C M Y K H S L
Decimal 179 32 255 0.30 0.87 0 0 279.55 1 0.56
Hex B3 20 FF 1E 57 0 0 118 64 38
Octal 263 40 377 36 127 0 0 430 144 70
Binary 10110011 100000 11111111 11110 1010111 0 0 100011000 1100100 111000

Color Harmonies of #B320FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B320FF

Black with #B320FF

Text Example


Text Example

White with #B320FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B320FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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