Html Css Color HEX #B320FB Electric Purple

📋 copy color: '#B320FB'

red 179 ◦ green 32 ◦ blue 251

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

Shades of Electric Purple #B320FB

Tints of Electric Purple #B320FB

RGB

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

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

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

R = 38.74%
G = 6.93%
B = 54.33%

CMYK

 C value IS 0.29

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B320FB (or 0xB320FB) is known color: Electric Purple. HEX triplet: B3, 20 and FB. RGB value is (179,32,251). Sum of RGB (Red+Green+Blue) = 179+32+251=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 32 (12.89% from 255 or 6.93% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #B320FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B320FB is #4CDF04. Grayscale: #646464. Windows color (decimal): -5037829 or 16457907. OLE color: 16457907.

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

Color convert

RGB 179 32 251 -
CMYK 0.29 0.87 0 0.02
HSL 280.27º 0.96% 0.55% -
HSV(B) 280.27º 0.87% 0.98% -
XYZ 36.52 17.58 92.74 -
YUV 100.92 212.7 183.69 -
System Red Green Blue C M Y K H S L
Decimal 179 32 251 0.29 0.87 0 0.02 280.27 0.96 0.55
Hex B3 20 FB 1D 57 0 2 118 60 37
Octal 263 40 373 35 127 0 2 430 140 67
Binary 10110011 100000 11111011 11101 1010111 0 10 100011000 1100000 110111

Color Harmonies of #B320FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B320FB

Black with #B320FB

Text Example


Text Example

White with #B320FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B320FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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