Html Css Color HEX #B321FF Electric Purple

📋 copy color: '#B321FF'

red 179 ◦ green 33 ◦ blue 255

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

Shades of Electric Purple #B321FF

Tints of Electric Purple #B321FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.6%

R = 38.33%
G = 7.07%
B = 54.6%

CMYK

 C value IS 0.30

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B321FF (or 0xB321FF) is known color: Electric Purple. HEX triplet: B3, 21 and FF. RGB value is (179,33,255). Sum of RGB (Red+Green+Blue) = 179+33+255=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 33 (13.28% from 255 or 7.07% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #B321FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B321FF is #4CDE00. Grayscale: #656565. Windows color (decimal): -5037569 or 16720307. OLE color: 16720307.

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

Color convert

RGB 179 33 255 -
CMYK 0.30 0.87 0 0
HSL 279.46º 1% 0.56% -
HSV(B) 279.46º 0.87% 1% -
XYZ 37.18 17.89 96.1 -
YUV 101.96 214.37 182.95 -
System Red Green Blue C M Y K H S L
Decimal 179 33 255 0.30 0.87 0 0 279.46 1 0.56
Hex B3 21 FF 1E 57 0 0 117 64 38
Octal 263 41 377 36 127 0 0 427 144 70
Binary 10110011 100001 11111111 11110 1010111 0 0 100010111 1100100 111000

Color Harmonies of #B321FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B321FF

Black with #B321FF

Text Example


Text Example

White with #B321FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B321FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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