Html Css Color HEX #B41FFF Electric Purple

📋 copy color: '#B41FFF'

red 180 ◦ green 31 ◦ blue 255

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

Shades of Electric Purple #B41FFF

Tints of Electric Purple #B41FFF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.65%

 BLUE value IS 255 (100% from 255) = 54.72%

R = 38.63%
G = 6.65%
B = 54.72%

CMYK

 C value IS 0.29

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B41FFF (or 0xB41FFF) is known color: Electric Purple. HEX triplet: B4, 1F and FF. RGB value is (180,31,255). Sum of RGB (Red+Green+Blue) = 180+31+255=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 31 (12.5% from 255 or 6.65% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #B41FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B41FFF is #4BE000. Grayscale: #646464. Windows color (decimal): -4972545 or 16719796. OLE color: 16719796.

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

Color convert

RGB 180 31 255 -
CMYK 0.29 0.88 0 0
HSL 279.91º 1% 0.56% -
HSV(B) 279.91º 0.88% 1% -
XYZ 37.36 17.9 96.09 -
YUV 101.09 214.86 184.29 -
System Red Green Blue C M Y K H S L
Decimal 180 31 255 0.29 0.88 0 0 279.91 1 0.56
Hex B4 1F FF 1D 58 0 0 118 64 38
Octal 264 37 377 35 130 0 0 430 144 70
Binary 10110100 11111 11111111 11101 1011000 0 0 100011000 1100100 111000

Color Harmonies of #B41FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41FFF

Black with #B41FFF

Text Example


Text Example

White with #B41FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41FFF; }

 p { color: rgb(180,31,255); }

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

background-color css

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

 a { background-color: rgb(180,31,255); }

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

border-color css

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

 span { border-color: rgb(180,31,255); }

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