Html Css Color HEX #B429FF Electric Purple

📋 copy color: '#B429FF'

red 180 ◦ green 41 ◦ blue 255

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

Shades of Electric Purple #B429FF

Tints of Electric Purple #B429FF

RGB

 RED value IS 180 (70.7% from 255) = 37.82%

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

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

R = 37.82%
G = 8.61%
B = 53.57%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B429FF (or 0xB429FF) is known color: Electric Purple. HEX triplet: B4, 29 and FF. RGB value is (180,41,255). Sum of RGB (Red+Green+Blue) = 180+41+255=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 41 (16.41% from 255 or 8.61% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #B429FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B429FF is #4BD600. Grayscale: #6A6A6A. Windows color (decimal): -4969985 or 16722356. OLE color: 16722356.

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

Color convert

RGB 180 41 255 -
CMYK 0.29 0.84 0 0
HSL 278.97º 1% 0.58% -
HSV(B) 278.97º 0.84% 1% -
XYZ 37.67 18.51 96.2 -
YUV 106.96 211.55 180.1 -
System Red Green Blue C M Y K H S L
Decimal 180 41 255 0.29 0.84 0 0 278.97 1 0.58
Hex B4 29 FF 1D 54 0 0 117 64 3A
Octal 264 51 377 35 124 0 0 427 144 72
Binary 10110100 101001 11111111 11101 1010100 0 0 100010111 1100100 111010

Color Harmonies of #B429FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B429FF

Black with #B429FF

Text Example


Text Example

White with #B429FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B429FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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