Html Css Color HEX #B110EC Electric Purple

📋 copy color: '#B110EC'

red 177 ◦ green 16 ◦ blue 236

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

Shades of Electric Purple #B110EC

Tints of Electric Purple #B110EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 55.01%

R = 41.26%
G = 3.73%
B = 55.01%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B110EC (or 0xB110EC) is known color: Electric Purple. HEX triplet: B1, 10 and EC. RGB value is (177,16,236). Sum of RGB (Red+Green+Blue) = 177+16+236=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 16 (6.64% from 255 or 3.73% from 429); Blue value is 236 (92.58% from 255 or 55.01% from 429); Max value from RGB is 236 - color contains mainly: blue. Hex color #B110EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B110EC is #4EEF13. Grayscale: #585858. Windows color (decimal): -5173012 or 15470769. OLE color: 15470769.

HSL color Cylindrical-coordinate representation of color #B110EC: hue angle of 283.91º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B110EC is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 16 236 -
CMYK 0.25 0.93 0 0.07
HSL 283.91º 0.87% 0.49% -
HSV(B) 283.91º 0.93% 0.93% -
XYZ 33.46 15.77 80.64 -
YUV 89.22 210.84 190.61 -
System Red Green Blue C M Y K H S L
Decimal 177 16 236 0.25 0.93 0 0.07 283.91 0.87 0.49
Hex B1 10 EC 19 5D 0 7 11C 57 31
Octal 261 20 354 31 135 0 7 434 127 61
Binary 10110001 10000 11101100 11001 1011101 0 111 100011100 1010111 110001

Color Harmonies of #B110EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B110EC

Black with #B110EC

Text Example


Text Example

White with #B110EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B110EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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