Html Css Color HEX #B323F1 Electric Purple

📋 copy color: '#B323F1'

red 179 ◦ green 35 ◦ blue 241

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

Shades of Electric Purple #B323F1

Tints of Electric Purple #B323F1

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.69%

 BLUE value IS 241 (94.53% from 255) = 52.97%

R = 39.34%
G = 7.69%
B = 52.97%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B323F1 (or 0xB323F1) is known color: Electric Purple. HEX triplet: B3, 23 and F1. RGB value is (179,35,241). Sum of RGB (Red+Green+Blue) = 179+35+241=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 35 (14.06% from 255 or 7.69% from 455); Blue value is 241 (94.53% from 255 or 52.97% from 455); Max value from RGB is 241 - color contains mainly: blue. Hex color #B323F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B323F1 is #4CDC0E. Grayscale: #646464. Windows color (decimal): -5037071 or 15803315. OLE color: 15803315.

HSL color Cylindrical-coordinate representation of color #B323F1: hue angle of 281.94º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B323F1 is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 179 35 241 -
CMYK 0.26 0.85 0 0.05
HSL 281.94º 0.88% 0.54% -
HSV(B) 281.94º 0.85% 0.95% -
XYZ 35.07 17.14 84.68 -
YUV 101.54 206.71 183.25 -
System Red Green Blue C M Y K H S L
Decimal 179 35 241 0.26 0.85 0 0.05 281.94 0.88 0.54
Hex B3 23 F1 1A 55 0 5 11A 58 36
Octal 263 43 361 32 125 0 5 432 130 66
Binary 10110011 100011 11110001 11010 1010101 0 101 100011010 1011000 110110

Color Harmonies of #B323F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B323F1

Black with #B323F1

Text Example


Text Example

White with #B323F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B323F1; }

 p { color: rgb(179,35,241); }

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

background-color css

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

 a { background-color: rgb(179,35,241); }

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

border-color css

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

 span { border-color: rgb(179,35,241); }

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