Html Css Color HEX #B911FE Electric Purple

📋 copy color: '#B911FE'

red 185 ◦ green 17 ◦ blue 254

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

Shades of Electric Purple #B911FE

Tints of Electric Purple #B911FE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.73%

 BLUE value IS 254 (99.61% from 255) = 55.7%

R = 40.57%
G = 3.73%
B = 55.7%

CMYK

 C value IS 0.27

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B911FE (or 0xB911FE) is known color: Electric Purple. HEX triplet: B9, 11 and FE. RGB value is (185,17,254). Sum of RGB (Red+Green+Blue) = 185+17+254=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 17 (7.03% from 255 or 3.73% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #B911FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B911FE is #46EE01. Grayscale: #5D5D5D. Windows color (decimal): -4648450 or 16650681. OLE color: 16650681.

HSL color Cylindrical-coordinate representation of color #B911FE: hue angle of 282.53º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B911FE is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 185 17 254 -
CMYK 0.27 0.93 0 0.00
HSL 282.53º 0.99% 0.53% -
HSV(B) 282.53º 0.93% 1% -
XYZ 38.1 17.87 95.21 -
YUV 94.25 218.16 192.73 -
System Red Green Blue C M Y K H S L
Decimal 185 17 254 0.27 0.93 0 0.00 282.53 0.99 0.53
Hex B9 11 FE 1B 5D 0 0 11B 63 35
Octal 271 21 376 33 135 0 0 433 143 65
Binary 10111001 10001 11111110 11011 1011101 0 0 100011011 1100011 110101

Color Harmonies of #B911FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B911FE

Black with #B911FE

Text Example


Text Example

White with #B911FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B911FE; }

 p { color: rgb(185,17,254); }

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

background-color css

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

 a { background-color: rgb(185,17,254); }

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

border-color css

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

 span { border-color: rgb(185,17,254); }

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