Html Css Color HEX #B40EE0 Electric Purple

📋 copy color: '#B40EE0'

red 180 ◦ green 14 ◦ blue 224

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

Shades of Electric Purple #B40EE0

Tints of Electric Purple #B40EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 53.59%

R = 43.06%
G = 3.35%
B = 53.59%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B40EE0 (or 0xB40EE0) is known color: Electric Purple. HEX triplet: B4, 0E and E0. RGB value is (180,14,224). Sum of RGB (Red+Green+Blue) = 180+14+224=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 14 (5.86% from 255 or 3.35% from 418); Blue value is 224 (87.89% from 255 or 53.59% from 418); Max value from RGB is 224 - color contains mainly: blue. Hex color #B40EE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40EE0 is #4BF11F. Grayscale: #565656. Windows color (decimal): -4976928 or 14683828. OLE color: 14683828.

HSL color Cylindrical-coordinate representation of color #B40EE0: hue angle of 287.43º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40EE0 is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 180 14 224 -
CMYK 0.20 0.94 0 0.12
HSL 287.43º 0.88% 0.47% -
HSV(B) 287.43º 0.94% 0.88% -
XYZ 32.43 15.4 71.78 -
YUV 87.57 205 193.92 -
System Red Green Blue C M Y K H S L
Decimal 180 14 224 0.20 0.94 0 0.12 287.43 0.88 0.47
Hex B4 E E0 14 5E 0 C 11F 58 2F
Octal 264 16 340 24 136 0 14 437 130 57
Binary 10110100 1110 11100000 10100 1011110 0 1100 100011111 1011000 101111

Color Harmonies of #B40EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40EE0

Black with #B40EE0

Text Example


Text Example

White with #B40EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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