Html Css Color HEX #B40FEE Electric Purple

📋 copy color: '#B40FEE'

red 180 ◦ green 15 ◦ blue 238

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

Shades of Electric Purple #B40FEE

Tints of Electric Purple #B40FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 54.97%

R = 41.57%
G = 3.46%
B = 54.97%

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

#B40FEE (or 0xB40FEE) is known color: Electric Purple. HEX triplet: B4, 0F and EE. RGB value is (180,15,238). Sum of RGB (Red+Green+Blue) = 180+15+238=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 15 (6.25% from 255 or 3.46% from 433); Blue value is 238 (93.36% from 255 or 54.97% from 433); Max value from RGB is 238 - color contains mainly: blue. Hex color #B40FEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B40FEE is #4BF011. Grayscale: #595959. Windows color (decimal): -4976658 or 15601588. OLE color: 15601588.

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

Color convert

RGB 180 15 238 -
CMYK 0.24 0.94 0 0.07
HSL 284.39º 0.88% 0.5% -
HSV(B) 284.39º 0.94% 0.93% -
XYZ 34.43 16.22 82.2 -
YUV 89.76 211.66 192.37 -
System Red Green Blue C M Y K H S L
Decimal 180 15 238 0.24 0.94 0 0.07 284.39 0.88 0.5
Hex B4 F EE 18 5E 0 7 11C 58 32
Octal 264 17 356 30 136 0 7 434 130 62
Binary 10110100 1111 11101110 11000 1011110 0 111 100011100 1011000 110010

Color Harmonies of #B40FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40FEE

Black with #B40FEE

Text Example


Text Example

White with #B40FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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