Html Css Color HEX #B029FF Electric Purple

📋 copy color: '#B029FF'

red 176 ◦ green 41 ◦ blue 255

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

Shades of Electric Purple #B029FF

Tints of Electric Purple #B029FF

RGB

 RED value IS 176 (69.14% from 255) = 37.29%

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

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

R = 37.29%
G = 8.69%
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

#B029FF (or 0xB029FF) is known color: Electric Purple. HEX triplet: B0, 29 and FF. RGB value is (176,41,255). Sum of RGB (Red+Green+Blue) = 176+41+255=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 41 (16.41% from 255 or 8.69% 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 #B029FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B029FF is #4FD600. Grayscale: #696969. Windows color (decimal): -5232129 or 16722352. OLE color: 16722352.

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

Color convert

RGB 176 41 255 -
CMYK 0.31 0.84 0 0
HSL 277.85º 1% 0.58% -
HSV(B) 277.85º 0.84% 1% -
XYZ 36.75 18.04 96.15 -
YUV 105.76 212.23 178.1 -
System Red Green Blue C M Y K H S L
Decimal 176 41 255 0.31 0.84 0 0 277.85 1 0.58
Hex B0 29 FF 1F 54 0 0 116 64 3A
Octal 260 51 377 37 124 0 0 426 144 72
Binary 10110000 101001 11111111 11111 1010100 0 0 100010110 1100100 111010

Color Harmonies of #B029FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B029FF

Black with #B029FF

Text Example


Text Example

White with #B029FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B029FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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