Html Css Color HEX #B106EC Electric Purple

📋 copy color: '#B106EC'

red 177 ◦ green 6 ◦ blue 236

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

Shades of Electric Purple #B106EC

Tints of Electric Purple #B106EC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.43%

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

R = 42.24%
G = 1.43%
B = 56.32%

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

#B106EC (or 0xB106EC) is known color: Electric Purple. HEX triplet: B1, 06 and EC. RGB value is (177,6,236). Sum of RGB (Red+Green+Blue) = 177+6+236=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 6 (2.73% from 255 or 1.43% from 419); Blue value is 236 (92.58% from 255 or 56.32% from 419); Max value from RGB is 236 - color contains mainly: blue. Hex color #B106EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B106EC is #4EF913. Grayscale: #525252. Windows color (decimal): -5175572 or 15468209. OLE color: 15468209.

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

Color convert

RGB 177 6 236 -
CMYK 0.25 0.97 0 0.07
HSL 284.61º 0.95% 0.47% -
HSV(B) 284.61º 0.97% 0.93% -
XYZ 33.34 15.53 80.6 -
YUV 83.35 214.15 194.8 -
System Red Green Blue C M Y K H S L
Decimal 177 6 236 0.25 0.97 0 0.07 284.61 0.95 0.47
Hex B1 6 EC 19 61 0 7 11D 5F 2F
Octal 261 6 354 31 141 0 7 435 137 57
Binary 10110001 110 11101100 11001 1100001 0 111 100011101 1011111 101111

Color Harmonies of #B106EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B106EC

Black with #B106EC

Text Example


Text Example

White with #B106EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B106EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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