Html Css Color HEX #B100E7 Electric Purple

📋 copy color: '#B100E7'

red 177 ◦ green 0 ◦ blue 231

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

Shades of Electric Purple #B100E7

Tints of Electric Purple #B100E7

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 231 (90.63% from 255) = 56.62%

R = 43.38%
G = 0%
B = 56.62%

CMYK

 C value IS 0.23

 M value IS 1

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B100E7 (or 0xB100E7) is known color: Electric Purple. HEX triplet: B1, 00 and E7. RGB value is (177,0,231). Sum of RGB (Red+Green+Blue) = 177+0+231=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 0 (0.39% from 255 or 0% from 408); Blue value is 231 (90.62% from 255 or 56.62% from 408); Max value from RGB is 231 - color contains mainly: blue. Hex color #B100E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B100E7 is #4EFF18. Grayscale: #4E4E4E. Windows color (decimal): -5177113 or 15138993. OLE color: 15138993.

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

Color convert

RGB 177 0 231 -
CMYK 0.23 1 0 0.09
HSL 285.97º 1% 0.45% -
HSV(B) 285.97º 1% 0.91% -
XYZ 32.56 15.12 76.8 -
YUV 79.26 213.64 197.72 -
System Red Green Blue C M Y K H S L
Decimal 177 0 231 0.23 1 0 0.09 285.97 1 0.45
Hex B1 0 E7 17 64 0 9 11E 64 2D
Octal 261 0 347 27 144 0 11 436 144 55
Binary 10110001 0 11100111 10111 1100100 0 1001 100011110 1100100 101101

Color Harmonies of #B100E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B100E7

Black with #B100E7

Text Example


Text Example

White with #B100E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B100E7; }

 p { color: rgb(177,0,231); }

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

background-color css

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

 a { background-color: rgb(177,0,231); }

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

border-color css

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

 span { border-color: rgb(177,0,231); }

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