Html Css Color HEX #B11AFC Electric Purple

📋 copy color: '#B11AFC'

red 177 ◦ green 26 ◦ blue 252

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

Shades of Electric Purple #B11AFC

Tints of Electric Purple #B11AFC

RGB

 RED value IS 177 (69.53% from 255) = 38.9%

 GREEN value IS 26 (10.55% from 255) = 5.71%

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

R = 38.9%
G = 5.71%
B = 55.38%

CMYK

 C value IS 0.30

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B11AFC (or 0xB11AFC) is known color: Electric Purple. HEX triplet: B1, 1A and FC. RGB value is (177,26,252). Sum of RGB (Red+Green+Blue) = 177+26+252=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 26 (10.55% from 255 or 5.71% from 455); Blue value is 252 (98.83% from 255 or 55.38% from 455); Max value from RGB is 252 - color contains mainly: blue. Hex color #B11AFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11AFC is #4EE503. Grayscale: #606060. Windows color (decimal): -5170436 or 16521905. OLE color: 16521905.

HSL color Cylindrical-coordinate representation of color #B11AFC: hue angle of 280.09º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B11AFC is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 26 252 -
CMYK 0.30 0.90 0 0.01
HSL 280.09º 0.97% 0.55% -
HSV(B) 280.09º 0.9% 0.99% -
XYZ 36.07 17.11 93.5 -
YUV 96.91 215.53 185.12 -
System Red Green Blue C M Y K H S L
Decimal 177 26 252 0.30 0.90 0 0.01 280.09 0.97 0.55
Hex B1 1A FC 1E 5A 0 1 118 61 37
Octal 261 32 374 36 132 0 1 430 141 67
Binary 10110001 11010 11111100 11110 1011010 0 1 100011000 1100001 110111

Color Harmonies of #B11AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11AFC

Black with #B11AFC

Text Example


Text Example

White with #B11AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11AFC; }

 p { color: rgb(177,26,252); }

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

background-color css

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

 a { background-color: rgb(177,26,252); }

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

border-color css

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

 span { border-color: rgb(177,26,252); }

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