Html Css Color HEX #B320F3 Electric Purple

📋 copy color: '#B320F3'

red 179 ◦ green 32 ◦ blue 243

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

Shades of Electric Purple #B320F3

Tints of Electric Purple #B320F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 53.52%

R = 39.43%
G = 7.05%
B = 53.52%

CMYK

 C value IS 0.26

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B320F3 (or 0xB320F3) is known color: Electric Purple. HEX triplet: B3, 20 and F3. RGB value is (179,32,243). Sum of RGB (Red+Green+Blue) = 179+32+243=454 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.43% from 454); Green value is 32 (12.89% from 255 or 7.05% from 454); Blue value is 243 (95.31% from 255 or 53.52% from 454); Max value from RGB is 243 - color contains mainly: blue. Hex color #B320F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B320F3 is #4CDF0C. Grayscale: #636363. Windows color (decimal): -5037837 or 15933619. OLE color: 15933619.

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

Color convert

RGB 179 32 243 -
CMYK 0.26 0.87 0 0.05
HSL 281.8º 0.9% 0.54% -
HSV(B) 281.8º 0.87% 0.95% -
XYZ 35.28 17.09 86.23 -
YUV 100.01 208.7 184.34 -
System Red Green Blue C M Y K H S L
Decimal 179 32 243 0.26 0.87 0 0.05 281.8 0.9 0.54
Hex B3 20 F3 1A 57 0 5 11A 5A 36
Octal 263 40 363 32 127 0 5 432 132 66
Binary 10110011 100000 11110011 11010 1010111 0 101 100011010 1011010 110110

Color Harmonies of #B320F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B320F3

Black with #B320F3

Text Example


Text Example

White with #B320F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B320F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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