Html Css Color HEX #B424FA Electric Purple

📋 copy color: '#B424FA'

red 180 ◦ green 36 ◦ blue 250

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

Shades of Electric Purple #B424FA

Tints of Electric Purple #B424FA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.73%

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

R = 38.63%
G = 7.73%
B = 53.65%

CMYK

 C value IS 0.28

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B424FA (or 0xB424FA) is known color: Electric Purple. HEX triplet: B4, 24 and FA. RGB value is (180,36,250). Sum of RGB (Red+Green+Blue) = 180+36+250=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 36 (14.45% from 255 or 7.73% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #B424FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B424FA is #4BDB05. Grayscale: #666666. Windows color (decimal): -4971270 or 16393396. OLE color: 16393396.

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

Color convert

RGB 180 36 250 -
CMYK 0.28 0.86 0 0.02
HSL 280.37º 0.96% 0.56% -
HSV(B) 280.37º 0.86% 0.98% -
XYZ 36.71 17.87 91.96 -
YUV 103.45 210.71 182.6 -
System Red Green Blue C M Y K H S L
Decimal 180 36 250 0.28 0.86 0 0.02 280.37 0.96 0.56
Hex B4 24 FA 1C 56 0 2 118 60 38
Octal 264 44 372 34 126 0 2 430 140 70
Binary 10110100 100100 11111010 11100 1010110 0 10 100011000 1100000 111000

Color Harmonies of #B424FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B424FA

Black with #B424FA

Text Example


Text Example

White with #B424FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B424FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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