Html Css Color HEX #B107EC Electric Purple

📋 copy color: '#B107EC'

red 177 ◦ green 7 ◦ blue 236

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

Shades of Electric Purple #B107EC

Tints of Electric Purple #B107EC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.67%

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

R = 42.14%
G = 1.67%
B = 56.19%

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

#B107EC (or 0xB107EC) is known color: Electric Purple. HEX triplet: B1, 07 and EC. RGB value is (177,7,236). Sum of RGB (Red+Green+Blue) = 177+7+236=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 7 (3.12% from 255 or 1.67% from 420); Blue value is 236 (92.58% from 255 or 56.19% from 420); Max value from RGB is 236 - color contains mainly: blue. Hex color #B107EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B107EC is #4EF813. Grayscale: #535353. Windows color (decimal): -5175316 or 15468465. OLE color: 15468465.

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

Color convert

RGB 177 7 236 -
CMYK 0.25 0.97 0 0.07
HSL 284.54º 0.94% 0.48% -
HSV(B) 284.54º 0.97% 0.93% -
XYZ 33.35 15.56 80.6 -
YUV 83.94 213.82 194.38 -
System Red Green Blue C M Y K H S L
Decimal 177 7 236 0.25 0.97 0 0.07 284.54 0.94 0.48
Hex B1 7 EC 19 61 0 7 11D 5E 30
Octal 261 7 354 31 141 0 7 435 136 60
Binary 10110001 111 11101100 11001 1100001 0 111 100011101 1011110 110000

Color Harmonies of #B107EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B107EC

Black with #B107EC

Text Example


Text Example

White with #B107EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B107EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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