Html Css Color HEX #B101FF Electric Purple

📋 copy color: '#B101FF'

red 177 ◦ green 1 ◦ blue 255

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

Shades of Electric Purple #B101FF

Tints of Electric Purple #B101FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 58.89%

R = 40.88%
G = 0.23%
B = 58.89%

CMYK

 C value IS 0.31

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B101FF (or 0xB101FF) is known color: Electric Purple. HEX triplet: B1, 01 and FF. RGB value is (177,1,255). Sum of RGB (Red+Green+Blue) = 177+1+255=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 1 (0.78% from 255 or 0.23% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #B101FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B101FF is #4EFE00. Grayscale: #515151. Windows color (decimal): -5176833 or 16712113. OLE color: 16712113.

HSL color Cylindrical-coordinate representation of color #B101FF: hue angle of 281.57º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B101FF is Cyan = 0.31, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 177 1 255 -
CMYK 0.31 1.00 0 0
HSL 281.57º 1% 0.5% -
HSV(B) 281.57º 1% 1% -
XYZ 36.19 16.59 95.9 -
YUV 82.58 225.31 195.35 -
System Red Green Blue C M Y K H S L
Decimal 177 1 255 0.31 1.00 0 0 281.57 1 0.5
Hex B1 1 FF 1F 64 0 0 11A 64 32
Octal 261 1 377 37 144 0 0 432 144 62
Binary 10110001 1 11111111 11111 1100100 0 0 100011010 1100100 110010

Color Harmonies of #B101FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B101FF

Black with #B101FF

Text Example


Text Example

White with #B101FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B101FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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