Html Css Color HEX #B42EFA Electric Purple

📋 copy color: '#B42EFA'

red 180 ◦ green 46 ◦ blue 250

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

Shades of Electric Purple #B42EFA

Tints of Electric Purple #B42EFA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.66%

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

R = 37.82%
G = 9.66%
B = 52.52%

CMYK

 C value IS 0.28

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B42EFA (or 0xB42EFA) is known color: Electric Purple. HEX triplet: B4, 2E and FA. RGB value is (180,46,250). Sum of RGB (Red+Green+Blue) = 180+46+250=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 46 (18.36% from 255 or 9.66% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #B42EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B42EFA is #4BD105. Grayscale: #6C6C6C. Windows color (decimal): -4968710 or 16395956. OLE color: 16395956.

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

Color convert

RGB 180 46 250 -
CMYK 0.28 0.82 0 0.02
HSL 279.41º 0.95% 0.58% -
HSV(B) 279.41º 0.82% 0.98% -
XYZ 37.05 18.56 92.07 -
YUV 109.32 207.39 178.41 -
System Red Green Blue C M Y K H S L
Decimal 180 46 250 0.28 0.82 0 0.02 279.41 0.95 0.58
Hex B4 2E FA 1C 52 0 2 117 5F 3A
Octal 264 56 372 34 122 0 2 427 137 72
Binary 10110100 101110 11111010 11100 1010010 0 10 100010111 1011111 111010

Color Harmonies of #B42EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42EFA

Black with #B42EFA

Text Example


Text Example

White with #B42EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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