Html Css Color HEX #B115FE Electric Purple

📋 copy color: '#B115FE'

red 177 ◦ green 21 ◦ blue 254

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

Shades of Electric Purple #B115FE

Tints of Electric Purple #B115FE

RGB

 RED value IS 177 (69.53% from 255) = 39.16%

 GREEN value IS 21 (8.59% from 255) = 4.65%

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

R = 39.16%
G = 4.65%
B = 56.19%

CMYK

 C value IS 0.30

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B115FE (or 0xB115FE) is known color: Electric Purple. HEX triplet: B1, 15 and FE. RGB value is (177,21,254). Sum of RGB (Red+Green+Blue) = 177+21+254=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 21 (8.59% from 255 or 4.65% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #B115FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B115FE is #4EEA01. Grayscale: #5D5D5D. Windows color (decimal): -5171714 or 16651697. OLE color: 16651697.

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

Color convert

RGB 177 21 254 -
CMYK 0.30 0.92 0 0.00
HSL 280.17º 0.99% 0.54% -
HSV(B) 280.17º 0.92% 1% -
XYZ 36.29 17.04 95.14 -
YUV 94.21 218.18 187.05 -
System Red Green Blue C M Y K H S L
Decimal 177 21 254 0.30 0.92 0 0.00 280.17 0.99 0.54
Hex B1 15 FE 1E 5C 0 0 118 63 36
Octal 261 25 376 36 134 0 0 430 143 66
Binary 10110001 10101 11111110 11110 1011100 0 0 100011000 1100011 110110

Color Harmonies of #B115FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B115FE

Black with #B115FE

Text Example


Text Example

White with #B115FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B115FE; }

 p { color: rgb(177,21,254); }

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

background-color css

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

 a { background-color: rgb(177,21,254); }

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

border-color css

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

 span { border-color: rgb(177,21,254); }

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