Html Css Color HEX #B018EE Electric Purple

📋 copy color: '#B018EE'

red 176 ◦ green 24 ◦ blue 238

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

Shades of Electric Purple #B018EE

Tints of Electric Purple #B018EE

RGB

 RED value IS 176 (69.14% from 255) = 40.18%

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

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

R = 40.18%
G = 5.48%
B = 54.34%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B018EE (or 0xB018EE) is known color: Electric Purple. HEX triplet: B0, 18 and EE. RGB value is (176,24,238). Sum of RGB (Red+Green+Blue) = 176+24+238=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 24 (9.77% from 255 or 5.48% from 438); Blue value is 238 (93.36% from 255 or 54.34% from 438); Max value from RGB is 238 - color contains mainly: blue. Hex color #B018EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B018EE is #4FE711. Grayscale: #5D5D5D. Windows color (decimal): -5236498 or 15603888. OLE color: 15603888.

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

Color convert

RGB 176 24 238 -
CMYK 0.26 0.90 0 0.07
HSL 282.62º 0.86% 0.51% -
HSV(B) 282.62º 0.9% 0.93% -
XYZ 33.66 16.06 82.21 -
YUV 93.84 209.36 186.6 -
System Red Green Blue C M Y K H S L
Decimal 176 24 238 0.26 0.90 0 0.07 282.62 0.86 0.51
Hex B0 18 EE 1A 5A 0 7 11B 56 33
Octal 260 30 356 32 132 0 7 433 126 63
Binary 10110000 11000 11101110 11010 1011010 0 111 100011011 1010110 110011

Color Harmonies of #B018EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B018EE

Black with #B018EE

Text Example


Text Example

White with #B018EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B018EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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