Html Css Color HEX #B518ED Electric Purple

📋 copy color: '#B518ED'

red 181 ◦ green 24 ◦ blue 237

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

Shades of Electric Purple #B518ED

Tints of Electric Purple #B518ED

RGB

 RED value IS 181 (71.09% from 255) = 40.95%

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

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

R = 40.95%
G = 5.43%
B = 53.62%

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

#B518ED (or 0xB518ED) is known color: Electric Purple. HEX triplet: B5, 18 and ED. RGB value is (181,24,237). Sum of RGB (Red+Green+Blue) = 181+24+237=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 24 (9.77% from 255 or 5.43% from 442); Blue value is 237 (92.97% from 255 or 53.62% from 442); Max value from RGB is 237 - color contains mainly: blue. Hex color #B518ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B518ED is #4AE712. Grayscale: #5E5E5E. Windows color (decimal): -4908819 or 15538357. OLE color: 15538357.

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

Color convert

RGB 181 24 237 -
CMYK 0.24 0.90 0 0.07
HSL 284.23º 0.86% 0.51% -
HSV(B) 284.23º 0.9% 0.93% -
XYZ 34.67 16.59 81.5 -
YUV 95.23 208.01 189.18 -
System Red Green Blue C M Y K H S L
Decimal 181 24 237 0.24 0.90 0 0.07 284.23 0.86 0.51
Hex B5 18 ED 18 5A 0 7 11C 56 33
Octal 265 30 355 30 132 0 7 434 126 63
Binary 10110101 11000 11101101 11000 1011010 0 111 100011100 1010110 110011

Color Harmonies of #B518ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B518ED

Black with #B518ED

Text Example


Text Example

White with #B518ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B518ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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