#B321FF

Color #B321FF Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #B321FF

Tints of Electric Purple #B321FF

Color information

#B321FF (or 0xB321FF) is unknown color: approx 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

RGB17933255-
CMYK0.300.8700
HSL279.46º100%56.47%-
HSV(B)279.46º87.06%100%-
XYZ37.1817.8996.1-
YUV101.96214.37182.95-

RGB Variations

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

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.60%
R=38.33%
G=7.07%
B=54.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal179332550.300.8700279.4610056.47
HexB321FF1E57001176438
Octal26341377361270042714470
Binary1011001110000111111111111101010111001000101111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B321FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>