Html Css Color HEX #B318EF Electric Purple

📋 copy color: '#B318EF'

red 179 ◦ green 24 ◦ blue 239

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

Shades of Electric Purple #B318EF

Tints of Electric Purple #B318EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.07%

R = 40.5%
G = 5.43%
B = 54.07%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B318EF (or 0xB318EF) is known color: Electric Purple. HEX triplet: B3, 18 and EF. RGB value is (179,24,239). Sum of RGB (Red+Green+Blue) = 179+24+239=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 24 (9.77% from 255 or 5.43% from 442); Blue value is 239 (93.75% from 255 or 54.07% from 442); Max value from RGB is 239 - color contains mainly: blue. Hex color #B318EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B318EF is #4CE710. Grayscale: #5E5E5E. Windows color (decimal): -5039889 or 15669427. OLE color: 15669427.

HSL color Cylindrical-coordinate representation of color #B318EF: hue angle of 283.26º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B318EF is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 179 24 239 -
CMYK 0.25 0.90 0 0.06
HSL 283.26º 0.87% 0.52% -
HSV(B) 283.26º 0.9% 0.94% -
XYZ 34.5 16.47 83.02 -
YUV 94.86 209.35 188.02 -
System Red Green Blue C M Y K H S L
Decimal 179 24 239 0.25 0.90 0 0.06 283.26 0.87 0.52
Hex B3 18 EF 19 5A 0 6 11B 57 34
Octal 263 30 357 31 132 0 6 433 127 64
Binary 10110011 11000 11101111 11001 1011010 0 110 100011011 1010111 110100

Color Harmonies of #B318EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B318EF

Black with #B318EF

Text Example


Text Example

White with #B318EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B318EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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