Html Css Color HEX #B112EA Electric Purple

📋 copy color: '#B112EA'

red 177 ◦ green 18 ◦ blue 234

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

Shades of Electric Purple #B112EA

Tints of Electric Purple #B112EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.55%

R = 41.26%
G = 4.2%
B = 54.55%

CMYK

 C value IS 0.24

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B112EA (or 0xB112EA) is known color: Electric Purple. HEX triplet: B1, 12 and EA. RGB value is (177,18,234). Sum of RGB (Red+Green+Blue) = 177+18+234=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 18 (7.42% from 255 or 4.20% from 429); Blue value is 234 (91.80% from 255 or 54.55% from 429); Max value from RGB is 234 - color contains mainly: blue. Hex color #B112EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B112EA is #4EED15. Grayscale: #595959. Windows color (decimal): -5172502 or 15340209. OLE color: 15340209.

HSL color Cylindrical-coordinate representation of color #B112EA: hue angle of 284.17º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B112EA is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 18 234 -
CMYK 0.24 0.92 0 0.08
HSL 284.17º 0.86% 0.49% -
HSV(B) 284.17º 0.92% 0.92% -
XYZ 33.2 15.72 79.13 -
YUV 90.17 209.18 189.94 -
System Red Green Blue C M Y K H S L
Decimal 177 18 234 0.24 0.92 0 0.08 284.17 0.86 0.49
Hex B1 12 EA 18 5C 0 8 11C 56 31
Octal 261 22 352 30 134 0 10 434 126 61
Binary 10110001 10010 11101010 11000 1011100 0 1000 100011100 1010110 110001

Color Harmonies of #B112EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B112EA

Black with #B112EA

Text Example


Text Example

White with #B112EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B112EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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