Html Css Color HEX #B128FF Electric Purple

📋 copy color: '#B128FF'

red 177 ◦ green 40 ◦ blue 255

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

Shades of Electric Purple #B128FF

Tints of Electric Purple #B128FF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.47%

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

R = 37.5%
G = 8.47%
B = 54.03%

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

#B128FF (or 0xB128FF) is known color: Electric Purple. HEX triplet: B1, 28 and FF. RGB value is (177,40,255). Sum of RGB (Red+Green+Blue) = 177+40+255=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 40 (16.02% from 255 or 8.47% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #B128FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B128FF is #4ED700. Grayscale: #686868. Windows color (decimal): -5166849 or 16722097. OLE color: 16722097.

HSL color Cylindrical-coordinate representation of color #B128FF: hue angle of 278.23º 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 #B128FF is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 177 40 255 -
CMYK 0.31 0.84 0 0
HSL 278.23º 1% 0.58% -
HSV(B) 278.23º 0.84% 1% -
XYZ 36.94 18.08 96.15 -
YUV 105.47 212.39 179.02 -
System Red Green Blue C M Y K H S L
Decimal 177 40 255 0.31 0.84 0 0 278.23 1 0.58
Hex B1 28 FF 1F 54 0 0 116 64 3A
Octal 261 50 377 37 124 0 0 426 144 72
Binary 10110001 101000 11111111 11111 1010100 0 0 100010110 1100100 111010

Color Harmonies of #B128FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B128FF

Black with #B128FF

Text Example


Text Example

White with #B128FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B128FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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