Html Css Color HEX #B40EEB Electric Purple

📋 copy color: '#B40EEB'

red 180 ◦ green 14 ◦ blue 235

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

Shades of Electric Purple #B40EEB

Tints of Electric Purple #B40EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.78%

R = 41.96%
G = 3.26%
B = 54.78%

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

#B40EEB (or 0xB40EEB) is known color: Electric Purple. HEX triplet: B4, 0E and EB. RGB value is (180,14,235). Sum of RGB (Red+Green+Blue) = 180+14+235=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 14 (5.86% from 255 or 3.26% from 429); Blue value is 235 (92.19% from 255 or 54.78% from 429); Max value from RGB is 235 - color contains mainly: blue. Hex color #B40EEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B40EEB is #4BF114. Grayscale: #585858. Windows color (decimal): -4976917 or 15404724. OLE color: 15404724.

HSL color Cylindrical-coordinate representation of color #B40EEB: hue angle of 285.07º 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 #B40EEB is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 180 14 235 -
CMYK 0.23 0.94 0 0.08
HSL 285.07º 0.89% 0.49% -
HSV(B) 285.07º 0.94% 0.92% -
XYZ 33.97 16.02 79.9 -
YUV 88.83 210.5 193.03 -
System Red Green Blue C M Y K H S L
Decimal 180 14 235 0.23 0.94 0 0.08 285.07 0.89 0.49
Hex B4 E EB 17 5E 0 8 11D 59 31
Octal 264 16 353 27 136 0 10 435 131 61
Binary 10110100 1110 11101011 10111 1011110 0 1000 100011101 1011001 110001

Color Harmonies of #B40EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40EEB

Black with #B40EEB

Text Example


Text Example

White with #B40EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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