Html Css Color HEX #B101ED Electric Purple

📋 copy color: '#B101ED'

red 177 ◦ green 1 ◦ blue 237

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

Shades of Electric Purple #B101ED

Tints of Electric Purple #B101ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 57.11%

R = 42.65%
G = 0.24%
B = 57.11%

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

#B101ED (or 0xB101ED) is known color: Electric Purple. HEX triplet: B1, 01 and ED. RGB value is (177,1,237). Sum of RGB (Red+Green+Blue) = 177+1+237=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 1 (0.78% from 255 or 0.24% from 415); Blue value is 237 (92.97% from 255 or 57.11% from 415); Max value from RGB is 237 - color contains mainly: blue. Hex color #B101ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B101ED is #4EFE12. Grayscale: #4F4F4F. Windows color (decimal): -5176851 or 15532465. OLE color: 15532465.

HSL color Cylindrical-coordinate representation of color #B101ED: hue angle of 284.75º 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 #B101ED is Cyan = 0.25, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 1 237 -
CMYK 0.25 1.00 0 0.07
HSL 284.75º 0.99% 0.47% -
HSV(B) 284.75º 1% 0.93% -
XYZ 33.43 15.48 81.35 -
YUV 80.53 216.31 196.81 -
System Red Green Blue C M Y K H S L
Decimal 177 1 237 0.25 1.00 0 0.07 284.75 0.99 0.47
Hex B1 1 ED 19 64 0 7 11D 63 2F
Octal 261 1 355 31 144 0 7 435 143 57
Binary 10110001 1 11101101 11001 1100100 0 111 100011101 1100011 101111

Color Harmonies of #B101ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B101ED

Black with #B101ED

Text Example


Text Example

White with #B101ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B101ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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