Html Css Color HEX #B42FFE Electric Purple

📋 copy color: '#B42FFE'

red 180 ◦ green 47 ◦ blue 254

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

Shades of Electric Purple #B42FFE

Tints of Electric Purple #B42FFE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.77%

 BLUE value IS 254 (99.61% from 255) = 52.81%

R = 37.42%
G = 9.77%
B = 52.81%

CMYK

 C value IS 0.29

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B42FFE (or 0xB42FFE) is known color: Electric Purple. HEX triplet: B4, 2F and FE. RGB value is (180,47,254). Sum of RGB (Red+Green+Blue) = 180+47+254=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 47 (18.75% from 255 or 9.77% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #B42FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B42FFE is #4BD001. Grayscale: #6D6D6D. Windows color (decimal): -4968450 or 16658356. OLE color: 16658356.

HSL color Cylindrical-coordinate representation of color #B42FFE: hue angle of 278.55º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B42FFE is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 180 47 254 -
CMYK 0.29 0.81 0 0.00
HSL 278.55º 0.99% 0.59% -
HSV(B) 278.55º 0.81% 1% -
XYZ 37.73 18.89 95.42 -
YUV 110.37 209.06 177.67 -
System Red Green Blue C M Y K H S L
Decimal 180 47 254 0.29 0.81 0 0.00 278.55 0.99 0.59
Hex B4 2F FE 1D 51 0 0 117 63 3B
Octal 264 57 376 35 121 0 0 427 143 73
Binary 10110100 101111 11111110 11101 1010001 0 0 100010111 1100011 111011

Color Harmonies of #B42FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42FFE

Black with #B42FFE

Text Example


Text Example

White with #B42FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42FFE; }

 p { color: rgb(180,47,254); }

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

background-color css

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

 a { background-color: rgb(180,47,254); }

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

border-color css

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

 span { border-color: rgb(180,47,254); }

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