Html Css Color HEX #B11EFC Electric Purple

📋 copy color: '#B11EFC'

red 177 ◦ green 30 ◦ blue 252

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

Shades of Electric Purple #B11EFC

Tints of Electric Purple #B11EFC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.54%

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

R = 38.56%
G = 6.54%
B = 54.9%

CMYK

 C value IS 0.30

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B11EFC (or 0xB11EFC) is known color: Electric Purple. HEX triplet: B1, 1E and FC. RGB value is (177,30,252). Sum of RGB (Red+Green+Blue) = 177+30+252=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 30 (12.11% from 255 or 6.54% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #B11EFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11EFC is #4EE103. Grayscale: #626262. Windows color (decimal): -5169412 or 16522929. OLE color: 16522929.

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

Color convert

RGB 177 30 252 -
CMYK 0.30 0.88 0 0.01
HSL 279.73º 0.97% 0.55% -
HSV(B) 279.73º 0.88% 0.99% -
XYZ 36.17 17.3 93.53 -
YUV 99.26 214.2 183.45 -
System Red Green Blue C M Y K H S L
Decimal 177 30 252 0.30 0.88 0 0.01 279.73 0.97 0.55
Hex B1 1E FC 1E 58 0 1 118 61 37
Octal 261 36 374 36 130 0 1 430 141 67
Binary 10110001 11110 11111100 11110 1011000 0 1 100011000 1100001 110111

Color Harmonies of #B11EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11EFC

Black with #B11EFC

Text Example


Text Example

White with #B11EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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