Html Css Color HEX #B321FB Electric Purple

📋 copy color: '#B321FB'

red 179 ◦ green 33 ◦ blue 251

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

Shades of Electric Purple #B321FB

Tints of Electric Purple #B321FB

RGB

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

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

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

R = 38.66%
G = 7.13%
B = 54.21%

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

#B321FB (or 0xB321FB) is known color: Electric Purple. HEX triplet: B3, 21 and FB. RGB value is (179,33,251). Sum of RGB (Red+Green+Blue) = 179+33+251=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 33 (13.28% from 255 or 7.13% from 463); Blue value is 251 (98.44% from 255 or 54.21% from 463); Max value from RGB is 251 - color contains mainly: blue. Hex color #B321FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B321FB is #4CDE04. Grayscale: #646464. Windows color (decimal): -5037573 or 16458163. OLE color: 16458163.

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

Color convert

RGB 179 33 251 -
CMYK 0.29 0.87 0 0.02
HSL 280.18º 0.96% 0.56% -
HSV(B) 280.18º 0.87% 0.98% -
XYZ 36.55 17.64 92.74 -
YUV 101.51 212.37 183.27 -
System Red Green Blue C M Y K H S L
Decimal 179 33 251 0.29 0.87 0 0.02 280.18 0.96 0.56
Hex B3 21 FB 1D 57 0 2 118 60 38
Octal 263 41 373 35 127 0 2 430 140 70
Binary 10110011 100001 11111011 11101 1010111 0 10 100011000 1100000 111000

Color Harmonies of #B321FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B321FB

Black with #B321FB

Text Example


Text Example

White with #B321FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B321FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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