Html Css Color HEX #B10EEE Electric Purple

📋 copy color: '#B10EEE'

red 177 ◦ green 14 ◦ blue 238

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

Shades of Electric Purple #B10EEE

Tints of Electric Purple #B10EEE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.26%

 BLUE value IS 238 (93.36% from 255) = 55.48%

R = 41.26%
G = 3.26%
B = 55.48%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B10EEE (or 0xB10EEE) is known color: Electric Purple. HEX triplet: B1, 0E and EE. RGB value is (177,14,238). Sum of RGB (Red+Green+Blue) = 177+14+238=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 14 (5.86% from 255 or 3.26% from 429); Blue value is 238 (93.36% from 255 or 55.48% from 429); Max value from RGB is 238 - color contains mainly: blue. Hex color #B10EEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B10EEE is #4EF111. Grayscale: #575757. Windows color (decimal): -5173522 or 15601329. OLE color: 15601329.

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

Color convert

RGB 177 14 238 -
CMYK 0.26 0.94 0 0.07
HSL 283.66º 0.89% 0.49% -
HSV(B) 283.66º 0.94% 0.93% -
XYZ 33.72 15.83 82.17 -
YUV 88.27 212.5 191.29 -
System Red Green Blue C M Y K H S L
Decimal 177 14 238 0.26 0.94 0 0.07 283.66 0.89 0.49
Hex B1 E EE 1A 5E 0 7 11C 59 31
Octal 261 16 356 32 136 0 7 434 131 61
Binary 10110001 1110 11101110 11010 1011110 0 111 100011100 1011001 110001

Color Harmonies of #B10EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10EEE

Black with #B10EEE

Text Example


Text Example

White with #B10EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10EEE; }

 p { color: rgb(177,14,238); }

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

background-color css

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

 a { background-color: rgb(177,14,238); }

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

border-color css

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

 span { border-color: rgb(177,14,238); }

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