Html Css Color HEX #B615EF Electric Purple

📋 copy color: '#B615EF'

red 182 ◦ green 21 ◦ blue 239

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

Shades of Electric Purple #B615EF

Tints of Electric Purple #B615EF

RGB

 RED value IS 182 (71.48% from 255) = 41.18%

 GREEN value IS 21 (8.59% from 255) = 4.75%

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

R = 41.18%
G = 4.75%
B = 54.07%

CMYK

 C value IS 0.24

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B615EF (or 0xB615EF) is known color: Electric Purple. HEX triplet: B6, 15 and EF. RGB value is (182,21,239). Sum of RGB (Red+Green+Blue) = 182+21+239=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 21 (8.59% from 255 or 4.75% 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 #B615EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B615EF is #49EA10. Grayscale: #5D5D5D. Windows color (decimal): -4844049 or 15668662. OLE color: 15668662.

HSL color Cylindrical-coordinate representation of color #B615EF: hue angle of 284.31º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B615EF is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 182 21 239 -
CMYK 0.24 0.91 0 0.06
HSL 284.31º 0.87% 0.51% -
HSV(B) 284.31º 0.91% 0.94% -
XYZ 35.14 16.71 83.04 -
YUV 93.99 209.84 190.77 -
System Red Green Blue C M Y K H S L
Decimal 182 21 239 0.24 0.91 0 0.06 284.31 0.87 0.51
Hex B6 15 EF 18 5B 0 6 11C 57 33
Octal 266 25 357 30 133 0 6 434 127 63
Binary 10110110 10101 11101111 11000 1011011 0 110 100011100 1010111 110011

Color Harmonies of #B615EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B615EF

Black with #B615EF

Text Example


Text Example

White with #B615EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B615EF; }

 p { color: rgb(182,21,239); }

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

background-color css

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

 a { background-color: rgb(182,21,239); }

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

border-color css

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

 span { border-color: rgb(182,21,239); }

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