Html Css Color HEX #B212E8 Electric Purple

📋 copy color: '#B212E8'

red 178 ◦ green 18 ◦ blue 232

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

Shades of Electric Purple #B212E8

Tints of Electric Purple #B212E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 54.21%

R = 41.59%
G = 4.21%
B = 54.21%

CMYK

 C value IS 0.23

 M value IS 0.92

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B212E8 (or 0xB212E8) is known color: Electric Purple. HEX triplet: B2, 12 and E8. RGB value is (178,18,232). Sum of RGB (Red+Green+Blue) = 178+18+232=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 18 (7.42% from 255 or 4.21% from 428); Blue value is 232 (91.02% from 255 or 54.21% from 428); Max value from RGB is 232 - color contains mainly: blue. Hex color #B212E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B212E8 is #4DED17. Grayscale: #595959. Windows color (decimal): -5106968 or 15209138. OLE color: 15209138.

HSL color Cylindrical-coordinate representation of color #B212E8: hue angle of 284.86º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B212E8 is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 178 18 232 -
CMYK 0.23 0.92 0 0.09
HSL 284.86º 0.86% 0.49% -
HSV(B) 284.86º 0.92% 0.91% -
XYZ 33.14 15.72 77.63 -
YUV 90.24 208.01 190.6 -
System Red Green Blue C M Y K H S L
Decimal 178 18 232 0.23 0.92 0 0.09 284.86 0.86 0.49
Hex B2 12 E8 17 5C 0 9 11D 56 31
Octal 262 22 350 27 134 0 11 435 126 61
Binary 10110010 10010 11101000 10111 1011100 0 1001 100011101 1010110 110001

Color Harmonies of #B212E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B212E8

Black with #B212E8

Text Example


Text Example

White with #B212E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B212E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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