Html Css Color HEX #B117FA Electric Purple

📋 copy color: '#B117FA'

red 177 ◦ green 23 ◦ blue 250

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

Shades of Electric Purple #B117FA

Tints of Electric Purple #B117FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.56%

R = 39.33%
G = 5.11%
B = 55.56%

CMYK

 C value IS 0.29

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B117FA (or 0xB117FA) is known color: Electric Purple. HEX triplet: B1, 17 and FA. RGB value is (177,23,250). Sum of RGB (Red+Green+Blue) = 177+23+250=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 23 (9.38% from 255 or 5.11% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #B117FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B117FA is #4EE805. Grayscale: #5E5E5E. Windows color (decimal): -5171206 or 16390065. OLE color: 16390065.

HSL color Cylindrical-coordinate representation of color #B117FA: hue angle of 280.7º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B117FA is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 23 250 -
CMYK 0.29 0.91 0 0.02
HSL 280.7º 0.96% 0.54% -
HSV(B) 280.7º 0.91% 0.98% -
XYZ 35.69 16.86 91.82 -
YUV 94.92 215.52 186.54 -
System Red Green Blue C M Y K H S L
Decimal 177 23 250 0.29 0.91 0 0.02 280.7 0.96 0.54
Hex B1 17 FA 1D 5B 0 2 119 60 36
Octal 261 27 372 35 133 0 2 431 140 66
Binary 10110001 10111 11111010 11101 1011011 0 10 100011001 1100000 110110

Color Harmonies of #B117FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B117FA

Black with #B117FA

Text Example


Text Example

White with #B117FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B117FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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