Html Css Color HEX #B112ED Electric Purple

📋 copy color: '#B112ED'

red 177 ◦ green 18 ◦ blue 237

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

Shades of Electric Purple #B112ED

Tints of Electric Purple #B112ED

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.17%

 BLUE value IS 237 (92.97% from 255) = 54.86%

R = 40.97%
G = 4.17%
B = 54.86%

CMYK

 C value IS 0.25

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B112ED (or 0xB112ED) is known color: Electric Purple. HEX triplet: B1, 12 and ED. RGB value is (177,18,237). Sum of RGB (Red+Green+Blue) = 177+18+237=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 18 (7.42% from 255 or 4.17% from 432); Blue value is 237 (92.97% from 255 or 54.86% from 432); Max value from RGB is 237 - color contains mainly: blue. Hex color #B112ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B112ED is #4EED12. Grayscale: #595959. Windows color (decimal): -5172499 or 15536817. OLE color: 15536817.

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

Color convert

RGB 177 18 237 -
CMYK 0.25 0.92 0 0.07
HSL 283.56º 0.86% 0.5% -
HSV(B) 283.56º 0.92% 0.93% -
XYZ 33.63 15.89 81.42 -
YUV 90.51 210.68 189.69 -
System Red Green Blue C M Y K H S L
Decimal 177 18 237 0.25 0.92 0 0.07 283.56 0.86 0.5
Hex B1 12 ED 19 5C 0 7 11C 56 32
Octal 261 22 355 31 134 0 7 434 126 62
Binary 10110001 10010 11101101 11001 1011100 0 111 100011100 1010110 110010

Color Harmonies of #B112ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B112ED

Black with #B112ED

Text Example


Text Example

White with #B112ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B112ED; }

 p { color: rgb(177,18,237); }

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

background-color css

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

 a { background-color: rgb(177,18,237); }

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

border-color css

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

 span { border-color: rgb(177,18,237); }

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