Html Css Color HEX #B117FD Electric Purple

📋 copy color: '#B117FD'

red 177 ◦ green 23 ◦ blue 253

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

Shades of Electric Purple #B117FD

Tints of Electric Purple #B117FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.85%

R = 39.07%
G = 5.08%
B = 55.85%

CMYK

 C value IS 0.30

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B117FD (or 0xB117FD) is known color: Electric Purple. HEX triplet: B1, 17 and FD. RGB value is (177,23,253). Sum of RGB (Red+Green+Blue) = 177+23+253=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 23 (9.38% from 255 or 5.08% from 453); Blue value is 253 (99.22% from 255 or 55.85% from 453); Max value from RGB is 253 - color contains mainly: blue. Hex color #B117FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B117FD is #4EE802. Grayscale: #5E5E5E. Windows color (decimal): -5171203 or 16586673. OLE color: 16586673.

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

Color convert

RGB 177 23 253 -
CMYK 0.30 0.91 0 0.01
HSL 280.17º 0.98% 0.54% -
HSV(B) 280.17º 0.91% 0.99% -
XYZ 36.17 17.05 94.31 -
YUV 95.27 217.02 186.3 -
System Red Green Blue C M Y K H S L
Decimal 177 23 253 0.30 0.91 0 0.01 280.17 0.98 0.54
Hex B1 17 FD 1E 5B 0 1 118 62 36
Octal 261 27 375 36 133 0 1 430 142 66
Binary 10110001 10111 11111101 11110 1011011 0 1 100011000 1100010 110110

Color Harmonies of #B117FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B117FD

Black with #B117FD

Text Example


Text Example

White with #B117FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B117FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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