Html Css Color HEX #B118FC Electric Purple

📋 copy color: '#B118FC'

red 177 ◦ green 24 ◦ blue 252

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

Shades of Electric Purple #B118FC

Tints of Electric Purple #B118FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.63%

R = 39.07%
G = 5.3%
B = 55.63%

CMYK

 C value IS 0.30

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B118FC (or 0xB118FC) is known color: Electric Purple. HEX triplet: B1, 18 and FC. RGB value is (177,24,252). Sum of RGB (Red+Green+Blue) = 177+24+252=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 24 (9.77% from 255 or 5.30% from 453); Blue value is 252 (98.83% from 255 or 55.63% from 453); Max value from RGB is 252 - color contains mainly: blue. Hex color #B118FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B118FC is #4EE703. Grayscale: #5E5E5E. Windows color (decimal): -5170948 or 16521393. OLE color: 16521393.

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

Color convert

RGB 177 24 252 -
CMYK 0.30 0.90 0 0.01
HSL 280.26º 0.97% 0.54% -
HSV(B) 280.26º 0.9% 0.99% -
XYZ 36.03 17.03 93.48 -
YUV 95.74 216.19 185.96 -
System Red Green Blue C M Y K H S L
Decimal 177 24 252 0.30 0.90 0 0.01 280.26 0.97 0.54
Hex B1 18 FC 1E 5A 0 1 118 61 36
Octal 261 30 374 36 132 0 1 430 141 66
Binary 10110001 11000 11111100 11110 1011010 0 1 100011000 1100001 110110

Color Harmonies of #B118FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B118FC

Black with #B118FC

Text Example


Text Example

White with #B118FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B118FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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