Html Css Color HEX #B21EFB Electric Purple

📋 copy color: '#B21EFB'

red 178 ◦ green 30 ◦ blue 251

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

Shades of Electric Purple #B21EFB

Tints of Electric Purple #B21EFB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.54%

 BLUE value IS 251 (98.44% from 255) = 54.68%

R = 38.78%
G = 6.54%
B = 54.68%

CMYK

 C value IS 0.29

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B21EFB (or 0xB21EFB) is known color: Electric Purple. HEX triplet: B2, 1E and FB. RGB value is (178,30,251). Sum of RGB (Red+Green+Blue) = 178+30+251=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 30 (12.11% from 255 or 6.54% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #B21EFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B21EFB is #4DE104. Grayscale: #626262. Windows color (decimal): -5103877 or 16457394. OLE color: 16457394.

HSL color Cylindrical-coordinate representation of color #B21EFB: hue angle of 280.18º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B21EFB is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 30 251 -
CMYK 0.29 0.88 0 0.02
HSL 280.18º 0.97% 0.55% -
HSV(B) 280.18º 0.88% 0.98% -
XYZ 36.24 17.36 92.71 -
YUV 99.45 213.53 184.03 -
System Red Green Blue C M Y K H S L
Decimal 178 30 251 0.29 0.88 0 0.02 280.18 0.97 0.55
Hex B2 1E FB 1D 58 0 2 118 61 37
Octal 262 36 373 35 130 0 2 430 141 67
Binary 10110010 11110 11111011 11101 1011000 0 10 100011000 1100001 110111

Color Harmonies of #B21EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21EFB

Black with #B21EFB

Text Example


Text Example

White with #B21EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21EFB; }

 p { color: rgb(178,30,251); }

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

background-color css

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

 a { background-color: rgb(178,30,251); }

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

border-color css

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

 span { border-color: rgb(178,30,251); }

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