Html Css Color HEX #B107FF Electric Purple

📋 copy color: '#B107FF'

red 177 ◦ green 7 ◦ blue 255

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

Shades of Electric Purple #B107FF

Tints of Electric Purple #B107FF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.59%

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

R = 40.32%
G = 1.59%
B = 58.09%

CMYK

 C value IS 0.31

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B107FF (or 0xB107FF) is known color: Electric Purple. HEX triplet: B1, 07 and FF. RGB value is (177,7,255). Sum of RGB (Red+Green+Blue) = 177+7+255=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 7 (3.12% from 255 or 1.59% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #B107FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B107FF is #4EF800. Grayscale: #555555. Windows color (decimal): -5175297 or 16713649. OLE color: 16713649.

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

Color convert

RGB 177 7 255 -
CMYK 0.31 0.97 0 0
HSL 281.13º 1% 0.51% -
HSV(B) 281.13º 0.97% 1% -
XYZ 36.26 16.72 95.92 -
YUV 86.1 223.32 192.83 -
System Red Green Blue C M Y K H S L
Decimal 177 7 255 0.31 0.97 0 0 281.13 1 0.51
Hex B1 7 FF 1F 61 0 0 119 64 33
Octal 261 7 377 37 141 0 0 431 144 63
Binary 10110001 111 11111111 11111 1100001 0 0 100011001 1100100 110011

Color Harmonies of #B107FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B107FF

Black with #B107FF

Text Example


Text Example

White with #B107FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B107FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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