Html Css Color HEX #B21EFC Electric Purple

📋 copy color: '#B21EFC'

red 178 ◦ green 30 ◦ blue 252

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

Shades of Electric Purple #B21EFC

Tints of Electric Purple #B21EFC

RGB

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

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

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

R = 38.7%
G = 6.52%
B = 54.78%

CMYK

 C value IS 0.29

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B21EFC (or 0xB21EFC) is known color: Electric Purple. HEX triplet: B2, 1E and FC. RGB value is (178,30,252). Sum of RGB (Red+Green+Blue) = 178+30+252=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 30 (12.11% from 255 or 6.52% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #B21EFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B21EFC is #4DE103. Grayscale: #626262. Windows color (decimal): -5103876 or 16522930. OLE color: 16522930.

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

Color convert

RGB 178 30 252 -
CMYK 0.29 0.88 0 0.01
HSL 280º 0.97% 0.55% -
HSV(B) 280º 0.88% 0.99% -
XYZ 36.4 17.42 93.54 -
YUV 99.56 214.03 183.95 -
System Red Green Blue C M Y K H S L
Decimal 178 30 252 0.29 0.88 0 0.01 280 0.97 0.55
Hex B2 1E FC 1D 58 0 1 118 61 37
Octal 262 36 374 35 130 0 1 430 141 67
Binary 10110010 11110 11111100 11101 1011000 0 1 100011000 1100001 110111

Color Harmonies of #B21EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21EFC

Black with #B21EFC

Text Example


Text Example

White with #B21EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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