Html Css Color HEX #B40FFE Electric Purple

📋 copy color: '#B40FFE'

red 180 ◦ green 15 ◦ blue 254

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

Shades of Electric Purple #B40FFE

Tints of Electric Purple #B40FFE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.34%

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

R = 40.09%
G = 3.34%
B = 56.57%

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

#B40FFE (or 0xB40FFE) is known color: Electric Purple. HEX triplet: B4, 0F and FE. RGB value is (180,15,254). Sum of RGB (Red+Green+Blue) = 180+15+254=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 15 (6.25% from 255 or 3.34% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #B40FFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B40FFE is #4BF001. Grayscale: #5A5A5A. Windows color (decimal): -4976642 or 16650164. OLE color: 16650164.

HSL color Cylindrical-coordinate representation of color #B40FFE: hue angle of 281.42º 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 #B40FFE is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 180 15 254 -
CMYK 0.29 0.94 0 0.00
HSL 281.42º 0.99% 0.53% -
HSV(B) 281.42º 0.94% 1% -
XYZ 36.88 17.2 95.14 -
YUV 91.58 219.66 191.07 -
System Red Green Blue C M Y K H S L
Decimal 180 15 254 0.29 0.94 0 0.00 281.42 0.99 0.53
Hex B4 F FE 1D 5E 0 0 119 63 35
Octal 264 17 376 35 136 0 0 431 143 65
Binary 10110100 1111 11111110 11101 1011110 0 0 100011001 1100011 110101

Color Harmonies of #B40FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40FFE

Black with #B40FFE

Text Example


Text Example

White with #B40FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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