Html Css Color HEX #B107FA Electric Purple

📋 copy color: '#B107FA'

red 177 ◦ green 7 ◦ blue 250

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

Shades of Electric Purple #B107FA

Tints of Electric Purple #B107FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 57.6%

R = 40.78%
G = 1.61%
B = 57.6%

CMYK

 C value IS 0.29

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B107FA (or 0xB107FA) is known color: Electric Purple. HEX triplet: B1, 07 and FA. RGB value is (177,7,250). Sum of RGB (Red+Green+Blue) = 177+7+250=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 7 (3.12% from 255 or 1.61% from 434); Blue value is 250 (98.05% from 255 or 57.60% from 434); Max value from RGB is 250 - color contains mainly: blue. Hex color #B107FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B107FA is #4EF805. Grayscale: #545454. Windows color (decimal): -5175302 or 16385969. OLE color: 16385969.

HSL color Cylindrical-coordinate representation of color #B107FA: hue angle of 281.98º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B107FA is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 7 250 -
CMYK 0.29 0.97 0 0.02
HSL 281.98º 0.96% 0.5% -
HSV(B) 281.98º 0.97% 0.98% -
XYZ 35.46 16.4 91.74 -
YUV 85.53 220.82 193.24 -
System Red Green Blue C M Y K H S L
Decimal 177 7 250 0.29 0.97 0 0.02 281.98 0.96 0.5
Hex B1 7 FA 1D 61 0 2 11A 60 32
Octal 261 7 372 35 141 0 2 432 140 62
Binary 10110001 111 11111010 11101 1100001 0 10 100011010 1100000 110010

Color Harmonies of #B107FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B107FA

Black with #B107FA

Text Example


Text Example

White with #B107FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B107FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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