Html Css Color HEX #B429FA Electric Purple

📋 copy color: '#B429FA'

red 180 ◦ green 41 ◦ blue 250

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

Shades of Electric Purple #B429FA

Tints of Electric Purple #B429FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.08%

R = 38.22%
G = 8.7%
B = 53.08%

CMYK

 C value IS 0.28

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B429FA (or 0xB429FA) is known color: Electric Purple. HEX triplet: B4, 29 and FA. RGB value is (180,41,250). Sum of RGB (Red+Green+Blue) = 180+41+250=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 41 (16.41% from 255 or 8.70% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #B429FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B429FA is #4BD605. Grayscale: #696969. Windows color (decimal): -4969990 or 16394676. OLE color: 16394676.

HSL color Cylindrical-coordinate representation of color #B429FA: hue angle of 279.9º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B429FA is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 41 250 -
CMYK 0.28 0.84 0 0.02
HSL 279.9º 0.95% 0.57% -
HSV(B) 279.9º 0.84% 0.98% -
XYZ 36.87 18.19 92.01 -
YUV 106.39 209.05 180.51 -
System Red Green Blue C M Y K H S L
Decimal 180 41 250 0.28 0.84 0 0.02 279.9 0.95 0.57
Hex B4 29 FA 1C 54 0 2 118 5F 39
Octal 264 51 372 34 124 0 2 430 137 71
Binary 10110100 101001 11111010 11100 1010100 0 10 100011000 1011111 111001

Color Harmonies of #B429FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B429FA

Black with #B429FA

Text Example


Text Example

White with #B429FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B429FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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