Html Css Color HEX #B918EE Electric Purple

📋 copy color: '#B918EE'

red 185 ◦ green 24 ◦ blue 238

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

Shades of Electric Purple #B918EE

Tints of Electric Purple #B918EE

RGB

 RED value IS 185 (72.66% from 255) = 41.39%

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

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

R = 41.39%
G = 5.37%
B = 53.24%

CMYK

 C value IS 0.22

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B918EE (or 0xB918EE) is known color: Electric Purple. HEX triplet: B9, 18 and EE. RGB value is (185,24,238). Sum of RGB (Red+Green+Blue) = 185+24+238=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 24 (9.77% from 255 or 5.37% from 447); Blue value is 238 (93.36% from 255 or 53.24% from 447); Max value from RGB is 238 - color contains mainly: blue. Hex color #B918EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B918EE is #46E711. Grayscale: #5F5F5F. Windows color (decimal): -4646674 or 15603897. OLE color: 15603897.

HSL color Cylindrical-coordinate representation of color #B918EE: hue angle of 285.14º 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 #B918EE is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 24 238 -
CMYK 0.22 0.90 0 0.07
HSL 285.14º 0.86% 0.51% -
HSV(B) 285.14º 0.9% 0.93% -
XYZ 35.77 17.14 82.31 -
YUV 96.54 207.84 191.1 -
System Red Green Blue C M Y K H S L
Decimal 185 24 238 0.22 0.90 0 0.07 285.14 0.86 0.51
Hex B9 18 EE 16 5A 0 7 11D 56 33
Octal 271 30 356 26 132 0 7 435 126 63
Binary 10111001 11000 11101110 10110 1011010 0 111 100011101 1010110 110011

Color Harmonies of #B918EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B918EE

Black with #B918EE

Text Example


Text Example

White with #B918EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B918EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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