Html Css Color HEX #B101EE Electric Purple

📋 copy color: '#B101EE'

red 177 ◦ green 1 ◦ blue 238

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

Shades of Electric Purple #B101EE

Tints of Electric Purple #B101EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 57.21%

R = 42.55%
G = 0.24%
B = 57.21%

CMYK

 C value IS 0.26

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B101EE (or 0xB101EE) is known color: Electric Purple. HEX triplet: B1, 01 and EE. RGB value is (177,1,238). Sum of RGB (Red+Green+Blue) = 177+1+238=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 1 (0.78% from 255 or 0.24% from 416); Blue value is 238 (93.36% from 255 or 57.21% from 416); Max value from RGB is 238 - color contains mainly: blue. Hex color #B101EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B101EE is #4EFE11. Grayscale: #4F4F4F. Windows color (decimal): -5176850 or 15598001. OLE color: 15598001.

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

Color convert

RGB 177 1 238 -
CMYK 0.26 1.00 0 0.07
HSL 284.56º 0.99% 0.47% -
HSV(B) 284.56º 1% 0.93% -
XYZ 33.57 15.54 82.12 -
YUV 80.64 216.81 196.73 -
System Red Green Blue C M Y K H S L
Decimal 177 1 238 0.26 1.00 0 0.07 284.56 0.99 0.47
Hex B1 1 EE 1A 64 0 7 11D 63 2F
Octal 261 1 356 32 144 0 7 435 143 57
Binary 10110001 1 11101110 11010 1100100 0 111 100011101 1100011 101111

Color Harmonies of #B101EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B101EE

Black with #B101EE

Text Example


Text Example

White with #B101EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B101EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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