Html Css Color HEX #B11CF7 Electric Purple

📋 copy color: '#B11CF7'

red 177 ◦ green 28 ◦ blue 247

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

Shades of Electric Purple #B11CF7

Tints of Electric Purple #B11CF7

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.19%

 BLUE value IS 247 (96.88% from 255) = 54.65%

R = 39.16%
G = 6.19%
B = 54.65%

CMYK

 C value IS 0.28

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B11CF7 (or 0xB11CF7) is known color: Electric Purple. HEX triplet: B1, 1C and F7. RGB value is (177,28,247). Sum of RGB (Red+Green+Blue) = 177+28+247=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 28 (11.33% from 255 or 6.19% from 452); Blue value is 247 (96.88% from 255 or 54.65% from 452); Max value from RGB is 247 - color contains mainly: blue. Hex color #B11CF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11CF7 is #4EE308. Grayscale: #606060. Windows color (decimal): -5169929 or 16194737. OLE color: 16194737.

HSL color Cylindrical-coordinate representation of color #B11CF7: hue angle of 280.82º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B11CF7 is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 177 28 247 -
CMYK 0.28 0.89 0 0.03
HSL 280.82º 0.93% 0.54% -
HSV(B) 280.82º 0.89% 0.97% -
XYZ 35.34 16.89 89.39 -
YUV 97.52 212.36 184.69 -
System Red Green Blue C M Y K H S L
Decimal 177 28 247 0.28 0.89 0 0.03 280.82 0.93 0.54
Hex B1 1C F7 1C 59 0 3 119 5D 36
Octal 261 34 367 34 131 0 3 431 135 66
Binary 10110001 11100 11110111 11100 1011001 0 11 100011001 1011101 110110

Color Harmonies of #B11CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11CF7

Black with #B11CF7

Text Example


Text Example

White with #B11CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11CF7; }

 p { color: rgb(177,28,247); }

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

background-color css

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

 a { background-color: rgb(177,28,247); }

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

border-color css

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

 span { border-color: rgb(177,28,247); }

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