Html Css Color HEX #B321F8 Electric Purple

📋 copy color: '#B321F8'

red 179 ◦ green 33 ◦ blue 248

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

Shades of Electric Purple #B321F8

Tints of Electric Purple #B321F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 53.91%

R = 38.91%
G = 7.17%
B = 53.91%

CMYK

 C value IS 0.28

 M value IS 0.87

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B321F8 (or 0xB321F8) is known color: Electric Purple. HEX triplet: B3, 21 and F8. RGB value is (179,33,248). Sum of RGB (Red+Green+Blue) = 179+33+248=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 33 (13.28% from 255 or 7.17% from 460); Blue value is 248 (97.27% from 255 or 53.91% from 460); Max value from RGB is 248 - color contains mainly: blue. Hex color #B321F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B321F8 is #4CDE07. Grayscale: #646464. Windows color (decimal): -5037576 or 16261555. OLE color: 16261555.

HSL color Cylindrical-coordinate representation of color #B321F8: hue angle of 280.74º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B321F8 is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 179 33 248 -
CMYK 0.28 0.87 0 0.03
HSL 280.74º 0.94% 0.55% -
HSV(B) 280.74º 0.87% 0.97% -
XYZ 36.08 17.45 90.27 -
YUV 101.16 210.87 183.52 -
System Red Green Blue C M Y K H S L
Decimal 179 33 248 0.28 0.87 0 0.03 280.74 0.94 0.55
Hex B3 21 F8 1C 57 0 3 119 5E 37
Octal 263 41 370 34 127 0 3 431 136 67
Binary 10110011 100001 11111000 11100 1010111 0 11 100011001 1011110 110111

Color Harmonies of #B321F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B321F8

Black with #B321F8

Text Example


Text Example

White with #B321F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B321F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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