Html Css Color HEX #B120EC Electric Purple

📋 copy color: '#B120EC'

red 177 ◦ green 32 ◦ blue 236

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

Shades of Electric Purple #B120EC

Tints of Electric Purple #B120EC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.19%

 BLUE value IS 236 (92.58% from 255) = 53.03%

R = 39.78%
G = 7.19%
B = 53.03%

CMYK

 C value IS 0.25

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B120EC (or 0xB120EC) is known color: Electric Purple. HEX triplet: B1, 20 and EC. RGB value is (177,32,236). Sum of RGB (Red+Green+Blue) = 177+32+236=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 32 (12.89% from 255 or 7.19% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #B120EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B120EC is #4EDF13. Grayscale: #616161. Windows color (decimal): -5168916 or 15474865. OLE color: 15474865.

HSL color Cylindrical-coordinate representation of color #B120EC: hue angle of 282.65º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B120EC is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 32 236 -
CMYK 0.25 0.86 0 0.07
HSL 282.65º 0.84% 0.53% -
HSV(B) 282.65º 0.86% 0.93% -
XYZ 33.79 16.44 80.75 -
YUV 98.61 205.54 183.91 -
System Red Green Blue C M Y K H S L
Decimal 177 32 236 0.25 0.86 0 0.07 282.65 0.84 0.53
Hex B1 20 EC 19 56 0 7 11B 54 35
Octal 261 40 354 31 126 0 7 433 124 65
Binary 10110001 100000 11101100 11001 1010110 0 111 100011011 1010100 110101

Color Harmonies of #B120EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B120EC

Black with #B120EC

Text Example


Text Example

White with #B120EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B120EC; }

 p { color: rgb(177,32,236); }

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

background-color css

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

 a { background-color: rgb(177,32,236); }

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

border-color css

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

 span { border-color: rgb(177,32,236); }

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