Html Css Color HEX #B413EE Electric Purple

📋 copy color: '#B413EE'

red 180 ◦ green 19 ◦ blue 238

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

Shades of Electric Purple #B413EE

Tints of Electric Purple #B413EE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.35%

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

R = 41.19%
G = 4.35%
B = 54.46%

CMYK

 C value IS 0.24

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B413EE (or 0xB413EE) is known color: Electric Purple. HEX triplet: B4, 13 and EE. RGB value is (180,19,238). Sum of RGB (Red+Green+Blue) = 180+19+238=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 19 (7.81% from 255 or 4.35% from 437); Blue value is 238 (93.36% from 255 or 54.46% from 437); Max value from RGB is 238 - color contains mainly: blue. Hex color #B413EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B413EE is #4BEC11. Grayscale: #5B5B5B. Windows color (decimal): -4975634 or 15602612. OLE color: 15602612.

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

Color convert

RGB 180 19 238 -
CMYK 0.24 0.92 0 0.07
HSL 284.11º 0.87% 0.5% -
HSV(B) 284.11º 0.92% 0.93% -
XYZ 34.49 16.34 82.23 -
YUV 92.11 210.34 190.69 -
System Red Green Blue C M Y K H S L
Decimal 180 19 238 0.24 0.92 0 0.07 284.11 0.87 0.5
Hex B4 13 EE 18 5C 0 7 11C 57 32
Octal 264 23 356 30 134 0 7 434 127 62
Binary 10110100 10011 11101110 11000 1011100 0 111 100011100 1010111 110010

Color Harmonies of #B413EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B413EE

Black with #B413EE

Text Example


Text Example

White with #B413EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B413EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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