Html Css Color HEX #B212FE Electric Purple

📋 copy color: '#B212FE'

red 178 ◦ green 18 ◦ blue 254

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

Shades of Electric Purple #B212FE

Tints of Electric Purple #B212FE

RGB

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

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

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

R = 39.56%
G = 4%
B = 56.44%

CMYK

 C value IS 0.30

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B212FE (or 0xB212FE) is known color: Electric Purple. HEX triplet: B2, 12 and FE. RGB value is (178,18,254). Sum of RGB (Red+Green+Blue) = 178+18+254=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 18 (7.42% from 255 or 4% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #B212FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B212FE is #4DED01. Grayscale: #5B5B5B. Windows color (decimal): -5106946 or 16650930. OLE color: 16650930.

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

Color convert

RGB 178 18 254 -
CMYK 0.30 0.93 0 0.00
HSL 280.68º 0.99% 0.53% -
HSV(B) 280.68º 0.93% 1% -
XYZ 36.47 17.05 95.14 -
YUV 92.74 219.01 188.81 -
System Red Green Blue C M Y K H S L
Decimal 178 18 254 0.30 0.93 0 0.00 280.68 0.99 0.53
Hex B2 12 FE 1E 5D 0 0 119 63 35
Octal 262 22 376 36 135 0 0 431 143 65
Binary 10110010 10010 11111110 11110 1011101 0 0 100011001 1100011 110101

Color Harmonies of #B212FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B212FE

Black with #B212FE

Text Example


Text Example

White with #B212FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B212FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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