Html Css Color HEX #B101E6 Electric Purple

📋 copy color: '#B101E6'

red 177 ◦ green 1 ◦ blue 230

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

Shades of Electric Purple #B101E6

Tints of Electric Purple #B101E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 56.37%

R = 43.38%
G = 0.25%
B = 56.37%

CMYK

 C value IS 0.23

 M value IS 1.00

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B101E6 (or 0xB101E6) is known color: Electric Purple. HEX triplet: B1, 01 and E6. RGB value is (177,1,230). Sum of RGB (Red+Green+Blue) = 177+1+230=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 1 (0.78% from 255 or 0.25% from 408); Blue value is 230 (90.23% from 255 or 56.37% from 408); Max value from RGB is 230 - color contains mainly: blue. Hex color #B101E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B101E6 is #4EFE19. Grayscale: #4E4E4E. Windows color (decimal): -5176858 or 15073713. OLE color: 15073713.

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

Color convert

RGB 177 1 230 -
CMYK 0.23 1.00 0 0.10
HSL 286.11º 0.99% 0.45% -
HSV(B) 286.11º 1% 0.9% -
XYZ 32.43 15.08 76.07 -
YUV 79.73 212.81 197.38 -
System Red Green Blue C M Y K H S L
Decimal 177 1 230 0.23 1.00 0 0.10 286.11 0.99 0.45
Hex B1 1 E6 17 64 0 A 11E 63 2D
Octal 261 1 346 27 144 0 12 436 143 55
Binary 10110001 1 11100110 10111 1100100 0 1010 100011110 1100011 101101

Color Harmonies of #B101E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B101E6

Black with #B101E6

Text Example


Text Example

White with #B101E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B101E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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