Html Css Color HEX #B617EF Electric Purple

📋 copy color: '#B617EF'

red 182 ◦ green 23 ◦ blue 239

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

Shades of Electric Purple #B617EF

Tints of Electric Purple #B617EF

RGB

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

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

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

R = 40.99%
G = 5.18%
B = 53.83%

CMYK

 C value IS 0.24

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B617EF (or 0xB617EF) is known color: Electric Purple. HEX triplet: B6, 17 and EF. RGB value is (182,23,239). Sum of RGB (Red+Green+Blue) = 182+23+239=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 23 (9.38% from 255 or 5.18% from 444); Blue value is 239 (93.75% from 255 or 53.83% from 444); Max value from RGB is 239 - color contains mainly: blue. Hex color #B617EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B617EF is #49E810. Grayscale: #5E5E5E. Windows color (decimal): -4843537 or 15669174. OLE color: 15669174.

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

Color convert

RGB 182 23 239 -
CMYK 0.24 0.90 0 0.06
HSL 284.17º 0.87% 0.51% -
HSV(B) 284.17º 0.9% 0.94% -
XYZ 35.18 16.79 83.05 -
YUV 95.17 209.18 189.94 -
System Red Green Blue C M Y K H S L
Decimal 182 23 239 0.24 0.90 0 0.06 284.17 0.87 0.51
Hex B6 17 EF 18 5A 0 6 11C 57 33
Octal 266 27 357 30 132 0 6 434 127 63
Binary 10110110 10111 11101111 11000 1011010 0 110 100011100 1010111 110011

Color Harmonies of #B617EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B617EF

Black with #B617EF

Text Example


Text Example

White with #B617EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B617EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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