Html Css Color HEX #B211FC Electric Purple

📋 copy color: '#B211FC'

red 178 ◦ green 17 ◦ blue 252

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

Shades of Electric Purple #B211FC

Tints of Electric Purple #B211FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.38%

R = 39.82%
G = 3.8%
B = 56.38%

CMYK

 C value IS 0.29

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B211FC (or 0xB211FC) is known color: Electric Purple. HEX triplet: B2, 11 and FC. RGB value is (178,17,252). Sum of RGB (Red+Green+Blue) = 178+17+252=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 17 (7.03% from 255 or 3.80% from 447); Blue value is 252 (98.83% from 255 or 56.38% from 447); Max value from RGB is 252 - color contains mainly: blue. Hex color #B211FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B211FC is #4DEE03. Grayscale: #5B5B5B. Windows color (decimal): -5107204 or 16519602. OLE color: 16519602.

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

Color convert

RGB 178 17 252 -
CMYK 0.29 0.93 0 0.01
HSL 281.11º 0.98% 0.53% -
HSV(B) 281.11º 0.93% 0.99% -
XYZ 36.13 16.89 93.45 -
YUV 91.93 218.34 189.39 -
System Red Green Blue C M Y K H S L
Decimal 178 17 252 0.29 0.93 0 0.01 281.11 0.98 0.53
Hex B2 11 FC 1D 5D 0 1 119 62 35
Octal 262 21 374 35 135 0 1 431 142 65
Binary 10110010 10001 11111100 11101 1011101 0 1 100011001 1100010 110101

Color Harmonies of #B211FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B211FC

Black with #B211FC

Text Example


Text Example

White with #B211FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B211FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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