Html Css Color HEX #B101EC Electric Purple

📋 copy color: '#B101EC'

red 177 ◦ green 1 ◦ blue 236

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

Shades of Electric Purple #B101EC

Tints of Electric Purple #B101EC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

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

R = 42.75%
G = 0.24%
B = 57%

CMYK

 C value IS 0.25

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B101EC (or 0xB101EC) is known color: Electric Purple. HEX triplet: B1, 01 and EC. RGB value is (177,1,236). Sum of RGB (Red+Green+Blue) = 177+1+236=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 1 (0.78% from 255 or 0.24% from 414); Blue value is 236 (92.58% from 255 or 57.00% from 414); Max value from RGB is 236 - color contains mainly: blue. Hex color #B101EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B101EC is #4EFE13. Grayscale: #4F4F4F. Windows color (decimal): -5176852 or 15466929. OLE color: 15466929.

HSL color Cylindrical-coordinate representation of color #B101EC: hue angle of 284.94º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B101EC is Cyan = 0.25, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 1 236 -
CMYK 0.25 1.00 0 0.07
HSL 284.94º 0.99% 0.46% -
HSV(B) 284.94º 1% 0.93% -
XYZ 33.28 15.42 80.58 -
YUV 80.41 215.81 196.89 -
System Red Green Blue C M Y K H S L
Decimal 177 1 236 0.25 1.00 0 0.07 284.94 0.99 0.46
Hex B1 1 EC 19 64 0 7 11D 63 2E
Octal 261 1 354 31 144 0 7 435 143 56
Binary 10110001 1 11101100 11001 1100100 0 111 100011101 1100011 101110

Color Harmonies of #B101EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B101EC

Black with #B101EC

Text Example


Text Example

White with #B101EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B101EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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