Html Css Color HEX #B108EF Electric Purple

📋 copy color: '#B108EF'

red 177 ◦ green 8 ◦ blue 239

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

Shades of Electric Purple #B108EF

Tints of Electric Purple #B108EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 56.37%

R = 41.75%
G = 1.89%
B = 56.37%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B108EF (or 0xB108EF) is known color: Electric Purple. HEX triplet: B1, 08 and EF. RGB value is (177,8,239). Sum of RGB (Red+Green+Blue) = 177+8+239=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 8 (3.52% from 255 or 1.89% from 424); Blue value is 239 (93.75% from 255 or 56.37% from 424); Max value from RGB is 239 - color contains mainly: blue. Hex color #B108EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B108EF is #4EF710. Grayscale: #545454. Windows color (decimal): -5175057 or 15665329. OLE color: 15665329.

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

Color convert

RGB 177 8 239 -
CMYK 0.26 0.97 0 0.06
HSL 283.9º 0.94% 0.48% -
HSV(B) 283.9º 0.97% 0.94% -
XYZ 33.8 15.75 82.92 -
YUV 84.87 214.99 193.72 -
System Red Green Blue C M Y K H S L
Decimal 177 8 239 0.26 0.97 0 0.06 283.9 0.94 0.48
Hex B1 8 EF 1A 61 0 6 11C 5E 30
Octal 261 10 357 32 141 0 6 434 136 60
Binary 10110001 1000 11101111 11010 1100001 0 110 100011100 1011110 110000

Color Harmonies of #B108EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B108EF

Black with #B108EF

Text Example


Text Example

White with #B108EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B108EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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