Html Css Color HEX #B321F9 Electric Purple

📋 copy color: '#B321F9'

red 179 ◦ green 33 ◦ blue 249

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

Shades of Electric Purple #B321F9

Tints of Electric Purple #B321F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 54.01%

R = 38.83%
G = 7.16%
B = 54.01%

CMYK

 C value IS 0.28

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B321F9 (or 0xB321F9) is known color: Electric Purple. HEX triplet: B3, 21 and F9. RGB value is (179,33,249). Sum of RGB (Red+Green+Blue) = 179+33+249=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 33 (13.28% from 255 or 7.16% from 461); Blue value is 249 (97.66% from 255 or 54.01% from 461); Max value from RGB is 249 - color contains mainly: blue. Hex color #B321F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B321F9 is #4CDE06. Grayscale: #646464. Windows color (decimal): -5037575 or 16327091. OLE color: 16327091.

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

Color convert

RGB 179 33 249 -
CMYK 0.28 0.87 0 0.02
HSL 280.56º 0.95% 0.55% -
HSV(B) 280.56º 0.87% 0.98% -
XYZ 36.23 17.51 91.09 -
YUV 101.28 211.37 183.44 -
System Red Green Blue C M Y K H S L
Decimal 179 33 249 0.28 0.87 0 0.02 280.56 0.95 0.55
Hex B3 21 F9 1C 57 0 2 119 5F 37
Octal 263 41 371 34 127 0 2 431 137 67
Binary 10110011 100001 11111001 11100 1010111 0 10 100011001 1011111 110111

Color Harmonies of #B321F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B321F9

Black with #B321F9

Text Example


Text Example

White with #B321F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B321F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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