Html Css Color HEX #B129FE Electric Purple

📋 copy color: '#B129FE'

red 177 ◦ green 41 ◦ blue 254

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

Shades of Electric Purple #B129FE

Tints of Electric Purple #B129FE

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.69%

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

R = 37.5%
G = 8.69%
B = 53.81%

CMYK

 C value IS 0.30

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B129FE (or 0xB129FE) is known color: Electric Purple. HEX triplet: B1, 29 and FE. RGB value is (177,41,254). Sum of RGB (Red+Green+Blue) = 177+41+254=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 41 (16.41% from 255 or 8.69% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #B129FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B129FE is #4ED601. Grayscale: #696969. Windows color (decimal): -5166594 or 16656817. OLE color: 16656817.

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

Color convert

RGB 177 41 254 -
CMYK 0.30 0.84 0 0.00
HSL 278.31º 0.99% 0.58% -
HSV(B) 278.31º 0.84% 1% -
XYZ 36.81 18.09 95.32 -
YUV 105.95 211.56 178.68 -
System Red Green Blue C M Y K H S L
Decimal 177 41 254 0.30 0.84 0 0.00 278.31 0.99 0.58
Hex B1 29 FE 1E 54 0 0 116 63 3A
Octal 261 51 376 36 124 0 0 426 143 72
Binary 10110001 101001 11111110 11110 1010100 0 0 100010110 1100011 111010

Color Harmonies of #B129FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B129FE

Black with #B129FE

Text Example


Text Example

White with #B129FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B129FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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