#B21BF8

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

Shades of Electric Purple #B21BF8

Tints of Electric Purple #B21BF8

Color information

#B21BF8 (or 0xB21BF8) is unknown color: approx Electric Purple. HEX triplet: B2, 1B and F8. RGB value is (178,27,248). Sum of RGB (Red+Green+Blue) = 178+27+248=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 27 (10.94% from 255 or 5.96% from 453); Blue value is 248 (97.27% from 255 or 54.75% from 453); Max value from RGB is 248 - color contains mainly: blue. Hex color #B21BF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B21BF8 is #4DE407. Grayscale: #606060. Windows color (decimal): -5104648 or 16260018. OLE color: 16260018.

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

Color convert

RGB17827248-
CMYK0.280.8900.03
HSL281º94.04%53.92%-
HSV(B)281º89.11%97.25%-
XYZ35.717.0390.21-
YUV97.34213.03185.53-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.29%
GREEN value IS 27 (10.94% from 255) = 5.96%
BLUE value IS 248 (97.27% from 255) = 54.75%
R=39.29%
G=5.96%
B=54.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal178272480.280.8900.0328194.0453.92
HexB21BF81C59031195e36
Octal26233370341310343113666
Binary1011001011011111110001110010110010111000110011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21BF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21BF8; }

 p { color: rgb(178,27,248); }

 H1.HeaderClassName
 {
   color: #B21BF8;
 }
 .AnyTagClassName
 {
   color: #B21BF8;
 }
</style>
background-color css

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

 a { background-color: rgb(178,27,248); }

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

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

 span { border-color: rgb(178,27,248); }

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