Html Css Color HEX #B118FF Electric Purple

📋 copy color: '#B118FF'

red 177 ◦ green 24 ◦ blue 255

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

Shades of Electric Purple #B118FF

Tints of Electric Purple #B118FF

RGB

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

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

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

R = 38.82%
G = 5.26%
B = 55.92%

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

#B118FF (or 0xB118FF) is known color: Electric Purple. HEX triplet: B1, 18 and FF. RGB value is (177,24,255). Sum of RGB (Red+Green+Blue) = 177+24+255=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 24 (9.77% from 255 or 5.26% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #B118FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B118FF is #4EE700. Grayscale: #5F5F5F. Windows color (decimal): -5170945 or 16718001. OLE color: 16718001.

HSL color Cylindrical-coordinate representation of color #B118FF: hue angle of 279.74º 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 #B118FF is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 177 24 255 -
CMYK 0.31 0.91 0 0
HSL 279.74º 1% 0.55% -
HSV(B) 279.74º 0.91% 1% -
XYZ 36.51 17.22 96.01 -
YUV 96.08 217.69 185.72 -
System Red Green Blue C M Y K H S L
Decimal 177 24 255 0.31 0.91 0 0 279.74 1 0.55
Hex B1 18 FF 1F 5B 0 0 118 64 37
Octal 261 30 377 37 133 0 0 430 144 67
Binary 10110001 11000 11111111 11111 1011011 0 0 100011000 1100100 110111

Color Harmonies of #B118FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B118FF

Black with #B118FF

Text Example


Text Example

White with #B118FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B118FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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