Html Css Color HEX #B616EE Electric Purple

📋 copy color: '#B616EE'

red 182 ◦ green 22 ◦ blue 238

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

Shades of Electric Purple #B616EE

Tints of Electric Purple #B616EE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.98%

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

R = 41.18%
G = 4.98%
B = 53.85%

CMYK

 C value IS 0.24

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B616EE (or 0xB616EE) is known color: Electric Purple. HEX triplet: B6, 16 and EE. RGB value is (182,22,238). Sum of RGB (Red+Green+Blue) = 182+22+238=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 22 (8.98% from 255 or 4.98% from 442); Blue value is 238 (93.36% from 255 or 53.85% from 442); Max value from RGB is 238 - color contains mainly: blue. Hex color #B616EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B616EE is #49E911. Grayscale: #5D5D5D. Windows color (decimal): -4843794 or 15603382. OLE color: 15603382.

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

Color convert

RGB 182 22 238 -
CMYK 0.24 0.91 0 0.07
HSL 284.44º 0.86% 0.51% -
HSV(B) 284.44º 0.91% 0.93% -
XYZ 35.01 16.69 82.27 -
YUV 94.46 209.01 190.44 -
System Red Green Blue C M Y K H S L
Decimal 182 22 238 0.24 0.91 0 0.07 284.44 0.86 0.51
Hex B6 16 EE 18 5B 0 7 11C 56 33
Octal 266 26 356 30 133 0 7 434 126 63
Binary 10110110 10110 11101110 11000 1011011 0 111 100011100 1010110 110011

Color Harmonies of #B616EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B616EE

Black with #B616EE

Text Example


Text Example

White with #B616EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B616EE; }

 p { color: rgb(182,22,238); }

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

background-color css

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

 a { background-color: rgb(182,22,238); }

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

border-color css

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

 span { border-color: rgb(182,22,238); }

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