Html Css Color HEX #B40EFE Electric Purple

📋 copy color: '#B40EFE'

red 180 ◦ green 14 ◦ blue 254

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

Shades of Electric Purple #B40EFE

Tints of Electric Purple #B40EFE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.13%

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

R = 40.18%
G = 3.13%
B = 56.7%

CMYK

 C value IS 0.29

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B40EFE (or 0xB40EFE) is known color: Electric Purple. HEX triplet: B4, 0E and FE. RGB value is (180,14,254). Sum of RGB (Red+Green+Blue) = 180+14+254=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 14 (5.86% from 255 or 3.12% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #B40EFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B40EFE is #4BF101. Grayscale: #5A5A5A. Windows color (decimal): -4976898 or 16649908. OLE color: 16649908.

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

Color convert

RGB 180 14 254 -
CMYK 0.29 0.94 0 0.00
HSL 281.5º 0.99% 0.53% -
HSV(B) 281.5º 0.94% 1% -
XYZ 36.87 17.17 95.14 -
YUV 90.99 220 191.49 -
System Red Green Blue C M Y K H S L
Decimal 180 14 254 0.29 0.94 0 0.00 281.5 0.99 0.53
Hex B4 E FE 1D 5E 0 0 11A 63 35
Octal 264 16 376 35 136 0 0 432 143 65
Binary 10110100 1110 11111110 11101 1011110 0 0 100011010 1100011 110101

Color Harmonies of #B40EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40EFE

Black with #B40EFE

Text Example


Text Example

White with #B40EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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