Html Css Color HEX #B41AFE Electric Purple

📋 copy color: '#B41AFE'

red 180 ◦ green 26 ◦ blue 254

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

Shades of Electric Purple #B41AFE

Tints of Electric Purple #B41AFE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.65%

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

R = 39.13%
G = 5.65%
B = 55.22%

CMYK

 C value IS 0.29

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B41AFE (or 0xB41AFE) is known color: Electric Purple. HEX triplet: B4, 1A and FE. RGB value is (180,26,254). Sum of RGB (Red+Green+Blue) = 180+26+254=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 26 (10.55% from 255 or 5.65% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #B41AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B41AFE is #4BE501. Grayscale: #616161. Windows color (decimal): -4973826 or 16652980. OLE color: 16652980.

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

Color convert

RGB 180 26 254 -
CMYK 0.29 0.90 0 0.00
HSL 280.53º 0.99% 0.55% -
HSV(B) 280.53º 0.9% 1% -
XYZ 37.08 17.6 95.21 -
YUV 98.04 216.02 186.46 -
System Red Green Blue C M Y K H S L
Decimal 180 26 254 0.29 0.90 0 0.00 280.53 0.99 0.55
Hex B4 1A FE 1D 5A 0 0 119 63 37
Octal 264 32 376 35 132 0 0 431 143 67
Binary 10110100 11010 11111110 11101 1011010 0 0 100011001 1100011 110111

Color Harmonies of #B41AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41AFE

Black with #B41AFE

Text Example


Text Example

White with #B41AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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