Html Css Color HEX #B916F6 Electric Purple

📋 copy color: '#B916F6'

red 185 ◦ green 22 ◦ blue 246

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

Shades of Electric Purple #B916F6

Tints of Electric Purple #B916F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 54.3%

R = 40.84%
G = 4.86%
B = 54.3%

CMYK

 C value IS 0.25

 M value IS 0.91

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B916F6 (or 0xB916F6) is known color: Electric Purple. HEX triplet: B9, 16 and F6. RGB value is (185,22,246). Sum of RGB (Red+Green+Blue) = 185+22+246=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 22 (8.98% from 255 or 4.86% from 453); Blue value is 246 (96.48% from 255 or 54.30% from 453); Max value from RGB is 246 - color contains mainly: blue. Hex color #B916F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B916F6 is #46E909. Grayscale: #5F5F5F. Windows color (decimal): -4647178 or 16127673. OLE color: 16127673.

HSL color Cylindrical-coordinate representation of color #B916F6: hue angle of 283.66º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B916F6 is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 185 22 246 -
CMYK 0.25 0.91 0 0.04
HSL 283.66º 0.93% 0.53% -
HSV(B) 283.66º 0.91% 0.96% -
XYZ 36.93 17.54 88.63 -
YUV 96.27 212.5 191.29 -
System Red Green Blue C M Y K H S L
Decimal 185 22 246 0.25 0.91 0 0.04 283.66 0.93 0.53
Hex B9 16 F6 19 5B 0 4 11C 5D 35
Octal 271 26 366 31 133 0 4 434 135 65
Binary 10111001 10110 11110110 11001 1011011 0 100 100011100 1011101 110101

Color Harmonies of #B916F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B916F6

Black with #B916F6

Text Example


Text Example

White with #B916F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B916F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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