Html Css Color HEX #B811FE Electric Purple

📋 copy color: '#B811FE'

red 184 ◦ green 17 ◦ blue 254

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

Shades of Electric Purple #B811FE

Tints of Electric Purple #B811FE

RGB

 RED value IS 184 (72.27% from 255) = 40.44%

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

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

R = 40.44%
G = 3.74%
B = 55.82%

CMYK

 C value IS 0.28

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B811FE (or 0xB811FE) is known color: Electric Purple. HEX triplet: B8, 11 and FE. RGB value is (184,17,254). Sum of RGB (Red+Green+Blue) = 184+17+254=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 17 (7.03% from 255 or 3.74% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #B811FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B811FE is #47EE01. Grayscale: #5D5D5D. Windows color (decimal): -4713986 or 16650680. OLE color: 16650680.

HSL color Cylindrical-coordinate representation of color #B811FE: hue angle of 282.28º 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 #B811FE is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 184 17 254 -
CMYK 0.28 0.93 0 0.00
HSL 282.28º 0.99% 0.53% -
HSV(B) 282.28º 0.93% 1% -
XYZ 37.86 17.75 95.2 -
YUV 93.95 218.33 192.23 -
System Red Green Blue C M Y K H S L
Decimal 184 17 254 0.28 0.93 0 0.00 282.28 0.99 0.53
Hex B8 11 FE 1C 5D 0 0 11A 63 35
Octal 270 21 376 34 135 0 0 432 143 65
Binary 10111000 10001 11111110 11100 1011101 0 0 100011010 1100011 110101

Color Harmonies of #B811FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B811FE

Black with #B811FE

Text Example


Text Example

White with #B811FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B811FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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