Html Css Color HEX #B317EE Electric Purple

📋 copy color: '#B317EE'

red 179 ◦ green 23 ◦ blue 238

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

Shades of Electric Purple #B317EE

Tints of Electric Purple #B317EE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.23%

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

R = 40.68%
G = 5.23%
B = 54.09%

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

#B317EE (or 0xB317EE) is known color: Electric Purple. HEX triplet: B3, 17 and EE. RGB value is (179,23,238). Sum of RGB (Red+Green+Blue) = 179+23+238=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 23 (9.38% from 255 or 5.23% from 440); Blue value is 238 (93.36% from 255 or 54.09% from 440); Max value from RGB is 238 - color contains mainly: blue. Hex color #B317EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B317EE is #4CE811. Grayscale: #5D5D5D. Windows color (decimal): -5040146 or 15603635. OLE color: 15603635.

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

Color convert

RGB 179 23 238 -
CMYK 0.25 0.90 0 0.07
HSL 283.53º 0.86% 0.51% -
HSV(B) 283.53º 0.9% 0.93% -
XYZ 34.33 16.37 82.24 -
YUV 94.15 209.18 188.52 -
System Red Green Blue C M Y K H S L
Decimal 179 23 238 0.25 0.90 0 0.07 283.53 0.86 0.51
Hex B3 17 EE 19 5A 0 7 11C 56 33
Octal 263 27 356 31 132 0 7 434 126 63
Binary 10110011 10111 11101110 11001 1011010 0 111 100011100 1010110 110011

Color Harmonies of #B317EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B317EE

Black with #B317EE

Text Example


Text Example

White with #B317EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B317EE; }

 p { color: rgb(179,23,238); }

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

background-color css

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

 a { background-color: rgb(179,23,238); }

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

border-color css

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

 span { border-color: rgb(179,23,238); }

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