Html Css Color HEX #B912E4 Electric Purple

📋 copy color: '#B912E4'

red 185 ◦ green 18 ◦ blue 228

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

Shades of Electric Purple #B912E4

Tints of Electric Purple #B912E4

RGB

 RED value IS 185 (72.66% from 255) = 42.92%

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

 BLUE value IS 228 (89.45% from 255) = 52.9%

R = 42.92%
G = 4.18%
B = 52.9%

CMYK

 C value IS 0.19

 M value IS 0.92

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B912E4 (or 0xB912E4) is known color: Electric Purple. HEX triplet: B9, 12 and E4. RGB value is (185,18,228). Sum of RGB (Red+Green+Blue) = 185+18+228=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 18 (7.42% from 255 or 4.18% from 431); Blue value is 228 (89.45% from 255 or 52.90% from 431); Max value from RGB is 228 - color contains mainly: blue. Hex color #B912E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B912E4 is #46ED1B. Grayscale: #5B5B5B. Windows color (decimal): -4648220 or 14947001. OLE color: 14947001.

HSL color Cylindrical-coordinate representation of color #B912E4: hue angle of 287.71º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B912E4 is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 185 18 228 -
CMYK 0.19 0.92 0 0.11
HSL 287.71º 0.85% 0.48% -
HSV(B) 287.71º 0.92% 0.89% -
XYZ 34.23 16.35 74.75 -
YUV 91.87 204.83 194.42 -
System Red Green Blue C M Y K H S L
Decimal 185 18 228 0.19 0.92 0 0.11 287.71 0.85 0.48
Hex B9 12 E4 13 5C 0 B 120 55 30
Octal 271 22 344 23 134 0 13 440 125 60
Binary 10111001 10010 11100100 10011 1011100 0 1011 100100000 1010101 110000

Color Harmonies of #B912E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B912E4

Black with #B912E4

Text Example


Text Example

White with #B912E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B912E4; }

 p { color: rgb(185,18,228); }

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

background-color css

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

 a { background-color: rgb(185,18,228); }

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

border-color css

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

 span { border-color: rgb(185,18,228); }

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