Html Css Color HEX #B211FE Electric Purple

📋 copy color: '#B211FE'

red 178 ◦ green 17 ◦ blue 254

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

Shades of Electric Purple #B211FE

Tints of Electric Purple #B211FE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.79%

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

R = 39.64%
G = 3.79%
B = 56.57%

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

#B211FE (or 0xB211FE) is known color: Electric Purple. HEX triplet: B2, 11 and FE. RGB value is (178,17,254). Sum of RGB (Red+Green+Blue) = 178+17+254=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 17 (7.03% from 255 or 3.79% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #B211FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B211FE is #4DEE01. Grayscale: #5B5B5B. Windows color (decimal): -5107202 or 16650674. OLE color: 16650674.

HSL color Cylindrical-coordinate representation of color #B211FE: hue angle of 280.76º 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 #B211FE is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 178 17 254 -
CMYK 0.30 0.93 0 0.00
HSL 280.76º 0.99% 0.53% -
HSV(B) 280.76º 0.93% 1% -
XYZ 36.45 17.02 95.13 -
YUV 92.16 219.34 189.23 -
System Red Green Blue C M Y K H S L
Decimal 178 17 254 0.30 0.93 0 0.00 280.76 0.99 0.53
Hex B2 11 FE 1E 5D 0 0 119 63 35
Octal 262 21 376 36 135 0 0 431 143 65
Binary 10110010 10001 11111110 11110 1011101 0 0 100011001 1100011 110101

Color Harmonies of #B211FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B211FE

Black with #B211FE

Text Example


Text Example

White with #B211FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B211FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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