Html Css Color HEX #B218ED Electric Purple

📋 copy color: '#B218ED'

red 178 ◦ green 24 ◦ blue 237

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

Shades of Electric Purple #B218ED

Tints of Electric Purple #B218ED

RGB

 RED value IS 178 (69.92% from 255) = 40.55%

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

 BLUE value IS 237 (92.97% from 255) = 53.99%

R = 40.55%
G = 5.47%
B = 53.99%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B218ED (or 0xB218ED) is known color: Electric Purple. HEX triplet: B2, 18 and ED. RGB value is (178,24,237). Sum of RGB (Red+Green+Blue) = 178+24+237=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 24 (9.77% from 255 or 5.47% from 439); Blue value is 237 (92.97% from 255 or 53.99% from 439); Max value from RGB is 237 - color contains mainly: blue. Hex color #B218ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B218ED is #4DE712. Grayscale: #5D5D5D. Windows color (decimal): -5105427 or 15538354. OLE color: 15538354.

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

Color convert

RGB 178 24 237 -
CMYK 0.25 0.90 0 0.07
HSL 283.38º 0.86% 0.51% -
HSV(B) 283.38º 0.9% 0.93% -
XYZ 33.97 16.23 81.46 -
YUV 94.33 208.52 187.68 -
System Red Green Blue C M Y K H S L
Decimal 178 24 237 0.25 0.90 0 0.07 283.38 0.86 0.51
Hex B2 18 ED 19 5A 0 7 11B 56 33
Octal 262 30 355 31 132 0 7 433 126 63
Binary 10110010 11000 11101101 11001 1011010 0 111 100011011 1010110 110011

Color Harmonies of #B218ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B218ED

Black with #B218ED

Text Example


Text Example

White with #B218ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B218ED; }

 p { color: rgb(178,24,237); }

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

background-color css

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

 a { background-color: rgb(178,24,237); }

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

border-color css

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

 span { border-color: rgb(178,24,237); }

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