Html Css Color HEX #B101E4 Electric Purple

📋 copy color: '#B101E4'

red 177 ◦ green 1 ◦ blue 228

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

Shades of Electric Purple #B101E4

Tints of Electric Purple #B101E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 56.16%

R = 43.6%
G = 0.25%
B = 56.16%

CMYK

 C value IS 0.22

 M value IS 1.00

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B101E4 (or 0xB101E4) is known color: Electric Purple. HEX triplet: B1, 01 and E4. RGB value is (177,1,228). Sum of RGB (Red+Green+Blue) = 177+1+228=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 1 (0.78% from 255 or 0.25% from 406); Blue value is 228 (89.45% from 255 or 56.16% from 406); Max value from RGB is 228 - color contains mainly: blue. Hex color #B101E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B101E4 is #4EFE1B. Grayscale: #4E4E4E. Windows color (decimal): -5176860 or 14942641. OLE color: 14942641.

HSL color Cylindrical-coordinate representation of color #B101E4: hue angle of 286.52º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B101E4 is Cyan = 0.22, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 177 1 228 -
CMYK 0.22 1.00 0 0.11
HSL 286.52º 0.99% 0.45% -
HSV(B) 286.52º 1% 0.89% -
XYZ 32.15 14.97 74.59 -
YUV 79.5 211.81 197.54 -
System Red Green Blue C M Y K H S L
Decimal 177 1 228 0.22 1.00 0 0.11 286.52 0.99 0.45
Hex B1 1 E4 16 64 0 B 11F 63 2D
Octal 261 1 344 26 144 0 13 437 143 55
Binary 10110001 1 11100100 10110 1100100 0 1011 100011111 1100011 101101

Color Harmonies of #B101E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B101E4

Black with #B101E4

Text Example


Text Example

White with #B101E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B101E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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