Html Css Color HEX #B108EC Electric Purple

📋 copy color: '#B108EC'

red 177 ◦ green 8 ◦ blue 236

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

Shades of Electric Purple #B108EC

Tints of Electric Purple #B108EC

RGB

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

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

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

R = 42.04%
G = 1.9%
B = 56.06%

CMYK

 C value IS 0.25

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B108EC (or 0xB108EC) is known color: Electric Purple. HEX triplet: B1, 08 and EC. RGB value is (177,8,236). Sum of RGB (Red+Green+Blue) = 177+8+236=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 8 (3.52% from 255 or 1.90% from 421); Blue value is 236 (92.58% from 255 or 56.06% from 421); Max value from RGB is 236 - color contains mainly: blue. Hex color #B108EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B108EC is #4EF713. Grayscale: #535353. Windows color (decimal): -5175060 or 15468721. OLE color: 15468721.

HSL color Cylindrical-coordinate representation of color #B108EC: hue angle of 284.47º 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 #B108EC is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 8 236 -
CMYK 0.25 0.97 0 0.07
HSL 284.47º 0.93% 0.48% -
HSV(B) 284.47º 0.97% 0.93% -
XYZ 33.36 15.58 80.61 -
YUV 84.52 213.49 193.96 -
System Red Green Blue C M Y K H S L
Decimal 177 8 236 0.25 0.97 0 0.07 284.47 0.93 0.48
Hex B1 8 EC 19 61 0 7 11C 5D 30
Octal 261 10 354 31 141 0 7 434 135 60
Binary 10110001 1000 11101100 11001 1100001 0 111 100011100 1011101 110000

Color Harmonies of #B108EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B108EC

Black with #B108EC

Text Example


Text Example

White with #B108EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B108EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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