Html Css Color HEX #B21CFE Electric Purple

📋 copy color: '#B21CFE'

red 178 ◦ green 28 ◦ blue 254

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

Shades of Electric Purple #B21CFE

Tints of Electric Purple #B21CFE

RGB

 RED value IS 178 (69.92% from 255) = 38.7%

 GREEN value IS 28 (11.33% from 255) = 6.09%

 BLUE value IS 254 (99.61% from 255) = 55.22%

R = 38.7%
G = 6.09%
B = 55.22%

CMYK

 C value IS 0.30

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B21CFE (or 0xB21CFE) is known color: Electric Purple. HEX triplet: B2, 1C and FE. RGB value is (178,28,254). Sum of RGB (Red+Green+Blue) = 178+28+254=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 28 (11.33% from 255 or 6.09% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #B21CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B21CFE is #4DE301. Grayscale: #616161. Windows color (decimal): -5104386 or 16653490. OLE color: 16653490.

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

Color convert

RGB 178 28 254 -
CMYK 0.30 0.89 0 0.00
HSL 279.82º 0.99% 0.55% -
HSV(B) 279.82º 0.89% 1% -
XYZ 36.66 17.45 95.2 -
YUV 98.61 215.7 184.62 -
System Red Green Blue C M Y K H S L
Decimal 178 28 254 0.30 0.89 0 0.00 279.82 0.99 0.55
Hex B2 1C FE 1E 59 0 0 118 63 37
Octal 262 34 376 36 131 0 0 430 143 67
Binary 10110010 11100 11111110 11110 1011001 0 0 100011000 1100011 110111

Color Harmonies of #B21CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21CFE

Black with #B21CFE

Text Example


Text Example

White with #B21CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21CFE; }

 p { color: rgb(178,28,254); }

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

background-color css

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

 a { background-color: rgb(178,28,254); }

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

border-color css

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

 span { border-color: rgb(178,28,254); }

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