Html Css Color HEX #B916F1 Electric Purple

📋 copy color: '#B916F1'

red 185 ◦ green 22 ◦ blue 241

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

Shades of Electric Purple #B916F1

Tints of Electric Purple #B916F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 53.79%

R = 41.29%
G = 4.91%
B = 53.79%

CMYK

 C value IS 0.23

 M value IS 0.91

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B916F1 (or 0xB916F1) is known color: Electric Purple. HEX triplet: B9, 16 and F1. RGB value is (185,22,241). Sum of RGB (Red+Green+Blue) = 185+22+241=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 22 (8.98% from 255 or 4.91% from 448); Blue value is 241 (94.53% from 255 or 53.79% from 448); Max value from RGB is 241 - color contains mainly: blue. Hex color #B916F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B916F1 is #46E90E. Grayscale: #5E5E5E. Windows color (decimal): -4647183 or 15799993. OLE color: 15799993.

HSL color Cylindrical-coordinate representation of color #B916F1: hue angle of 284.66º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B916F1 is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 22 241 -
CMYK 0.23 0.91 0 0.05
HSL 284.66º 0.89% 0.52% -
HSV(B) 284.66º 0.91% 0.95% -
XYZ 36.17 17.24 84.64 -
YUV 95.7 210 191.69 -
System Red Green Blue C M Y K H S L
Decimal 185 22 241 0.23 0.91 0 0.05 284.66 0.89 0.52
Hex B9 16 F1 17 5B 0 5 11D 59 34
Octal 271 26 361 27 133 0 5 435 131 64
Binary 10111001 10110 11110001 10111 1011011 0 101 100011101 1011001 110100

Color Harmonies of #B916F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B916F1

Black with #B916F1

Text Example


Text Example

White with #B916F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B916F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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