Html Css Color HEX #B117FF Electric Purple

📋 copy color: '#B117FF'

red 177 ◦ green 23 ◦ blue 255

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

Shades of Electric Purple #B117FF

Tints of Electric Purple #B117FF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.05%

 BLUE value IS 255 (100% from 255) = 56.04%

R = 38.9%
G = 5.05%
B = 56.04%

CMYK

 C value IS 0.31

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B117FF (or 0xB117FF) is known color: Electric Purple. HEX triplet: B1, 17 and FF. RGB value is (177,23,255). Sum of RGB (Red+Green+Blue) = 177+23+255=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 23 (9.38% from 255 or 5.05% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #B117FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B117FF is #4EE800. Grayscale: #5E5E5E. Windows color (decimal): -5171201 or 16717745. OLE color: 16717745.

HSL color Cylindrical-coordinate representation of color #B117FF: hue angle of 279.83º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B117FF is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 177 23 255 -
CMYK 0.31 0.91 0 0
HSL 279.83º 1% 0.55% -
HSV(B) 279.83º 0.91% 1% -
XYZ 36.49 17.18 96 -
YUV 95.49 218.02 186.14 -
System Red Green Blue C M Y K H S L
Decimal 177 23 255 0.31 0.91 0 0 279.83 1 0.55
Hex B1 17 FF 1F 5B 0 0 118 64 37
Octal 261 27 377 37 133 0 0 430 144 67
Binary 10110001 10111 11111111 11111 1011011 0 0 100011000 1100100 110111

Color Harmonies of #B117FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B117FF

Black with #B117FF

Text Example


Text Example

White with #B117FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B117FF; }

 p { color: rgb(177,23,255); }

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

background-color css

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

 a { background-color: rgb(177,23,255); }

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

border-color css

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

 span { border-color: rgb(177,23,255); }

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