Html Css Color HEX #B40EEC Electric Purple

📋 copy color: '#B40EEC'

red 180 ◦ green 14 ◦ blue 236

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

Shades of Electric Purple #B40EEC

Tints of Electric Purple #B40EEC

RGB

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

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

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

R = 41.86%
G = 3.26%
B = 54.88%

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

#B40EEC (or 0xB40EEC) is known color: Electric Purple. HEX triplet: B4, 0E and EC. RGB value is (180,14,236). Sum of RGB (Red+Green+Blue) = 180+14+236=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 14 (5.86% from 255 or 3.26% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #B40EEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B40EEC is #4BF113. Grayscale: #585858. Windows color (decimal): -4976916 or 15470260. OLE color: 15470260.

HSL color Cylindrical-coordinate representation of color #B40EEC: hue angle of 284.86º degrees, saturation: 0.89, 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 #B40EEC is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 14 236 -
CMYK 0.24 0.94 0 0.07
HSL 284.86º 0.89% 0.49% -
HSV(B) 284.86º 0.94% 0.93% -
XYZ 34.12 16.07 80.66 -
YUV 88.94 211 192.95 -
System Red Green Blue C M Y K H S L
Decimal 180 14 236 0.24 0.94 0 0.07 284.86 0.89 0.49
Hex B4 E EC 18 5E 0 7 11D 59 31
Octal 264 16 354 30 136 0 7 435 131 61
Binary 10110100 1110 11101100 11000 1011110 0 111 100011101 1011001 110001

Color Harmonies of #B40EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40EEC

Black with #B40EEC

Text Example


Text Example

White with #B40EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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