Html Css Color HEX #B321FC Electric Purple

📋 copy color: '#B321FC'

red 179 ◦ green 33 ◦ blue 252

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

Shades of Electric Purple #B321FC

Tints of Electric Purple #B321FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.31%

R = 38.58%
G = 7.11%
B = 54.31%

CMYK

 C value IS 0.29

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B321FC (or 0xB321FC) is known color: Electric Purple. HEX triplet: B3, 21 and FC. RGB value is (179,33,252). Sum of RGB (Red+Green+Blue) = 179+33+252=464 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.58% from 464); Green value is 33 (13.28% from 255 or 7.11% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #B321FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B321FC is #4CDE03. Grayscale: #646464. Windows color (decimal): -5037572 or 16523699. OLE color: 16523699.

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

Color convert

RGB 179 33 252 -
CMYK 0.29 0.87 0 0.01
HSL 280º 0.97% 0.56% -
HSV(B) 280º 0.87% 0.99% -
XYZ 36.7 17.7 93.58 -
YUV 101.62 212.87 183.19 -
System Red Green Blue C M Y K H S L
Decimal 179 33 252 0.29 0.87 0 0.01 280 0.97 0.56
Hex B3 21 FC 1D 57 0 1 118 61 38
Octal 263 41 374 35 127 0 1 430 141 70
Binary 10110011 100001 11111100 11101 1010111 0 1 100011000 1100001 111000

Color Harmonies of #B321FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B321FC

Black with #B321FC

Text Example


Text Example

White with #B321FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B321FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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