Html Css Color HEX #B418EE Electric Purple

📋 copy color: '#B418EE'

red 180 ◦ green 24 ◦ blue 238

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

Shades of Electric Purple #B418EE

Tints of Electric Purple #B418EE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.43%

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

R = 40.72%
G = 5.43%
B = 53.85%

CMYK

 C value IS 0.24

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B418EE (or 0xB418EE) is known color: Electric Purple. HEX triplet: B4, 18 and EE. RGB value is (180,24,238). Sum of RGB (Red+Green+Blue) = 180+24+238=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 24 (9.77% from 255 or 5.43% from 442); Blue value is 238 (93.36% from 255 or 53.85% from 442); Max value from RGB is 238 - color contains mainly: blue. Hex color #B418EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B418EE is #4BE711. Grayscale: #5E5E5E. Windows color (decimal): -4974354 or 15603892. OLE color: 15603892.

HSL color Cylindrical-coordinate representation of color #B418EE: hue angle of 283.74º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B418EE is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 24 238 -
CMYK 0.24 0.90 0 0.07
HSL 283.74º 0.86% 0.51% -
HSV(B) 283.74º 0.9% 0.93% -
XYZ 34.58 16.53 82.26 -
YUV 95.04 208.68 188.6 -
System Red Green Blue C M Y K H S L
Decimal 180 24 238 0.24 0.90 0 0.07 283.74 0.86 0.51
Hex B4 18 EE 18 5A 0 7 11C 56 33
Octal 264 30 356 30 132 0 7 434 126 63
Binary 10110100 11000 11101110 11000 1011010 0 111 100011100 1010110 110011

Color Harmonies of #B418EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B418EE

Black with #B418EE

Text Example


Text Example

White with #B418EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B418EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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