Html Css Color HEX #B211FA Electric Purple

📋 copy color: '#B211FA'

red 178 ◦ green 17 ◦ blue 250

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

Shades of Electric Purple #B211FA

Tints of Electric Purple #B211FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.18%

R = 40%
G = 3.82%
B = 56.18%

CMYK

 C value IS 0.29

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B211FA (or 0xB211FA) is known color: Electric Purple. HEX triplet: B2, 11 and FA. RGB value is (178,17,250). Sum of RGB (Red+Green+Blue) = 178+17+250=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 17 (7.03% from 255 or 3.82% from 445); Blue value is 250 (98.05% from 255 or 56.18% from 445); Max value from RGB is 250 - color contains mainly: blue. Hex color #B211FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B211FA is #4DEE05. Grayscale: #5A5A5A. Windows color (decimal): -5107206 or 16388530. OLE color: 16388530.

HSL color Cylindrical-coordinate representation of color #B211FA: hue angle of 281.46º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B211FA is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 17 250 -
CMYK 0.29 0.93 0 0.02
HSL 281.46º 0.96% 0.52% -
HSV(B) 281.46º 0.93% 0.98% -
XYZ 35.82 16.77 91.79 -
YUV 91.7 217.34 189.55 -
System Red Green Blue C M Y K H S L
Decimal 178 17 250 0.29 0.93 0 0.02 281.46 0.96 0.52
Hex B2 11 FA 1D 5D 0 2 119 60 34
Octal 262 21 372 35 135 0 2 431 140 64
Binary 10110010 10001 11111010 11101 1011101 0 10 100011001 1100000 110100

Color Harmonies of #B211FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B211FA

Black with #B211FA

Text Example


Text Example

White with #B211FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B211FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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