Html Css Color HEX #B916EA Electric Purple

📋 copy color: '#B916EA'

red 185 ◦ green 22 ◦ blue 234

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

Shades of Electric Purple #B916EA

Tints of Electric Purple #B916EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.06%

R = 41.95%
G = 4.99%
B = 53.06%

CMYK

 C value IS 0.21

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B916EA (or 0xB916EA) is known color: Electric Purple. HEX triplet: B9, 16 and EA. RGB value is (185,22,234). Sum of RGB (Red+Green+Blue) = 185+22+234=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 22 (8.98% from 255 or 4.99% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #B916EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B916EA is #46E915. Grayscale: #5E5E5E. Windows color (decimal): -4647190 or 15341241. OLE color: 15341241.

HSL color Cylindrical-coordinate representation of color #B916EA: hue angle of 286.13º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B916EA is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 22 234 -
CMYK 0.21 0.91 0 0.08
HSL 286.13º 0.83% 0.5% -
HSV(B) 286.13º 0.91% 0.92% -
XYZ 35.15 16.83 79.24 -
YUV 94.91 206.5 192.26 -
System Red Green Blue C M Y K H S L
Decimal 185 22 234 0.21 0.91 0 0.08 286.13 0.83 0.5
Hex B9 16 EA 15 5B 0 8 11E 53 32
Octal 271 26 352 25 133 0 10 436 123 62
Binary 10111001 10110 11101010 10101 1011011 0 1000 100011110 1010011 110010

Color Harmonies of #B916EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B916EA

Black with #B916EA

Text Example


Text Example

White with #B916EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B916EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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