Html Css Color HEX #B113FE Electric Purple

📋 copy color: '#B113FE'

red 177 ◦ green 19 ◦ blue 254

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

Shades of Electric Purple #B113FE

Tints of Electric Purple #B113FE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.22%

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

R = 39.33%
G = 4.22%
B = 56.44%

CMYK

 C value IS 0.30

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B113FE (or 0xB113FE) is known color: Electric Purple. HEX triplet: B1, 13 and FE. RGB value is (177,19,254). Sum of RGB (Red+Green+Blue) = 177+19+254=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 19 (7.81% from 255 or 4.22% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #B113FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B113FE is #4EEC01. Grayscale: #5C5C5C. Windows color (decimal): -5172226 or 16651185. OLE color: 16651185.

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

Color convert

RGB 177 19 254 -
CMYK 0.30 0.93 0 0.00
HSL 280.34º 0.99% 0.54% -
HSV(B) 280.34º 0.93% 1% -
XYZ 36.25 16.97 95.13 -
YUV 93.03 218.85 187.89 -
System Red Green Blue C M Y K H S L
Decimal 177 19 254 0.30 0.93 0 0.00 280.34 0.99 0.54
Hex B1 13 FE 1E 5D 0 0 118 63 36
Octal 261 23 376 36 135 0 0 430 143 66
Binary 10110001 10011 11111110 11110 1011101 0 0 100011000 1100011 110110

Color Harmonies of #B113FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B113FE

Black with #B113FE

Text Example


Text Example

White with #B113FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B113FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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