Html Css Color HEX #B212E2 Electric Purple

📋 copy color: '#B212E2'

red 178 ◦ green 18 ◦ blue 226

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

Shades of Electric Purple #B212E2

Tints of Electric Purple #B212E2

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.27%

 BLUE value IS 226 (88.67% from 255) = 53.55%

R = 42.18%
G = 4.27%
B = 53.55%

CMYK

 C value IS 0.21

 M value IS 0.92

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B212E2 (or 0xB212E2) is known color: Electric Purple. HEX triplet: B2, 12 and E2. RGB value is (178,18,226). Sum of RGB (Red+Green+Blue) = 178+18+226=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 18 (7.42% from 255 or 4.27% from 422); Blue value is 226 (88.67% from 255 or 53.55% from 422); Max value from RGB is 226 - color contains mainly: blue. Hex color #B212E2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B212E2 is #4DED1D. Grayscale: #585858. Windows color (decimal): -5106974 or 14815922. OLE color: 14815922.

HSL color Cylindrical-coordinate representation of color #B212E2: hue angle of 286.15º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B212E2 is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 178 18 226 -
CMYK 0.21 0.92 0 0.11
HSL 286.15º 0.85% 0.48% -
HSV(B) 286.15º 0.92% 0.89% -
XYZ 32.3 15.39 73.22 -
YUV 89.55 205.01 191.09 -
System Red Green Blue C M Y K H S L
Decimal 178 18 226 0.21 0.92 0 0.11 286.15 0.85 0.48
Hex B2 12 E2 15 5C 0 B 11E 55 30
Octal 262 22 342 25 134 0 13 436 125 60
Binary 10110010 10010 11100010 10101 1011100 0 1011 100011110 1010101 110000

Color Harmonies of #B212E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B212E2

Black with #B212E2

Text Example


Text Example

White with #B212E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B212E2; }

 p { color: rgb(178,18,226); }

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

background-color css

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

 a { background-color: rgb(178,18,226); }

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

border-color css

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

 span { border-color: rgb(178,18,226); }

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