Html Css Color HEX #B42BF4 Electric Purple

📋 copy color: '#B42BF4'

red 180 ◦ green 43 ◦ blue 244

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

Shades of Electric Purple #B42BF4

Tints of Electric Purple #B42BF4

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.21%

 BLUE value IS 244 (95.7% from 255) = 52.25%

R = 38.54%
G = 9.21%
B = 52.25%

CMYK

 C value IS 0.26

 M value IS 0.82

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B42BF4 (or 0xB42BF4) is known color: Electric Purple. HEX triplet: B4, 2B and F4. RGB value is (180,43,244). Sum of RGB (Red+Green+Blue) = 180+43+244=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 43 (17.19% from 255 or 9.21% from 467); Blue value is 244 (95.70% from 255 or 52.25% from 467); Max value from RGB is 244 - color contains mainly: blue. Hex color #B42BF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B42BF4 is #4BD40B. Grayscale: #6A6A6A. Windows color (decimal): -4969484 or 16001972. OLE color: 16001972.

HSL color Cylindrical-coordinate representation of color #B42BF4: hue angle of 280.9º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B42BF4 is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 180 43 244 -
CMYK 0.26 0.82 0 0.04
HSL 280.9º 0.9% 0.56% -
HSV(B) 280.9º 0.82% 0.96% -
XYZ 36.02 17.96 87.16 -
YUV 106.88 205.39 180.16 -
System Red Green Blue C M Y K H S L
Decimal 180 43 244 0.26 0.82 0 0.04 280.9 0.9 0.56
Hex B4 2B F4 1A 52 0 4 119 5A 38
Octal 264 53 364 32 122 0 4 431 132 70
Binary 10110100 101011 11110100 11010 1010010 0 100 100011001 1011010 111000

Color Harmonies of #B42BF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42BF4

Black with #B42BF4

Text Example


Text Example

White with #B42BF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42BF4; }

 p { color: rgb(180,43,244); }

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

background-color css

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

 a { background-color: rgb(180,43,244); }

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

border-color css

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

 span { border-color: rgb(180,43,244); }

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