Html Css Color HEX #B211FB Electric Purple

📋 copy color: '#B211FB'

red 178 ◦ green 17 ◦ blue 251

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

Shades of Electric Purple #B211FB

Tints of Electric Purple #B211FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 56.28%

R = 39.91%
G = 3.81%
B = 56.28%

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

#B211FB (or 0xB211FB) is known color: Electric Purple. HEX triplet: B2, 11 and FB. RGB value is (178,17,251). Sum of RGB (Red+Green+Blue) = 178+17+251=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 17 (7.03% from 255 or 3.81% from 446); Blue value is 251 (98.44% from 255 or 56.28% from 446); Max value from RGB is 251 - color contains mainly: blue. Hex color #B211FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B211FB is #4DEE04. Grayscale: #5B5B5B. Windows color (decimal): -5107205 or 16454066. OLE color: 16454066.

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

Color convert

RGB 178 17 251 -
CMYK 0.29 0.93 0 0.02
HSL 281.28º 0.97% 0.53% -
HSV(B) 281.28º 0.93% 0.98% -
XYZ 35.97 16.83 92.62 -
YUV 91.82 217.84 189.47 -
System Red Green Blue C M Y K H S L
Decimal 178 17 251 0.29 0.93 0 0.02 281.28 0.97 0.53
Hex B2 11 FB 1D 5D 0 2 119 61 35
Octal 262 21 373 35 135 0 2 431 141 65
Binary 10110010 10001 11111011 11101 1011101 0 10 100011001 1100001 110101

Color Harmonies of #B211FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B211FB

Black with #B211FB

Text Example


Text Example

White with #B211FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B211FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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