Html Css Color HEX #B110E2 Electric Purple

📋 copy color: '#B110E2'

red 177 ◦ green 16 ◦ blue 226

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

Shades of Electric Purple #B110E2

Tints of Electric Purple #B110E2

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.82%

 BLUE value IS 226 (88.67% from 255) = 53.94%

R = 42.24%
G = 3.82%
B = 53.94%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B110E2 (or 0xB110E2) is known color: Electric Purple. HEX triplet: B1, 10 and E2. RGB value is (177,16,226). Sum of RGB (Red+Green+Blue) = 177+16+226=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 16 (6.64% from 255 or 3.82% from 419); Blue value is 226 (88.67% from 255 or 53.94% from 419); Max value from RGB is 226 - color contains mainly: blue. Hex color #B110E2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B110E2 is #4EEF1D. Grayscale: #575757. Windows color (decimal): -5173022 or 14815409. OLE color: 14815409.

HSL color Cylindrical-coordinate representation of color #B110E2: hue angle of 286º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B110E2 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 177 16 226 -
CMYK 0.22 0.93 0 0.11
HSL 286º 0.87% 0.47% -
HSV(B) 286º 0.93% 0.89% -
XYZ 32.04 15.21 73.2 -
YUV 88.08 205.84 191.42 -
System Red Green Blue C M Y K H S L
Decimal 177 16 226 0.22 0.93 0 0.11 286 0.87 0.47
Hex B1 10 E2 16 5D 0 B 11E 57 2F
Octal 261 20 342 26 135 0 13 436 127 57
Binary 10110001 10000 11100010 10110 1011101 0 1011 100011110 1010111 101111

Color Harmonies of #B110E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B110E2

Black with #B110E2

Text Example


Text Example

White with #B110E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B110E2; }

 p { color: rgb(177,16,226); }

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

background-color css

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

 a { background-color: rgb(177,16,226); }

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

border-color css

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

 span { border-color: rgb(177,16,226); }

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