Html Css Color HEX #B108EE Electric Purple

📋 copy color: '#B108EE'

red 177 ◦ green 8 ◦ blue 238

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

Shades of Electric Purple #B108EE

Tints of Electric Purple #B108EE

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.89%

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

R = 41.84%
G = 1.89%
B = 56.26%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B108EE (or 0xB108EE) is known color: Electric Purple. HEX triplet: B1, 08 and EE. RGB value is (177,8,238). Sum of RGB (Red+Green+Blue) = 177+8+238=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 8 (3.52% from 255 or 1.89% from 423); Blue value is 238 (93.36% from 255 or 56.26% from 423); Max value from RGB is 238 - color contains mainly: blue. Hex color #B108EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B108EE is #4EF711. Grayscale: #545454. Windows color (decimal): -5175058 or 15599793. OLE color: 15599793.

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

Color convert

RGB 177 8 238 -
CMYK 0.26 0.97 0 0.07
HSL 284.09º 0.93% 0.48% -
HSV(B) 284.09º 0.97% 0.93% -
XYZ 33.65 15.69 82.14 -
YUV 84.75 214.49 193.8 -
System Red Green Blue C M Y K H S L
Decimal 177 8 238 0.26 0.97 0 0.07 284.09 0.93 0.48
Hex B1 8 EE 1A 61 0 7 11C 5D 30
Octal 261 10 356 32 141 0 7 434 135 60
Binary 10110001 1000 11101110 11010 1100001 0 111 100011100 1011101 110000

Color Harmonies of #B108EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B108EE

Black with #B108EE

Text Example


Text Example

White with #B108EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B108EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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