Html Css Color HEX #B916EF Electric Purple

📋 copy color: '#B916EF'

red 185 ◦ green 22 ◦ blue 239

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

Shades of Electric Purple #B916EF

Tints of Electric Purple #B916EF

RGB

 RED value IS 185 (72.66% from 255) = 41.48%

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

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

R = 41.48%
G = 4.93%
B = 53.59%

CMYK

 C value IS 0.23

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B916EF (or 0xB916EF) is known color: Electric Purple. HEX triplet: B9, 16 and EF. RGB value is (185,22,239). Sum of RGB (Red+Green+Blue) = 185+22+239=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 22 (8.98% from 255 or 4.93% from 446); Blue value is 239 (93.75% from 255 or 53.59% from 446); Max value from RGB is 239 - color contains mainly: blue. Hex color #B916EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B916EF is #46E910. Grayscale: #5E5E5E. Windows color (decimal): -4647185 or 15668921. OLE color: 15668921.

HSL color Cylindrical-coordinate representation of color #B916EF: hue angle of 285.07º 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 #B916EF is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 22 239 -
CMYK 0.23 0.91 0 0.06
HSL 285.07º 0.87% 0.51% -
HSV(B) 285.07º 0.91% 0.94% -
XYZ 35.87 17.12 83.08 -
YUV 95.48 209 191.86 -
System Red Green Blue C M Y K H S L
Decimal 185 22 239 0.23 0.91 0 0.06 285.07 0.87 0.51
Hex B9 16 EF 17 5B 0 6 11D 57 33
Octal 271 26 357 27 133 0 6 435 127 63
Binary 10111001 10110 11101111 10111 1011011 0 110 100011101 1010111 110011

Color Harmonies of #B916EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B916EF

Black with #B916EF

Text Example


Text Example

White with #B916EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B916EF; }

 p { color: rgb(185,22,239); }

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

background-color css

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

 a { background-color: rgb(185,22,239); }

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

border-color css

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

 span { border-color: rgb(185,22,239); }

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