Html Css Color HEX #B40EEA Electric Purple

📋 copy color: '#B40EEA'

red 180 ◦ green 14 ◦ blue 234

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

Shades of Electric Purple #B40EEA

Tints of Electric Purple #B40EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.67%

R = 42.06%
G = 3.27%
B = 54.67%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B40EEA (or 0xB40EEA) is known color: Electric Purple. HEX triplet: B4, 0E and EA. RGB value is (180,14,234). Sum of RGB (Red+Green+Blue) = 180+14+234=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 14 (5.86% from 255 or 3.27% from 428); Blue value is 234 (91.80% from 255 or 54.67% from 428); Max value from RGB is 234 - color contains mainly: blue. Hex color #B40EEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B40EEA is #4BF115. Grayscale: #585858. Windows color (decimal): -4976918 or 15339188. OLE color: 15339188.

HSL color Cylindrical-coordinate representation of color #B40EEA: hue angle of 285.27º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40EEA is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 180 14 234 -
CMYK 0.23 0.94 0 0.08
HSL 285.27º 0.89% 0.49% -
HSV(B) 285.27º 0.94% 0.92% -
XYZ 33.83 15.96 79.14 -
YUV 88.71 210 193.11 -
System Red Green Blue C M Y K H S L
Decimal 180 14 234 0.23 0.94 0 0.08 285.27 0.89 0.49
Hex B4 E EA 17 5E 0 8 11D 59 31
Octal 264 16 352 27 136 0 10 435 131 61
Binary 10110100 1110 11101010 10111 1011110 0 1000 100011101 1011001 110001

Color Harmonies of #B40EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40EEA

Black with #B40EEA

Text Example


Text Example

White with #B40EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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