Html Css Color HEX #B318ED Electric Purple

📋 copy color: '#B318ED'

red 179 ◦ green 24 ◦ blue 237

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

Shades of Electric Purple #B318ED

Tints of Electric Purple #B318ED

RGB

 RED value IS 179 (70.31% from 255) = 40.68%

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

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

R = 40.68%
G = 5.45%
B = 53.86%

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

#B318ED (or 0xB318ED) is known color: Electric Purple. HEX triplet: B3, 18 and ED. RGB value is (179,24,237). Sum of RGB (Red+Green+Blue) = 179+24+237=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 24 (9.77% from 255 or 5.45% from 440); Blue value is 237 (92.97% from 255 or 53.86% from 440); Max value from RGB is 237 - color contains mainly: blue. Hex color #B318ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B318ED is #4CE712. Grayscale: #5D5D5D. Windows color (decimal): -5039891 or 15538355. OLE color: 15538355.

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

Color convert

RGB 179 24 237 -
CMYK 0.24 0.90 0 0.07
HSL 283.66º 0.86% 0.51% -
HSV(B) 283.66º 0.9% 0.93% -
XYZ 34.2 16.35 81.47 -
YUV 94.63 208.35 188.18 -
System Red Green Blue C M Y K H S L
Decimal 179 24 237 0.24 0.90 0 0.07 283.66 0.86 0.51
Hex B3 18 ED 18 5A 0 7 11C 56 33
Octal 263 30 355 30 132 0 7 434 126 63
Binary 10110011 11000 11101101 11000 1011010 0 111 100011100 1010110 110011

Color Harmonies of #B318ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B318ED

Black with #B318ED

Text Example


Text Example

White with #B318ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B318ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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