Html Css Color HEX #B42EFC Electric Purple

📋 copy color: '#B42EFC'

red 180 ◦ green 46 ◦ blue 252

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

Shades of Electric Purple #B42EFC

Tints of Electric Purple #B42EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.72%

R = 37.66%
G = 9.62%
B = 52.72%

CMYK

 C value IS 0.29

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B42EFC (or 0xB42EFC) is known color: Electric Purple. HEX triplet: B4, 2E and FC. RGB value is (180,46,252). Sum of RGB (Red+Green+Blue) = 180+46+252=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 46 (18.36% from 255 or 9.62% from 478); Blue value is 252 (98.83% from 255 or 52.72% from 478); Max value from RGB is 252 - color contains mainly: blue. Hex color #B42EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B42EFC is #4BD103. Grayscale: #6C6C6C. Windows color (decimal): -4968708 or 16527028. OLE color: 16527028.

HSL color Cylindrical-coordinate representation of color #B42EFC: hue angle of 279.03º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B42EFC is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 180 46 252 -
CMYK 0.29 0.82 0 0.01
HSL 279.03º 0.97% 0.58% -
HSV(B) 279.03º 0.82% 0.99% -
XYZ 37.37 18.69 93.73 -
YUV 109.55 208.39 178.25 -
System Red Green Blue C M Y K H S L
Decimal 180 46 252 0.29 0.82 0 0.01 279.03 0.97 0.58
Hex B4 2E FC 1D 52 0 1 117 61 3A
Octal 264 56 374 35 122 0 1 427 141 72
Binary 10110100 101110 11111100 11101 1010010 0 1 100010111 1100001 111010

Color Harmonies of #B42EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42EFC

Black with #B42EFC

Text Example


Text Example

White with #B42EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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