Html Css Color HEX #B129FF Electric Purple

📋 copy color: '#B129FF'

red 177 ◦ green 41 ◦ blue 255

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

Shades of Electric Purple #B129FF

Tints of Electric Purple #B129FF

RGB

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

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

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

R = 37.42%
G = 8.67%
B = 53.91%

CMYK

 C value IS 0.31

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B129FF (or 0xB129FF) is known color: Electric Purple. HEX triplet: B1, 29 and FF. RGB value is (177,41,255). Sum of RGB (Red+Green+Blue) = 177+41+255=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 41 (16.41% from 255 or 8.67% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #B129FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B129FF is #4ED600. Grayscale: #696969. Windows color (decimal): -5166593 or 16722353. OLE color: 16722353.

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

Color convert

RGB 177 41 255 -
CMYK 0.31 0.84 0 0
HSL 278.13º 1% 0.58% -
HSV(B) 278.13º 0.84% 1% -
XYZ 36.97 18.15 96.16 -
YUV 106.06 212.06 178.6 -
System Red Green Blue C M Y K H S L
Decimal 177 41 255 0.31 0.84 0 0 278.13 1 0.58
Hex B1 29 FF 1F 54 0 0 116 64 3A
Octal 261 51 377 37 124 0 0 426 144 72
Binary 10110001 101001 11111111 11111 1010100 0 0 100010110 1100100 111010

Color Harmonies of #B129FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B129FF

Black with #B129FF

Text Example


Text Example

White with #B129FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B129FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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