Html Css Color HEX #B41EFE Electric Purple

📋 copy color: '#B41EFE'

red 180 ◦ green 30 ◦ blue 254

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

Shades of Electric Purple #B41EFE

Tints of Electric Purple #B41EFE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.47%

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

R = 38.79%
G = 6.47%
B = 54.74%

CMYK

 C value IS 0.29

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B41EFE (or 0xB41EFE) is known color: Electric Purple. HEX triplet: B4, 1E and FE. RGB value is (180,30,254). Sum of RGB (Red+Green+Blue) = 180+30+254=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 30 (12.11% from 255 or 6.47% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #B41EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B41EFE is #4BE101. Grayscale: #636363. Windows color (decimal): -4972802 or 16654004. OLE color: 16654004.

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

Color convert

RGB 180 30 254 -
CMYK 0.29 0.88 0 0.00
HSL 280.18º 0.99% 0.56% -
HSV(B) 280.18º 0.88% 1% -
XYZ 37.18 17.79 95.24 -
YUV 100.39 214.7 184.79 -
System Red Green Blue C M Y K H S L
Decimal 180 30 254 0.29 0.88 0 0.00 280.18 0.99 0.56
Hex B4 1E FE 1D 58 0 0 118 63 38
Octal 264 36 376 35 130 0 0 430 143 70
Binary 10110100 11110 11111110 11101 1011000 0 0 100011000 1100011 111000

Color Harmonies of #B41EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41EFE

Black with #B41EFE

Text Example


Text Example

White with #B41EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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