Html Css Color HEX #B109FE Electric Purple

📋 copy color: '#B109FE'

red 177 ◦ green 9 ◦ blue 254

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

Shades of Electric Purple #B109FE

Tints of Electric Purple #B109FE

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.05%

 BLUE value IS 254 (99.61% from 255) = 57.73%

R = 40.23%
G = 2.05%
B = 57.73%

CMYK

 C value IS 0.30

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B109FE (or 0xB109FE) is known color: Electric Purple. HEX triplet: B1, 09 and FE. RGB value is (177,9,254). Sum of RGB (Red+Green+Blue) = 177+9+254=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 9 (3.91% from 255 or 2.05% from 440); Blue value is 254 (99.61% from 255 or 57.73% from 440); Max value from RGB is 254 - color contains mainly: blue. Hex color #B109FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B109FE is #4EF601. Grayscale: #565656. Windows color (decimal): -5174786 or 16648625. OLE color: 16648625.

HSL color Cylindrical-coordinate representation of color #B109FE: hue angle of 281.14º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B109FE is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 177 9 254 -
CMYK 0.30 0.96 0 0.00
HSL 281.14º 0.99% 0.52% -
HSV(B) 281.14º 0.96% 1% -
XYZ 36.12 16.7 95.09 -
YUV 87.16 222.16 192.08 -
System Red Green Blue C M Y K H S L
Decimal 177 9 254 0.30 0.96 0 0.00 281.14 0.99 0.52
Hex B1 9 FE 1E 60 0 0 119 63 34
Octal 261 11 376 36 140 0 0 431 143 64
Binary 10110001 1001 11111110 11110 1100000 0 0 100011001 1100011 110100

Color Harmonies of #B109FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B109FE

Black with #B109FE

Text Example


Text Example

White with #B109FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B109FE; }

 p { color: rgb(177,9,254); }

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

background-color css

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

 a { background-color: rgb(177,9,254); }

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

border-color css

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

 span { border-color: rgb(177,9,254); }

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