Html Css Color HEX #B41BFE Electric Purple

📋 copy color: '#B41BFE'

red 180 ◦ green 27 ◦ blue 254

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

Shades of Electric Purple #B41BFE

Tints of Electric Purple #B41BFE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.86%

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

R = 39.05%
G = 5.86%
B = 55.1%

CMYK

 C value IS 0.29

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B41BFE (or 0xB41BFE) is known color: Electric Purple. HEX triplet: B4, 1B and FE. RGB value is (180,27,254). Sum of RGB (Red+Green+Blue) = 180+27+254=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 27 (10.94% from 255 or 5.86% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #B41BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B41BFE is #4BE401. Grayscale: #616161. Windows color (decimal): -4973570 or 16653236. OLE color: 16653236.

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

Color convert

RGB 180 27 254 -
CMYK 0.29 0.89 0 0.00
HSL 280.44º 0.99% 0.55% -
HSV(B) 280.44º 0.89% 1% -
XYZ 37.1 17.64 95.22 -
YUV 98.63 215.69 186.04 -
System Red Green Blue C M Y K H S L
Decimal 180 27 254 0.29 0.89 0 0.00 280.44 0.99 0.55
Hex B4 1B FE 1D 59 0 0 118 63 37
Octal 264 33 376 35 131 0 0 430 143 67
Binary 10110100 11011 11111110 11101 1011001 0 0 100011000 1100011 110111

Color Harmonies of #B41BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41BFE

Black with #B41BFE

Text Example


Text Example

White with #B41BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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