Html Css Color HEX #B40FEC Electric Purple

📋 copy color: '#B40FEC'

red 180 ◦ green 15 ◦ blue 236

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

Shades of Electric Purple #B40FEC

Tints of Electric Purple #B40FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 54.76%

R = 41.76%
G = 3.48%
B = 54.76%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B40FEC (or 0xB40FEC) is known color: Electric Purple. HEX triplet: B4, 0F and EC. RGB value is (180,15,236). Sum of RGB (Red+Green+Blue) = 180+15+236=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 15 (6.25% from 255 or 3.48% from 431); Blue value is 236 (92.58% from 255 or 54.76% from 431); Max value from RGB is 236 - color contains mainly: blue. Hex color #B40FEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B40FEC is #4BF013. Grayscale: #585858. Windows color (decimal): -4976660 or 15470516. OLE color: 15470516.

HSL color Cylindrical-coordinate representation of color #B40FEC: hue angle of 284.8º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40FEC is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 15 236 -
CMYK 0.24 0.94 0 0.07
HSL 284.8º 0.88% 0.49% -
HSV(B) 284.8º 0.94% 0.93% -
XYZ 34.13 16.1 80.67 -
YUV 89.53 210.66 192.53 -
System Red Green Blue C M Y K H S L
Decimal 180 15 236 0.24 0.94 0 0.07 284.8 0.88 0.49
Hex B4 F EC 18 5E 0 7 11D 58 31
Octal 264 17 354 30 136 0 7 435 130 61
Binary 10110100 1111 11101100 11000 1011110 0 111 100011101 1011000 110001

Color Harmonies of #B40FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40FEC

Black with #B40FEC

Text Example


Text Example

White with #B40FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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