Html Css Color HEX #B118FA Electric Purple

📋 copy color: '#B118FA'

red 177 ◦ green 24 ◦ blue 250

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

Shades of Electric Purple #B118FA

Tints of Electric Purple #B118FA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.32%

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

R = 39.25%
G = 5.32%
B = 55.43%

CMYK

 C value IS 0.29

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B118FA (or 0xB118FA) is known color: Electric Purple. HEX triplet: B1, 18 and FA. RGB value is (177,24,250). Sum of RGB (Red+Green+Blue) = 177+24+250=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 24 (9.77% from 255 or 5.32% from 451); Blue value is 250 (98.05% from 255 or 55.43% from 451); Max value from RGB is 250 - color contains mainly: blue. Hex color #B118FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B118FA is #4EE705. Grayscale: #5E5E5E. Windows color (decimal): -5170950 or 16390321. OLE color: 16390321.

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

Color convert

RGB 177 24 250 -
CMYK 0.29 0.90 0 0.02
HSL 280.62º 0.96% 0.54% -
HSV(B) 280.62º 0.9% 0.98% -
XYZ 35.71 16.9 91.82 -
YUV 95.51 215.19 186.12 -
System Red Green Blue C M Y K H S L
Decimal 177 24 250 0.29 0.90 0 0.02 280.62 0.96 0.54
Hex B1 18 FA 1D 5A 0 2 119 60 36
Octal 261 30 372 35 132 0 2 431 140 66
Binary 10110001 11000 11111010 11101 1011010 0 10 100011001 1100000 110110

Color Harmonies of #B118FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B118FA

Black with #B118FA

Text Example


Text Example

White with #B118FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B118FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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