Html Css Color HEX #BE12E2 Electric Purple

📋 copy color: '#BE12E2'

red 190 ◦ green 18 ◦ blue 226

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

Shades of Electric Purple #BE12E2

Tints of Electric Purple #BE12E2

RGB

 RED value IS 190 (74.61% from 255) = 43.78%

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

 BLUE value IS 226 (88.67% from 255) = 52.07%

R = 43.78%
G = 4.15%
B = 52.07%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BE12E2 (or 0xBE12E2) is known color: Electric Purple. HEX triplet: BE, 12 and E2. RGB value is (190,18,226). Sum of RGB (Red+Green+Blue) = 190+18+226=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 18 (7.42% from 255 or 4.15% from 434); Blue value is 226 (88.67% from 255 or 52.07% from 434); Max value from RGB is 226 - color contains mainly: blue. Hex color #BE12E2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE12E2 is #41ED1D. Grayscale: #5C5C5C. Windows color (decimal): -4320542 or 14815934. OLE color: 14815934.

HSL color Cylindrical-coordinate representation of color #BE12E2: hue angle of 289.62º 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 #BE12E2 is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 190 18 226 -
CMYK 0.16 0.92 0 0.11
HSL 289.62º 0.85% 0.48% -
HSV(B) 289.62º 0.92% 0.89% -
XYZ 35.18 16.87 73.35 -
YUV 93.14 202.98 197.09 -
System Red Green Blue C M Y K H S L
Decimal 190 18 226 0.16 0.92 0 0.11 289.62 0.85 0.48
Hex BE 12 E2 10 5C 0 B 122 55 30
Octal 276 22 342 20 134 0 13 442 125 60
Binary 10111110 10010 11100010 10000 1011100 0 1011 100100010 1010101 110000

Color Harmonies of #BE12E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE12E2

Black with #BE12E2

Text Example


Text Example

White with #BE12E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE12E2; }

 p { color: rgb(190,18,226); }

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

background-color css

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

 a { background-color: rgb(190,18,226); }

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

border-color css

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

 span { border-color: rgb(190,18,226); }

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